Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update/Fix GamefrontCom hoster plugin | 2015-06-23 | 1 | -2/+2 | |
| | | | | | | | GameFront uses a <span> tag around long filenames. This caused the plugin to include the tag in the filename. Instead of the (possibly abbreviated) filename in the page's content, the title (HTML <title> tag) is now used. | ||||
* | Update ShSt crypter plugin | 2015-06-23 | 1 | -3/+3 | |
| | | | | | | | Revert to using the "regular" Crypter abstract class instead of SimpleCrypter. Before the last commit, Crypter was used and the last commit didn't actually make use of any SimpleCrypter functionality. So in order to be consistent, Crypter is now used again. | ||||
* | Update ShSt crypter plugin | 2015-06-23 | 1 | -8/+10 | |
| | | | | | | | | | | The plugin doesn't rely on a third party website anymore for the actual decrypting. Instead it uses a different user agent which makes sh.st serve an HTTP redirect. This speeds up the decrypting process and fixes errors related to the third party web site (in particular the latest outage and API change). Also, self.urls is now used instead of self.packages for the decrypted URL. | ||||
* | [YoutubeCom] Version up | 2015-06-21 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #1508 from GammaC0de/patch-1 | 2015-06-16 | 1 | -3/+3 | |
|\ | | | | | fix #1507 | ||||
| * | fix #1507 | 2015-06-16 | 1 | -3/+3 | |
| | | |||||
* | | Merge pull request #1514 from TWD/patch-5 | 2015-06-16 | 1 | -4/+9 | |
|\ \ | | | | | | | Update NowDownloadSx.py | ||||
| * | | Update NowDownloadSx.py | 2015-06-16 | 1 | -4/+9 | |
| |/ | |||||
* / | Update YoutubeCom.py | 2015-06-16 | 1 | -1/+2 | |
|/ | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=10&t=4328 | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1503 | 2015-06-15 | 2 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1504 | 2015-06-15 | 1 | -1/+1 | |
| | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4332 | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1501 | 2015-06-15 | 2 | -9/+14 | |
| | |||||
* | [MultiHook] Update | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1502 | 2015-06-15 | 1 | -19/+68 | |
| | |||||
* | Hook plugin code cosmetics (2) | 2015-06-15 | 17 | -22/+22 | |
| | |||||
* | [PremiumizeMe] Account version up | 2015-06-15 | 1 | -1/+1 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1498 (2) | 2015-06-15 | 1 | -23/+14 | |
| | |||||
* | [PremiumizeMe] Premium account fixup | 2015-06-15 | 2 | -3/+4 | |
| | |||||
* | Hook plugin code cosmetics | 2015-06-15 | 9 | -13/+13 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1498 | 2015-06-15 | 3 | -23/+8 | |
| | |||||
* | [Plugin] Typo | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | Update Base | 2015-06-15 | 2 | -64/+77 | |
| | |||||
* | Update Hook (2) | 2015-06-15 | 1 | -9/+8 | |
| | |||||
* | [SimpleCrypter] Fixup | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | [XFSCrypter] Improve OFFLINE_PATTERN | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | New plugin: NitroflareComFolder | 2015-06-15 | 1 | -0/+35 | |
| | |||||
* | [ShareonlineBiz] Improve checkErrors (THX nomad71) | 2015-06-15 | 1 | -2/+2 | |
| | | | | Fix https://github.com/pyload/pyload/issues/1497 | ||||
* | Fix https://github.com/pyload/pyload/issues/1496 | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | Fix new internal plugins | 2015-06-15 | 4 | -20/+16 | |
| | |||||
* | Update Container | 2015-06-14 | 1 | -44/+33 | |
| | |||||
* | Hook back to Base class | 2015-06-14 | 2 | -3/+3 | |
| | |||||
* | Move OCR to internal plugin folder | 2015-06-14 | 6 | -10/+10 | |
| | |||||
* | Crypter back to Plugin class | 2015-06-14 | 1 | -3/+6 | |
| | |||||
* | Update Account | 2015-06-14 | 1 | -96/+116 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1492 and ↵ | 2015-06-14 | 1 | -2/+2 | |
| | | | | https://github.com/pyload/pyload/issues/1493 | ||||
* | Update Crypter | 2015-06-14 | 1 | -46/+81 | |
| | |||||
* | Revert ↵ | 2015-06-14 | 1 | -7/+7 | |
| | | | | https://github.com/pyload/pyload/commit/043e3dfd83bb217ea15280fef6523fcca691fbf2 | ||||
* | Update Hook | 2015-06-14 | 1 | -73/+102 | |
| | |||||
* | Move new log functions to Plugin | 2015-06-14 | 2 | -48/+28 | |
| | |||||
* | Merge branch 'pr/n1485_EvolutionClip' into stable | 2015-06-14 | 2 | -4/+4 | |
|\ | | | | | | | | | Conflicts: module/plugins/hoster/HighWayMe.py | ||||
| * | Improved Login Check | 2015-06-11 | 1 | -2/+2 | |
| | | |||||
| * | Fixed Syntax Error | 2015-06-11 | 1 | -1/+1 | |
| | | |||||
* | | [PastebinCom] Update | 2015-06-14 | 1 | -4/+6 | |
| | | |||||
* | | fix #1475 | 2015-06-11 | 1 | -7/+7 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1473 | 2015-06-10 | 1 | -21/+2 | |
| | | |||||
* | | Update plugins (2) | 2015-06-10 | 21 | -21/+21 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1479 | 2015-06-10 | 4 | -11/+11 | |
| | | |||||
* | | Update SimpleCrypter.py | 2015-06-09 | 1 | -2/+2 | |
| | | |||||
* | | [SimpleHoster] preload referer to False | 2015-06-09 | 2 | -8/+4 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1472 | 2015-06-09 | 3 | -17/+12 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1471 | 2015-06-09 | 1 | -2/+2 | |
| | | |||||
* | | [SimpleHoster] Fixup (3) | 2015-06-09 | 1 | -1/+3 | |
| | | |||||
* | | Merge pull request #1469 from frederikmoellers/stable | 2015-06-09 | 2 | -0/+71 | |
|\ \ | | | | | | | 2 new Crypter plugins: sh.st and pasted.co | ||||
| * | | New Crypter plugin: pasted.co | 2015-06-09 | 1 | -0/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Pasted.co is a pastebin service. It can be used to host a list of download links which pyLoad could use. The plugin bypasses the (ineffective) captcha request and fetches the contents of the paste. It keeps the original package's name and folder and just inserts the links from the paste. | ||||
| * | | New Crypter plugin: sh.st | 2015-06-09 | 1 | -0/+28 | |
| | | | | | | | | | | | | | | | | | | sh.st is a URL shortener service with ads (much like adf.ly and others). The crypter uses deadlockers.com to bypass the ads/waiting times. It keeps the package name and folder and just inserts the target URL. | ||||
* | | | [SimpleHoster] Improve checkFile | 2015-06-09 | 14 | -41/+37 | |
| | | | |||||
* | | | New plugin: TNTVillageScambioeticoOrg | 2015-06-09 | 1 | -0/+31 | |
|/ / | |||||
* | | Fix https://github.com/pyload/pyload/issues/1468 | 2015-06-08 | 2 | -9/+22 | |
| | | |||||
* | | [SimpleCrypter] Fix handleDirect loop | 2015-06-08 | 1 | -7/+8 | |
| | | |||||
* | | [GamefrontCom] Update | 2015-06-08 | 1 | -69/+15 | |
| | | |||||
* | | [GamefrontCom] Fixup | 2015-06-08 | 1 | -2/+2 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1467 | 2015-06-08 | 1 | -2/+2 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1464 | 2015-06-08 | 1 | -7/+7 | |
| | | |||||
* | | Restore Plugin.py under its original directory | 2015-06-08 | 1 | -0/+617 | |
| | | |||||
* | | [TusfilesNet] Fixup | 2015-06-08 | 1 | -3/+3 | |
| | | |||||
* | | [SimpleHoster] Fixup | 2015-06-08 | 1 | -6/+6 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1460 | 2015-06-08 | 1 | -7/+7 | |
| | | |||||
* | | [SimpleHoster] Fixup | 2015-06-08 | 1 | -3/+3 | |
| | | |||||
* | | [SexuriaCom] Update | 2015-06-08 | 1 | -22/+22 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1459 (2) | 2015-06-08 | 1 | -2/+3 | |
| | | |||||
* | | Update plugins | 2015-06-08 | 11 | -44/+36 | |
| | | |||||
* | | [SimpleHoster] Improve logging and file checking | 2015-06-08 | 8 | -67/+100 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1459 | 2015-06-08 | 1 | -3/+3 | |
| | | |||||
* | | New plugin: VkCom | 2015-06-08 | 1 | -0/+34 | |
| | | |||||
* | | Update everything | 2015-06-08 | 156 | -349/+349 | |
| | | |||||
* | | Move base plugins to internal folder | 2015-06-08 | 6 | -0/+0 | |
| | | |||||
* | | New plugins: FiledropperCom & FileuploadNet | 2015-06-08 | 5 | -13/+108 | |
| | | |||||
* | | [FreeWayMe] Fixup | 2015-06-08 | 8 | -20/+13 | |
| | | |||||
* | | [UploadedTo] Fixup (2) | 2015-06-06 | 3 | -45/+31 | |
| | | |||||
* | | Remove old StahnuTo account | 2015-06-06 | 1 | -35/+0 | |
| | | |||||
* | | Use SSL when login account | 2015-06-06 | 26 | -32/+30 | |
| | | |||||
* | | [HighWayMe] Cleanup | 2015-06-06 | 3 | -107/+106 | |
| | | |||||
* | | Merge pull request #1455 from EvolutionClip/stable | 2015-06-06 | 3 | -0/+151 | |
|\| | | | | | Added High-Way.Me | ||||
| * | Added Comment | 2015-06-05 | 1 | -2/+1 | |
| | | | | | | Line 27: Is not working. It should by if 302 Moved Temporarily then ... But I don't now how to implement it. | ||||
| * | Update HighWayMe.py | 2015-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Create HighWayMe.py | 2015-06-05 | 1 | -0/+76 | |
| | | |||||
| * | Create HighWayMe.py | 2015-06-05 | 1 | -0/+29 | |
| | | |||||
| * | Create HighWayMe.py | 2015-06-05 | 1 | -0/+47 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1452 | 2015-06-05 | 1 | -1/+2 | |
| | | |||||
* | | Merge pull request #1453 from GammaC0de/GammaC0de-NamePattern-Use-lazy-Match | 2015-06-05 | 10 | -19/+19 | |
|\ \ | | | | | | | NAME_PATTERN use lazy match | ||||
| * | | Update UploadingCom.py | 2015-06-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Update DataHuFolder.py | 2015-06-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Update TnyCz.py | 2015-06-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Update BitshareComFolder.py | 2015-06-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Update FilestubeCom.py | 2015-06-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Update VimeoCom.py | 2015-06-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Update LoadTo.py | 2015-06-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Update SizedriveCom.py | 2015-06-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Update FileSharkPl.py | 2015-06-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Update Keep2ShareCc.py | 2015-06-05 | 1 | -2/+2 | |
| | | | |||||
* | | | [UploadedTo] Fixup | 2015-06-05 | 1 | -2/+3 | |
| | | | |||||
* | | | Fix https://github.com/pyload/pyload/issues/1222 | 2015-06-05 | 1 | -1/+2 | |
| | | | |||||
* | | | Fix http://forum.pyload.org/viewtopic.php?f=10&t=4301 | 2015-06-05 | 2 | -30/+9 | |
| | | | |||||
* | | | Fix https://github.com/pyload/pyload/issues/1450 | 2015-06-05 | 2 | -4/+4 | |
|/ / | |||||
* | | [NitroflareCom] Account fixup (2) | 2015-06-05 | 1 | -2/+2 | |
| | | |||||
* | | [OpenloadIo] fix NAME_PATTERN | 2015-06-04 | 1 | -2/+2 | |
| | | |||||
* | | [NitroflareCom] Account fixup | 2015-06-04 | 2 | -11/+32 | |
| | | |||||
* | | New plugin: ZahikiNet | 2015-06-03 | 1 | -0/+31 | |
| | | |||||
* | | [NitroflareCom] Tryout | 2015-06-03 | 1 | -2/+2 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1446 (2) | 2015-06-02 | 1 | -2/+2 | |
| | | |||||
* | | [PremiumizeMe] Account fixup | 2015-06-02 | 1 | -11/+2 | |
| | | |||||
* | | [FilerNet] Account fixup | 2015-06-02 | 1 | -6/+6 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1449 | 2015-06-02 | 1 | -2/+3 | |
| | | |||||
* | | Merge pull request #1448 from GammaC0de/patch-1 | 2015-06-02 | 1 | -2/+2 | |
|\ \ | | | | | | | [MegaCoNz] small typo | ||||
| * | | [MegaCoNz] small typo | 2015-06-02 | 1 | -2/+2 | |
| | | | |||||
* | | | [NitroflareCom] Premium support | 2015-06-02 | 4 | -17/+71 | |
|/ / | |||||
* | | [UserAgentSwitcher] Update | 2015-06-02 | 1 | -4/+15 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1442 | 2015-06-02 | 1 | -2/+9 | |
| | | |||||
* | | Small code cosmetics | 2015-06-02 | 4 | -56/+57 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1446 | 2015-06-02 | 7 | -50/+49 | |
| | | |||||
* | | [SimpleCrypter] Update | 2015-06-02 | 7 | -24/+18 | |
| | | |||||
* | | Update SimpleCrypter.py | 2015-06-01 | 1 | -3/+3 | |
| | | |||||
* | | Update Dereferer.py | 2015-06-01 | 1 | -2/+4 | |
| | | |||||
* | | [XFSHoster] Improve OFFLINE_PATTERN | 2015-06-01 | 3 | -5/+4 | |
| | | |||||
* | | [WorldbytezCom] Account | 2015-06-01 | 1 | -0/+16 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1445 | 2015-06-01 | 1 | -3/+8 | |
| | | |||||
* | | Update MegaCoNz.py | 2015-06-01 | 1 | -2/+2 | |
| | | |||||
* | | [DlFreeFr] Version up | 2015-05-30 | 1 | -13/+7 | |
| | | |||||
* | | Added missing download call | 2015-05-30 | 1 | -1/+1 | |
| | | |||||
* | | [MegaCoNz] Update __pattern__ | 2015-05-30 | 3 | -5/+5 | |
| | | |||||
* | | Merge pull request #1438 from lazlev/patch-1 | 2015-05-30 | 1 | -4/+5 | |
|\ \ | | | | | | | Remove obsolete AdYouLike call | ||||
| * | | Remove obsolete AdYouLike call | 2015-05-30 | 1 | -4/+5 | |
| | | | | | | | | | AdYouLike is currently not used anymore on the hoster's site. Additionally the regex had to be edited to actually grab the domain value. | ||||
* | | | New plugin: FurLy | 2015-05-30 | 1 | -0/+24 | |
| | | | |||||
* | | | [SimpleCrypter] Merge with SimpleDereferer | 2015-05-30 | 7 | -137/+42 | |
|/ / | |||||
* | | [XFileSharingPro][XFileSharingProFolder] Added default __pattern__ | 2015-05-30 | 2 | -4/+4 | |
| | | |||||
* | | [FileboomMe] Tiny cleanup | 2015-05-30 | 1 | -4/+5 | |
| | | |||||
* | | Merge pull request #1437 from GammaC0de/GammaC0de-FileboomMe | 2015-05-30 | 1 | -3/+10 | |
|\ \ | | | | | | | [FileboomMe] minor update | ||||
| * | | Update FileboomMe.py | 2015-05-30 | 1 | -3/+10 | |
| | | | |||||
* | | | [Dereferer][SimpleDereferer] Update | 2015-05-30 | 2 | -15/+48 | |
| | | | |||||
* | | | Update plugins after splitting CaptchaService | 2015-05-30 | 32 | -64/+68 | |
| | | | |||||
* | | | [XFileSharingPro] Improve hook regexp | 2015-05-30 | 1 | -4/+4 | |
| | | | |||||
* | | | Remove DontKnowMe | 2015-05-30 | 1 | -17/+0 | |
| | | | |||||
* | | | Split CaptchaService | 2015-05-30 | 6 | -489/+509 | |
| | | | |||||
* | | | New plugin: TinyurlCom | 2015-05-30 | 1 | -0/+23 | |
|/ / | |||||
* | | [New Hoster] FileboomMe | 2015-05-29 | 1 | -0/+94 | |
| | | |||||
* | | [SimpleHoster] Fix DB error | 2015-05-29 | 3 | -6/+10 | |
| | | |||||
* | | [UptoboxCom] Fixup | 2015-05-29 | 1 | -5/+1 | |
| | | |||||
* | | [SimpleDereferer] Handle direct link | 2015-05-29 | 4 | -18/+22 | |
| | | |||||
* | | [GooGl] Update | 2015-05-29 | 4 | -21/+24 | |
| | | |||||
* | | [UpdateManager] Fix https://github.com/pyload/pyload/issues/1432 | 2015-05-28 | 1 | -5/+5 | |
| | | |||||
* | | [GoogledriveCom][MediafireCom] Cleanup | 2015-05-28 | 2 | -10/+5 | |
| | | |||||
* | | Spare code cosmetics | 2015-05-27 | 88 | -99/+104 | |
| | | |||||
* | | [NetloadIn] Mark dead (temp) | 2015-05-27 | 3 | -406/+13 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1428 | 2015-05-27 | 2 | -10/+20 | |
| | | |||||
* | | Merge pull request #1430 from zapp-brannigan/patch-1 | 2015-05-27 | 1 | -2/+6 | |
|\ \ | | | | | | | [GoogledriveCom] Make it more flexible | ||||
| * | | [GoogledriveCom] Make it more flexible | 2015-05-27 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | Support links like ` https://drive.google.com/uc?export=download&id=<dl_id_here> ` See forum: http://forum.pyload.org/viewtopic.php?f=13&t=4203 | ||||
* | | | [MediafireCom] Fix solvemedia captcha handling | 2015-05-27 | 1 | -2/+3 | |
|/ / | |||||
* | | [GoogledriveCom] Fixup | 2015-05-26 | 3 | -41/+41 | |
| | | |||||
* | | Merge pull request #1426 from immenz/dev_nitro | 2015-05-25 | 1 | -3/+4 | |
|\ \ | | | | | | | [NitroFlare] Re-Added RECAPTCHA_KEY | ||||
| * | | [NitroflareCom] Update Pattern | 2015-05-25 | 1 | -3/+3 | |
| | | | |||||
| * | | [NitroFlare] Re-Added RECAPTCHA_KEY | 2015-05-25 | 1 | -1/+2 | |
| | | | |||||
* | | | [UserAgentSwitcher] Fixup (3) | 2015-05-25 | 2 | -2/+3 | |
|/ / | |||||
* | | [SimpleCrypter] Fixup | 2015-05-25 | 1 | -3/+3 | |
| | | |||||
* | | Some urljoin fixes | 2015-05-25 | 6 | -7/+13 | |
| | | |||||
* | | [UserAgentSwitcher] Fixup (2) | 2015-05-25 | 1 | -2/+2 | |
| | | |||||
* | | [GoogledriveCom] Improve __pattern__ | 2015-05-25 | 1 | -3/+4 | |
| | | |||||
* | | New crypter: GoogledriveComFolder | 2015-05-25 | 2 | -3/+26 | |
| | | |||||
* | | [CaptchaService] Improve SolveMedia (2) | 2015-05-25 | 1 | -200/+179 | |
| | | |||||
* | | [CaptchaService] Improve SolveMedia | 2015-05-25 | 2 | -100/+77 | |
| | | |||||
* | | Merge pull request #1425 from zapp-brannigan/patch-2 | 2015-05-24 | 1 | -5/+21 | |
|\ \ | | | | | | | [CaptchaService.py] Update ReCaptchaV1 | ||||
| * | | [CaptchaService.py] Update ReCaptchaV1 | 2015-05-24 | 1 | -5/+21 | |
| | | | | | | | | | Fix https://github.com/pyload/pyload/issues/1423 | ||||
* | | | [ShareonlineBiz] Fix https://github.com/pyload/pyload/issues/1424 | 2015-05-24 | 1 | -11/+15 | |
|/ / | |||||
* | | [MediafireCom] ReCaptcha | 2015-05-24 | 1 | -4/+18 | |
| | | |||||
* | | [UserAgentSwitcher] Fixup | 2015-05-23 | 1 | -21/+7 | |
| | | |||||
* | | Tiny code cosmetics | 2015-05-22 | 2 | -4/+4 | |
| | | |||||
* | | [XFSHoster] Handle videoplayer | 2015-05-22 | 3 | -5/+2 | |
| | | |||||
* | | [SimpleHoster] Fix captcha retrying | 2015-05-22 | 2 | -9/+7 | |
| | | |||||
* | | [SimpleHoster] Improve checkErrors | 2015-05-22 | 1 | -4/+7 | |
| | | |||||
* | | [SimpleHoster] Tiny code cosmetics | 2015-05-20 | 1 | -11/+11 | |
| | | |||||
* | | New OCR CircleCaptcha | 2015-05-18 | 1 | -0/+781 | |
| | | |||||
* | | [UptoboxCom] Set LOGIN_ACCOUNT to True | 2015-05-18 | 1 | -1/+3 | |
| | | |||||
* | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1404 | 2015-05-18 | 1 | -4/+7 | |
| | | |||||
* | | [SimpleHoster] Fix create_getInfo | 2015-05-18 | 7 | -43/+25 | |
| | | |||||
* | | [XFSHoster] Fix https://github.com/pyload/pyload/issues/1296 | 2015-05-18 | 2 | -15/+9 | |
| | | |||||
* | | [XFSAccount] Fix https://github.com/pyload/pyload/issues/1420 | 2015-05-18 | 2 | -9/+12 | |
| | | |||||
* | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1421 | 2015-05-18 | 1 | -3/+3 | |
| | | |||||
* | | Spare plugins updates | 2015-05-18 | 6 | -67/+21 | |
| | | |||||
* | | [SimpleHoster] Improve checkErrors | 2015-05-18 | 2 | -75/+77 | |
| | | |||||
* | | [XFSHoster] HAPPY_HOUR_PATTERN | 2015-05-18 | 1 | -1/+8 | |
| | | |||||
* | | [Ftp] Fixup | 2015-05-16 | 1 | -2/+2 | |
| | | |||||
* | | Update OboomCom.py | 2015-05-16 | 1 | -1/+1 | |
| | | |||||
* | | Update OboomCom.py | 2015-05-16 | 1 | -2/+3 | |
| | | |||||
* | | [SmoozedCom] Fix https://github.com/pyload/pyload/issues/1399 (2) | 2015-05-11 | 1 | -2/+2 | |
| | | |||||
* | | [ShareonlineBiz][SmoozedCom] Version up | 2015-05-11 | 2 | -2/+2 | |
| | | |||||
* | | Merge pull request #1412 from smoozed/patch-1 | 2015-05-11 | 1 | -2/+4 | |
|\ \ | | | | | | | Fixed #1399 | ||||
| * | | Fixed #1399 | 2015-05-11 | 1 | -2/+4 | |
| | | | | | | | | | When the account is not premium, check if there is trial time left. | ||||
* | | | change trafficleft to unlimited when in Penalty-Premium state to ensure ↵ | 2015-05-11 | 1 | -2/+5 | |
|/ / | | | | | | | continues Downloads | ||||
* | | [ClickAndLoad] Version up | 2015-05-09 | 1 | -1/+1 | |
| | |