Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UpdateManager] Fix I/O conflict on activation + fix removePlugins + some ↵ | 2014-08-30 | 1 | -41/+38 | |
| | | | | code cosmetics | ||||
* | [DdlstorageCom] Mark dead | 2014-08-29 | 3 | -139/+11 | |
| | |||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | 2014-08-01 | 367 | -3194/+1181 | |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | [DepositfilesCom] Fix missing declaration (thx hmlinaric) | 2014-08-01 | 1 | -1/+4 | |
| | |||||
* | Prefer single quote for dict key | 2014-08-01 | 4 | -49/+49 | |
| | |||||
* | [UpdateManager] Disable reloadplugins schedule on plugin deactivation | 2014-08-01 | 1 | -2/+5 | |
| | |||||
* | Store all re.search/match object as "m" instead "found" | 2014-07-20 | 78 | -520/+525 | |
| | |||||
* | [account] self.html -> html (where was possible) | 2014-07-20 | 5 | -21/+21 | |
| | |||||
* | [UpdateManager] Rewritten removePlugins method + protect from self-removing | 2014-07-20 | 1 | -19/+39 | |
| | |||||
* | [DepositfilesCom] Fixed premium dl | 2014-07-20 | 2 | -35/+36 | |
| | |||||
* | Fix hosters SH_COOKIES syntax | 2014-07-20 | 10 | -28/+32 | |
| | |||||
* | [StreamCz] Parse https | 2014-07-20 | 1 | -3/+8 | |
| | |||||
* | [FreevideoCz] Mark as dead | 2014-07-20 | 1 | -57/+7 | |
| | |||||
* | [SockshareCom] Fix https://github.com/pyload/pyload/issues/696 | 2014-07-20 | 1 | -16/+7 | |
| | |||||
* | Remove testcodes in captcha plugins | 2014-07-20 | 4 | -50/+0 | |
| | |||||
* | Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9 | 2014-07-20 | 80 | -214/+197 | |
| | |||||
* | [ShareRapidCom] Fix https://github.com/pyload/pyload/issues/694 | 2014-07-20 | 2 | -24/+20 | |
| | |||||
* | Fix captcha import bug introduced in 48c0c42fd6faffc56432d5f037cd575979f180cc | 2014-07-20 | 2 | -3/+2 | |
| | |||||
* | Remove some unused pattern attributes | 2014-07-16 | 3 | -5/+2 | |
| | |||||
* | Prefer self.urls and self.packages for adding links | 2014-07-16 | 27 | -104/+60 | |
| | |||||
* | [StealthTo] Mark dead | 2014-07-15 | 1 | -40/+4 | |
| | |||||
* | [UpdateManager] Fix https://github.com/pyload/pyload/issues/687 | 2014-07-15 | 1 | -35/+49 | |
| | |||||
* | Key attributes cleanup for account, container and crypter plugins | 2014-07-15 | 141 | -96/+420 | |
| | |||||
* | Prefer single quote for dict key name | 2014-07-15 | 115 | -440/+436 | |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | 2014-07-15 | 86 | -167/+207 | |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Fix class definition | 2014-07-15 | 2 | -3/+3 | |
| | |||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | 2014-07-15 | 149 | -296/+293 | |
| | |||||
* | [l18n] Improved few source strings | 2014-07-14 | 2 | -8/+8 | |
| | |||||
* | [CaptchaTrader] Removed because service is dead | 2014-07-13 | 1 | -157/+0 | |
| | |||||
* | [Account] fixed bug introduced in 01e76034bcad5e5aab7f6e141782071e5c328649 | 2014-07-13 | 1 | -1/+1 | |
| | |||||
* | [LoadTo] renamed pattern | 2014-07-11 | 1 | -2/+2 | |
| | |||||
* | [CaptchaService] Remove SolveMedia __init__ | 2014-07-10 | 1 | -21/+1 | |
| | |||||
* | [WarserverCz] Remove account | 2014-07-10 | 1 | -68/+0 | |
| | |||||
* | Use parseError instead PluginParseError + unified all download pattern ↵ | 2014-07-10 | 86 | -233/+283 | |
| | | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics | ||||
* | [SimpleCrypter] Support parseError | 2014-07-10 | 1 | -21/+7 | |
| | |||||
* | [WarserverCz] Mark as DeadHoster | 2014-07-10 | 1 | -67/+6 | |
| | |||||
* | [FiredriveCom] Handle parse error | 2014-07-09 | 1 | -3/+10 | |
| | |||||
* | New hoster RemixshareCom | 2014-07-09 | 1 | -0/+56 | |
| | |||||
* | [LoadTo] Fixed 3 bugs | 2014-07-09 | 1 | -21/+14 | |
| | |||||
* | [Lomafile] new hoster | 2014-07-09 | 1 | -0/+55 | |
| | |||||
* | Update Account.py | 2014-07-08 | 1 | -1/+1 | |
| | | | I running and received error no define of login_timeout, after adding self. it work perfectly | ||||
* | New crypter FilecloudIoFolder | 2014-07-08 | 1 | -0/+30 | |
| | |||||
* | New crypter FiredriveComFolder | 2014-07-07 | 2 | -1/+40 | |
| | |||||
* | [UpdateManager] Improve code a bit more again | 2014-07-07 | 1 | -5/+6 | |
| | |||||
* | [RestartFailed] Fixed bad interval checking | 2014-07-07 | 1 | -9/+10 | |
| | |||||
* | [FiredriveCom] Fixed download link recognition + added TEMP_OFFLINE_PATTERN | 2014-07-07 | 1 | -3/+8 | |
| | |||||
* | [UpdateManager] Fixed broken updating for new plugin + sort updates + better ↵ | 2014-07-07 | 1 | -43/+46 | |
| | | | | exception handling + improved update speed performance | ||||
* | Use Base log methods | 2014-07-06 | 2 | -2/+2 | |
| | |||||
* | Revert Ftp.py and Http.py changes | 2014-07-06 | 2 | -2/+2 | |
| | |||||
* | Fix account checkLogin + related code cosmetics | 2014-07-06 | 7 | -23/+25 | |
| | |||||
* | Remove two dead plugins | 2014-07-06 | 6 | -453/+7 | |
| | |||||
* | Compute wait time using secondsToMidnight | 2014-07-06 | 9 | -53/+53 | |
| | |||||
* | [UpdateManager] Little code cleanup + improved threading | 2014-07-05 | 1 | -4/+4 | |
| | |||||
* | [RestartFailed] Code cleanup | 2014-07-05 | 1 | -35/+30 | |
| | |||||
* | [BayfilesCom] Fix https://github.com/pyload/pyload/issues/575 | 2014-07-05 | 1 | -3/+3 | |
| | |||||
* | [SimpleCrypter] Added missed PAGES_PATTERN example | 2014-07-05 | 1 | -1/+1 | |
| | |||||
* | [YoutubeBatch] Little pattern fixup | 2014-07-05 | 1 | -1/+1 | |
| | |||||
* | [ImgurComAlbum] Added www and mobile to pattern | 2014-07-05 | 1 | -2/+2 | |
| | |||||
* | Use "is" instead "==" for bool condition check | 2014-07-05 | 2 | -2/+2 | |
| | |||||
* | [UpdateManager] Better if-condition check (thx stickell) | 2014-07-05 | 1 | -1/+1 | |
| | |||||
* | [ShareLinksBiz] Fix broken pattern due last update | 2014-07-05 | 1 | -1/+1 | |
| | |||||
* | New hoster: FileParadoxIn | 2014-07-05 | 1 | -0/+23 | |
| | |||||
* | [SimpleHoster] Better inline docs + changed "FILE_OFFLINE_PATTERN" to ↵ | 2014-07-05 | 74 | -92/+102 | |
| | | | | "OFFLINE_PATTERN" | ||||
* | [SimpleCrypter] Better inline docs + support for offline & temp.offline check | 2014-07-05 | 3 | -15/+33 | |
| | |||||
* | [DailymotionCom] Default quality changed to "Highest" | 2014-07-05 | 1 | -1/+1 | |
| | |||||
* | [PutlockerCom] Renamed to FiredriveCom | 2014-07-05 | 1 | -7/+5 | |
| | |||||
* | New hoster: VimeoCom | 2014-07-05 | 2 | -30/+82 | |
| | |||||
* | [VeohCom] Auto quality detection | 2014-07-05 | 1 | -11/+17 | |
| | |||||
* | Cleaned ShareLinksBiz pattern + better if-check for RSDF plugin | 2014-07-05 | 2 | -3/+3 | |
| | |||||
* | Fixed https://github.com/pyload/pyload/issues/671 + improved threading | 2014-07-05 | 1 | -5/+5 | |
| | |||||
* | [FilefactoryComFolder] Rewritten | 2014-07-02 | 1 | -35/+12 | |
| | | | | Fixes #648 | ||||
* | [SimpleCrypter] ability to set cookies | 2014-07-02 | 1 | -2/+8 | |
| | |||||
* | [Filefactory] Improved offline pattern | 2014-07-02 | 1 | -2/+3 | |
| | | | | Forced english locale | ||||
* | [Filefactory] getInfo handle direct links | 2014-07-02 | 1 | -5/+14 | |
| | | | | Partially fixes #648 | ||||
* | [UpdateManager] Fix interval changing procedure | 2014-07-02 | 1 | -5/+11 | |
| | |||||
* | [Uploaded] Fixes | 2014-07-01 | 1 | -3/+3 | |
| | | | | Merges #668 | ||||
* | [FilerNetFolder] New crypter | 2014-07-01 | 1 | -0/+19 | |
| | | | | See also #660 | ||||
* | [ImgurComAlbum] new crypter | 2014-06-30 | 1 | -0/+21 | |
| | |||||
* | [Bitshare] Fixed #663 | 2014-06-30 | 1 | -1/+7 | |
| | |||||
* | [RSDF] Improve code a bit (thx charlie89) | 2014-06-30 | 1 | -2/+5 | |
| | |||||
* | [SimpleHoster] Improve documentation of own public attributes | 2014-06-29 | 1 | -5/+9 | |
| | |||||
* | Update FilepostCom.py | 2014-06-29 | 1 | -1/+2 | |
| | |||||
* | [UpdateManager] Store new pyload's version number when a system update is ↵ | 2014-06-27 | 1 | -2/+2 | |
| | | | | available | ||||
* | Spare fixes | 2014-06-27 | 2 | -2/+1 | |
| | |||||
* | [UpdateManager] Fix removePlugins method | 2014-06-26 | 1 | -2/+2 | |
| | |||||
* | [SimplyPremium] Fix #649 | 2014-06-26 | 1 | -12/+11 | |
| | |||||
* | [UpdateManager] bump | 2014-06-26 | 1 | -1/+1 | |
| | | | Fix commit hash on the update manager server | ||||
* | [UpdateManager] rewritten | 2014-06-26 | 1 | -118/+151 | |
| | |||||
* | [Fshare] Fixed #651 | 2014-06-26 | 1 | -3/+3 | |
| | |||||
* | [Filefactory] Improved free links detect | 2014-06-25 | 1 | -3/+3 | |
| | | | | Merges #638 | ||||
* | [SimplyPremium] Updated API | 2014-06-25 | 1 | -4/+4 | |
| | | | | Merges #655 | ||||
* | [YouTube] Support shortened "youtu.be" links. | 2014-06-24 | 1 | -2/+11 | |
| | | | | | + Improved bad chars sanitation in filename. See #656 | ||||
* | [Oboom] new hoster and account | 2014-06-12 | 2 | -0/+179 | |
| | | | | | Merges #650 Resolves #587 | ||||
* | [Linksnappy] Fixed expired account detect | 2014-06-12 | 1 | -2/+6 | |
| | |||||
* | [Zippyshare] fixed #647 | 2014-06-04 | 1 | -2/+2 | |
| | |||||
* | Merge pull request #628 from Jelenik/stable | 2014-06-03 | 1 | -2/+2 | |
|\ | | | | | [UlozTo] change of file_name_pattern | ||||
| * | Update UlozTo.py - change of file_name_pattern | 2014-05-26 | 1 | -2/+2 | |
| | | | | | | - last used file_name_pattern was not present in html, I have it changed for info from title tag | ||||
* | | [MegaDebridEu] getFilename enhancement | 2014-06-03 | 1 | -3/+3 | |
| | | | | | | | | Merges #626 | ||||
* | | Fixed #614 | 2014-06-03 | 1 | -2/+2 | |
| | | | | | | | | Merged from #625 | ||||
* | | Revert "[XFileSharingPro] Fixed premium mode" | 2014-05-29 | 1 | -2/+1 | |
|/ | | | | | | Fixes #636 This reverts commit e04a7fa2fcf7e2b4ace548f876117c63d7f265af. | ||||
* | [CaptchaBrotherhood] Pillow support | 2014-05-19 | 1 | -2/+2 | |
| | |||||
* | [ShareRapid] Updates | 2014-05-19 | 1 | -5/+5 | |
| | | | | Merges #619 | ||||
* | [DDLStorage] Improved getInfo | 2014-05-19 | 1 | -9/+12 | |
| | |||||
* | [MovReel] Account plugin | 2014-05-16 | 1 | -0/+20 | |
| | | | | Merges #609 | ||||
* | Merge pull request #617 from stefanos/patch-9 | 2014-05-16 | 1 | -1/+5 | |
|\ | | | | | Update ShareonlineBiz | ||||
| * | Update ShareonlineBiz.py | 2014-05-15 | 1 | -1/+5 | |
| | | | | | | captcha feedback (update) | ||||
* | | [UpdateManager] Using the new platform | 2014-05-16 | 1 | -30/+29 | |
|\ \ | |/ |/| | |||||
| * | Update Manager: fixed exception if there is no blacklist | 2014-05-07 | 1 | -1/+2 | |
| | | |||||
| * | Update Manager updated to use the new platform | 2014-05-07 | 1 | -30/+28 | |
| | | | | | | | | + blacklist support | ||||
* | | [XFileSharingPro] Fixed premium mode | 2014-05-13 | 1 | -1/+2 | |
| | | |||||
* | | [Linksnappy] fixes | 2014-05-13 | 1 | -3/+18 | |
| | | |||||
* | | Updated Zippyshare | 2014-05-08 | 1 | -165/+30 | |
|/ | | | | Merges #612 | ||||
* | Fixed MegaDebridEu file names | 2014-05-05 | 3 | -3/+3 | |
| | |||||
* | Update ShareonlineBiz | 2014-05-05 | 1 | -1/+5 | |
| | | | | Merges #607 | ||||
* | Update ZippyshareCom | 2014-05-05 | 1 | -31/+15 | |
| | | | | | + updated test link Merges #605 | ||||
* | New hoster: EpicShareNet | 2014-05-05 | 1 | -0/+24 | |
| | | | | Merges #603 | ||||
* | New hoster: VidPlayNet | 2014-05-05 | 1 | -0/+25 | |
| | | | | Merges #602 | ||||
* | New hoster: MegaFilesSe | 2014-05-05 | 1 | -0/+21 | |
| | | | | Merges #601 | ||||
* | New hoster: LemUploads | 2014-05-05 | 1 | -0/+24 | |
| | | | | Merges #600 | ||||
* | New hoster: PandaPlanet | 2014-05-05 | 1 | -0/+26 | |
| | | | | Merges #599 | ||||
* | New multihoster: Mega-Debrid | 2014-05-05 | 3 | -0/+191 | |
| | | | | Merges #591 | ||||
* | New multihoster: Linksnappy | 2014-05-04 | 3 | -0/+122 | |
| | |||||
* | File4safe premium | 2014-05-03 | 4 | -6/+61 | |
| | | | | | + XFSPAccount improved Resolves #431 | ||||
* | 1Fichier: premium support | 2014-04-30 | 2 | -3/+64 | |
| | | | | Merges #594 and #595 | ||||
* | Uptobox: fixed #588 | 2014-04-28 | 1 | -1/+40 | |
| | |||||
* | 1Fichier: fixed #592 | 2014-04-28 | 1 | -31/+23 | |
| | | | | Code improved to use SimpleHoster features. | ||||
* | file4safe added to XFS | 2014-04-28 | 1 | -2/+2 | |
| | | | | Resolves #431 | ||||
* | CaptchaService: fixed missing import | 2014-04-18 | 1 | -1/+2 | |
| | |||||
* | Fixed PEP8 violations | 2014-04-18 | 4 | -3/+5 | |
| | |||||
* | Fixed PEP8 violations | 2014-04-18 | 4 | -3/+6 | |
| | |||||
* | Bayfiles: relogin requires user argument | 2014-04-18 | 1 | -2/+2 | |
| | |||||
* | Removed unused imports | 2014-04-18 | 2 | -5/+1 | |
| | |||||
* | Fixed some PEP8 violations | 2014-04-18 | 9 | -11/+14 | |
| | |||||
* | Using in instead of has_key | 2014-04-18 | 2 | -5/+5 | |
| | |||||
* | Egofiles: fixed #583 | 2014-04-18 | 1 | -2/+2 | |
| | |||||
* | Streamcloud: fixed #583 | 2014-04-18 | 1 | -2/+2 | |
| | |||||
* | Czshare renamed to Sdilej | 2014-04-18 | 3 | -15/+14 | |
| | | | | Merges #584 | ||||
* | Fix some container __pattern__ | 2014-04-11 | 3 | -3/+3 | |
| | | | | Merges vuolter/pyload@770a11f | ||||
* | Replace __pattern__ double quotes with single | 2014-04-11 | 196 | -196/+196 | |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | Use pyfile instead self.pyfile | 2014-04-11 | 41 | -78/+78 | |
| | | | | Merges vuolter/pyload@b7f6e2e | ||||
* | Fix __pattern__ www | 2014-04-11 | 131 | -134/+134 | |
| | | | | Merges vuolter/pyload@d3be840 | ||||
* | Fix header # -*- coding: utf-8 -*- | 2014-04-11 | 195 | -96/+132 | |
| | | | | Merges vuolter/pyload@aa7b3f9 | ||||
* | Remove shebang #!/usr/bin/env python | 2014-04-11 | 51 | -51/+51 | |
| | | | | Merges vuolter/pyload@1387ded | ||||
* | Fix HOSTER_NAME in XFileSharingPro plugins | 2014-04-11 | 16 | -18/+27 | |
| | | | | Merges vuolter/pyload@f20b998 | ||||
* | Use re.match for __pattern__ matches instead re.search | 2014-04-11 | 28 | -30/+30 | |
| | | | | Merges vuolter/pyload@9117005 | ||||
* | Remove bad whitespaces | 2014-04-11 | 49 | -139/+134 | |
| | | | | Merges vuolter/pyload@e4b2562 | ||||
* | Use wait to set time in SimpleHoster plugins | 2014-04-11 | 30 | -86/+45 | |
| | | | | Merges vuolter/pyload@bb002ac | ||||
* | Fix retry time formats | 2014-04-11 | 33 | -54/+54 | |
| | | | | Merges vuolter/pyload@498b9e3 | ||||
* | Fix EOF | 2014-04-11 | 20 | -21/+12 | |
| | | | | Merges vuolter/pyload@00052b2 | ||||
* | Fix __config__ | 2014-04-11 | 43 | -110/+108 | |
| | | | | Merges vuolter/pyload@83ff313 | ||||
* | Fix __type__ for crypters | 2014-04-11 | 17 | -18/+18 | |
| | | | | Merges vuolter/pyload@48af9ab | ||||
* | Replace range with xrange | 2014-04-11 | 46 | -61/+61 | |
| | | | | Merges vuolter/pyload@a50c8ff | ||||
* | Change Solvmedia to Solvemedia | 2014-04-11 | 2 | -2/+2 | |
| | | | | Merges vuolter/pyload@528ffe0 | ||||
* | Fix __description__ | 2014-04-11 | 231 | -232/+231 | |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Fix __author_name__ and __author_mail__ | 2014-04-11 | 243 | -444/+474 | |
| | | | | Merges vuolter/pyload@6c57a37 | ||||
* | RyushareCom: Code cosmetics | 2014-04-11 | 1 | -7/+7 | |
| | | | | Merges vuolter/pyload@f18c34b | ||||
* | RyushareCom: FILE_SIZE_PATTERN fixed | 2014-04-11 | 1 | -1/+3 | |
| | | | | Merges vuolter/pyload@6bb3f6e | ||||
* | XFileSharingPro: FILE_SIZE_PATTERN updated | 2014-04-11 | 1 | -2/+2 | |
| | | | | Merges vuolter/pyload@791ea1f | ||||
* | Hook: RestartFailed: Old version rewritten | 2014-04-11 | 1 | -19/+44 | |
| | | | | Merges vuolter/pyload@47e3ffe | ||||
* | Crypter: TurbobitNetFolder: Improved _getLinks recursion | 2014-04-11 | 1 | -32/+28 | |
| | | | | Merges vuolter/pyload@0497f62 | ||||
* | Hoster: TusfilesNet: Updated | 2014-04-11 | 1 | -14/+27 | |
| | | | | Merges vuolter/pyload@9b480fb | ||||
* | New multihoster: Vipleech4u | 2014-04-10 | 3 | -0/+205 | |
| | | | | Merges #524 | ||||
* | Upstore: using the improved ReCaptcha class | 2014-04-10 | 1 | -15/+11 | |
| | |||||
* | Improved ReCaptcha class: | 2014-04-10 | 1 | -6/+29 | |
| | | | | | Ability to detect public key and use it for challenge requests. + cosmetics | ||||
* | New hoster: UpstoreNet | 2014-04-10 | 1 | -0/+74 | |
| | | | | Merges #581 | ||||
* | XFS: Improved CAPTCHA_DIV_PATTERN | 2014-04-05 | 1 | -3/+3 | |
| | | | | | + cosmetics Merges #578 | ||||
* | XFS: host added | 2014-04-05 | 1 | -2/+2 | |
| | | | | Merged #579 | ||||
* | New hoster: PotloadCom | 2014-04-02 | 1 | -0/+18 | |
| | | | | See also #573 | ||||
* | New hoster: VeohCom | 2014-04-02 | 1 | -0/+56 | |
| | | | | Merges #572 | ||||
* | New hoster: PromptfileCom | 2014-03-31 | 1 | -0/+56 | |
| | | | | Merges #570 | ||||
* | XFileSharingPro additions | 2014-03-31 | 1 | -2/+3 | |
| | | | | Merged #569 | ||||
* | New multihoster: SimplyPremiumCom | 2014-03-31 | 3 | -0/+203 | |
| | | | | Merges #531 | ||||
* | Unrar 5.x Support | 2014-03-29 | 1 | -5/+13 | |
| | | | | Merged #567 | ||||
* | Youtube: fixed #498 | 2014-03-29 | 1 | -2/+2 | |
| | |||||
* | Fixed UlozTo hoster and account | 2014-03-29 | 2 | -5/+18 | |
| | | | | Merged #554 | ||||
* | Merge pull request #488 from vuolter/s/crypter/MultiupOrg | 2014-03-29 | 1 | -0/+49 | |
|\ | | | | | | | New crypter: MultiUpOrg Resolves #487 | ||||
| * | New crypter MultiUpOrg | 2014-02-23 | 1 | -0/+49 | |
| | | |||||
* | | Merge pull request #562 from vuolter/s/hoster/ShareFilesCo | 2014-03-28 | 2 | -31/+6 | |
|\ \ | | | | | | | ShareFilesCo: dead | ||||
| * | | Hoster: ShareFilesCo: Mark dead | 2014-03-25 | 2 | -31/+6 | |
| | | | |||||
* | | | New multihoster: OverLoadMe | 2014-03-25 | 3 | -0/+137 | |
|/ / | | | | | | | Merges #549, #550 and #551 | ||||
* | | Merge pull request #560 from vuolter/s/hoster/RapidgatorNet | 2014-03-25 | 1 | -3/+2 | |
|\ \ | | | | | | | RapidgatorNet: __pattern__ updated (thx Gromit) | ||||
| * | | Hoster: RapidgatorNet: __pattern__ updated (thx Gromit) | 2014-03-24 | 1 | -3/+2 | |
| | | | |||||
* | | | Hoster: XFileSharingPro: Fixed expired session detection | 2014-03-24 | 2 | -20/+19 | |
|/ / | |||||
* | | 1fichier: fixed #553 | 2014-03-23 | 1 | -14/+21 | |
| | | | | | | | | Merges #556 | ||||
* | | FreeWayMe: cosmetics | 2014-03-21 | 1 | -67/+67 | |
| | | |||||
* | | Removed ARD from the repository | 2014-03-20 | 1 | -83/+0 | |
| | | |||||
* | | Improve free-way plugin (thanks stickell for your comments!) | 2014-03-20 | 2 | -6/+4 | |
| | | |||||
* | | Add multihost plugin for free-way.me | 2014-03-20 | 3 | -0/+156 | |
| | | |||||
* | | Zippyshare: using (?i) instead of re.I to make it work even on Python < 2.7 | 2014-03-19 | 1 | -3/+2 | |
| | | |||||
* | | Filestube: patterns updated | 2014-03-19 | 1 | -3/+3 | |
| | | | | | | | | Resolves #543 and #497 | ||||
* | | ZDF: ignore series id, use progressive only, not hbbtv | 2014-03-19 | 1 | -3/+4 | |
| | | | | | | | | Merges #544 | ||||
* | | Rapidgator: Pattern updated | 2014-03-19 | 1 | -74/+80 | |
| | | | | | | | | | | Fixed #513 Merges #514 | ||||
* | | OneFichier: Fixed #536 | 2014-03-19 | 1 | -6/+15 | |
| | | | | | | | | Merges #541 | ||||
* | | Zippyshare: Fixed #545 | 2014-03-19 | 1 | -2/+3 | |
| | | | | | | | | Thanks @gaberad | ||||
* | | Add space between args on operator > | 2014-03-19 | 1 | -1/+1 | |
| | | | | | | Add space between args on operator > | ||||
* | | Easybytez registered user seen as premium account | 2014-03-18 | 1 | -5/+5 | |
| | | | | | | Now registered users are not seen as premium anymore. validuntil date and trafficleft criteria changed. | ||||
* | | Zippyshare: fixed #542 | 2014-03-14 | 1 | -2/+2 | |
| | | | | | | Thanks @gaberad | ||||
* | | New crypter: TusfilesNetFolder | 2014-03-12 | 1 | -0/+54 | |
| | | | | | | | | Merges #520 | ||||
* | | FastshareCz: Fixed #521 | 2014-03-12 | 1 | -42/+53 | |
| | | | | | | | | Merged #529 | ||||
* | | New hoster: FileomCom | 2014-03-12 | 1 | -0/+53 | |
| | | | | | | | | | | Merged #539 Fixes #532 |