Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove self-tests from all files | Walter Purcaro | 2014-07-19 | 19 | -248/+0 |
| | |||||
* | Move test stuff to common directory | Walter Purcaro | 2014-07-19 | 5 | -148/+0 |
| | |||||
* | print "" -> print | Walter Purcaro | 2014-07-19 | 3 | -44/+51 |
| | |||||
* | Bump release version | Walter Purcaro | 2014-07-19 | 7 | -7/+7 |
| | |||||
* | Two devtool scripts from master branch | Walter Purcaro | 2014-07-19 | 2 | -0/+29 |
| | |||||
* | [Lib] Updated jinja2 to v2.7.3 and markupsafe to v0.23 | Walter Purcaro | 2014-07-19 | 49 | -726/+5531 |
| | |||||
* | Fix c1abc13d4dccb20f3845594c28952667573b7d0b | Walter Purcaro | 2014-07-19 | 2 | -4/+4 |
| | |||||
* | Improved uniqify method | Walter Purcaro | 2014-07-15 | 2 | -16/+6 |
| | |||||
* | Added missing shebangs, removed unnecessary ones | Walter Purcaro | 2014-07-14 | 37 | -37/+8 |
| | |||||
* | fs_bsize support | Walter Purcaro | 2014-07-14 | 1 | -3/+16 |
| | |||||
* | Use self.config instead self.core.config + inverted getConfig with getConf | Walter Purcaro | 2014-07-14 | 3 | -14/+15 |
| | |||||
* | Remove general checksum config (use addon one directly) | Walter Purcaro | 2014-07-14 | 1 | -1/+0 |
| | |||||
* | Stretch comment separator | Walter Purcaro | 2014-07-14 | 5 | -28/+30 |
| | |||||
* | [Plugin] Call api faster | Walter Purcaro | 2014-07-14 | 2 | -10/+27 |
| | |||||
* | save_path and save_join renamed to safe_path and safe_join | Walter Purcaro | 2014-07-14 | 6 | -17/+17 |
| | |||||
* | [Crypter] Set folder | Walter Purcaro | 2014-07-14 | 1 | -20/+11 |
| | |||||
* | Removed __threaded__ attribute | Walter Purcaro | 2014-07-14 | 3 | -17/+3 |
| | |||||
* | Fix class definition | Walter Purcaro | 2014-07-14 | 19 | -32/+32 |
| | |||||
* | [Locale] templates updated | Stefano | 2014-07-13 | 44 | -20555/+288 |
| | | | | + removed GUI translations | ||||
* | [Account] fixed bug introduced in fb24e9697b4947e805d55e1c84bc6c4e301362f7 | stickell | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | Move captcha to ocr | Walter Purcaro | 2014-07-10 | 6 | -4/+4 |
| | |||||
* | Improved filename sanitation removing non-ascii chars. | Stefano | 2014-07-09 | 1 | -0/+1 |
| | |||||
* | Improved filename sanitation. | Stefano | 2014-07-09 | 1 | -6/+15 |
| | | | | Fixes #656 | ||||
* | Update Account.py | Hoai-Thu Vuong | 2014-07-08 | 1 | -1/+1 |
| | | | | I running and received error no define of login_timeout, after adding self. it work perfectly | ||||
* | Use Base log methods | Walter Purcaro | 2014-07-06 | 3 | -10/+10 |
| | |||||
* | Fix account checkLogin | Walter Purcaro | 2014-07-06 | 3 | -17/+21 |
| | |||||
* | [README] Better intro (now with badges) | Walter Purcaro | 2014-07-05 | 1 | -8/+13 |
| | |||||
* | Improve readme reading a bit | Walter Purcaro | 2014-06-28 | 1 | -6/+6 |
| | |||||
* | [Lib] Update feedparser.py to version 5.1.3 | Walter Purcaro | 2014-06-28 | 1 | -1269/+1397 |
| | |||||
* | [Lib] Update thrift to version 0.9.1 | Walter Purcaro | 2014-06-28 | 22 | -293/+2524 |
| | |||||
* | [Lib] Update simplejson to version 3.5.3 | Walter Purcaro | 2014-06-28 | 6 | -286/+571 |
| | |||||
* | [Lib] Update BeautifulSoup.py to version 3.2.1 | Walter Purcaro | 2014-06-28 | 1 | -29/+34 |
| | |||||
* | [Lib] Update beaker.py to version 1.6.4 | Walter Purcaro | 2014-06-28 | 19 | -815/+1539 |
| | |||||
* | [Lib] Revert libraries to original status (remove all cosmetics optimizations) | Walter Purcaro | 2014-06-28 | 32 | -558/+570 |
| | |||||
* | [Lib] Update bottle.py to version 0.12.7 | Walter Purcaro | 2014-06-28 | 1 | -3/+8 |
| | |||||
* | [Lib] Removed unused Unzip.py | Walter Purcaro | 2014-06-28 | 1 | -50/+0 |
| | |||||
* | Improved readme and python system check | Walter Purcaro | 2014-06-28 | 8 | -40/+367 |
| | |||||
* | [GUI] Removed | Walter Purcaro | 2014-06-28 | 48 | -4715/+19 |
| | |||||
* | Update CherryPy wsgiserver to version 3.2.1 | Walter Purcaro | 2014-06-28 | 1 | -827/+1334 |
| | |||||
* | Improve web server choosing | Walter Purcaro | 2014-06-28 | 3 | -36/+43 |
| | |||||
* | [Webui] Notify update version when a pyload update is available | Walter Purcaro | 2014-06-28 | 2 | -3/+5 |
| | |||||
* | Improved reloadPlugins methods | Walter Purcaro | 2014-06-28 | 1 | -12/+23 |
| | |||||
* | [Webui] List item redirect to its pyfile url if clicked (thx gaberad) | Walter Purcaro | 2014-06-28 | 1 | -1/+1 |
| | |||||
* | Call initPeriodical after setup in Hook.py | Walter Purcaro | 2014-06-28 | 1 | -1/+2 |
| | |||||
* | Fix account representation in web interface (by wurfkeks) | Walter Purcaro | 2014-06-28 | 2 | -9/+8 |
| | |||||
* | [Setup] Ask for alphanumeric password with min 8 chars + remote access ↵ | Walter Purcaro | 2014-06-28 | 1 | -40/+34 |
| | | | | disabled by default + some code cosmetics | ||||
* | .gitattributes & .gitignore rewritten | Walter Purcaro | 2014-06-28 | 2 | -54/+82 |
| | |||||
* | Core merge #625 | Dominik Hardtke | 2014-06-28 | 1 | -8/+12 |
| | |||||
* | Fixed #615 | dawumba | 2014-06-28 | 1 | -10/+6 |
| | | | | | Merges #616 + PEP 8 | ||||
* | Porting to Pillow | Stefano | 2014-06-28 | 3 | -35/+36 |
| | | | | | See #620 and #254 + PEP 8 | ||||
* | Fixed just_header HEAD request issue. | Stefano | 2014-06-28 | 1 | -0/+4 |
| | | | | Using just_header=True an HEAD request was always performed, so no POST parameters were sent. Also sometimes hosters block this kind of requests. | ||||
* | Updated copyright year notice | Stefano | 2014-06-28 | 7 | -8/+8 |
| | |||||
* | Upgrading Bottle from 0.10.2 to 0.12.5 | Stefano | 2014-06-28 | 1 | -848/+1653 |
| | |||||
* | utils: extending up to exabyte | stickell | 2014-06-28 | 1 | -4/+10 |
| | | | + picked fixed regex from 0.5 | ||||
* | Some code cosmetics about commas, spaces and quotes | Walter Purcaro | 2014-06-28 | 62 | -622/+623 |
| | | | | Merges #577 | ||||
* | Localization badge | stickell | 2014-06-28 | 1 | -2/+2 |
| | |||||
* | First import from Crowdin | Stefano | 2014-06-28 | 269 | -0/+112400 |
| | |||||
* | Fixed crowdin config file | Stefano | 2014-06-28 | 1 | -0/+9 |
| | |||||
* | Paver tasks for localization | Stefano | 2014-06-28 | 1 | -0/+81 |
| | |||||
* | Crowdin configuration file | Stefano | 2014-06-28 | 1 | -0/+9 |
| | |||||
* | Localization readme | Stefano | 2014-06-28 | 1 | -0/+55 |
| | |||||
* | Improved paver task for POTs | Stefano | 2014-06-28 | 1 | -2/+2 |
| | |||||
* | Updated locale templates | Stefano | 2014-06-28 | 5 | -996/+1003 |
| | |||||
* | Improved wait method | Stefano | 2014-06-28 | 1 | -5/+13 |
| | |||||
* | Removed deprecated module. | Stefano | 2014-06-28 | 1 | -22/+0 |
| | | | | internal/CaptchaService must be used instead | ||||
* | Fix EOF | Walter Purcaro | 2014-06-28 | 77 | -78/+53 |
| | | | | Merged vuolter/pyload@2635efd | ||||
* | Remove bad whitespaces | Walter Purcaro | 2014-06-28 | 80 | -1203/+1179 |
| | | | | Merged vuolter/pyload@00288e6 | ||||
* | Plugins licensing doc | Stefano | 2014-06-28 | 1 | -0/+16 |
| | | | | See vuolter/pyload@279be0a | ||||
* | Updated scripts README | Stefano | 2014-06-28 | 2 | -25/+23 |
| | | | | See #559 | ||||
* | Updated README | Walter Purcaro | 2014-06-28 | 2 | -39/+52 |
| | | | | See #559 | ||||
* | Fixed template loader | Stefano | 2014-06-28 | 1 | -1/+1 |
| | |||||
* | Referring to renamed README | Stefano | 2014-06-28 | 1 | -1/+1 |
| | |||||
* | Markdown LICENSE | Stefano | 2014-06-28 | 2 | -619/+596 |
| | |||||
* | Markdown README | Stefano | 2014-06-28 | 1 | -12/+8 |
| | |||||
* | Added .gitignore | Stefano | 2014-06-28 | 2 | -4/+38 |
| | |||||
* | [UpdateManager] Store new pyload's version number when a system update is ↵ | Walter Purcaro | 2014-06-27 | 1 | -2/+2 |
| | | | | available | ||||
* | Spare fixes | Walter Purcaro | 2014-06-27 | 2 | -2/+1 |
| | |||||
* | [UpdateManager] Fix removePlugins method | Walter Purcaro | 2014-06-26 | 1 | -2/+2 |
| | |||||
* | [SimplyPremium] Fix #649 | Stefano | 2014-06-26 | 1 | -12/+11 |
| | |||||
* | [UpdateManager] bump | stickell | 2014-06-26 | 1 | -1/+1 |
| | | | Fix commit hash on the update manager server | ||||
* | [UpdateManager] rewritten | Walter Purcaro | 2014-06-26 | 1 | -118/+151 |
| | |||||
* | [Fshare] Fixed #651 | Stefano | 2014-06-26 | 1 | -3/+3 |
| | |||||
* | [Filefactory] Improved free links detect | Samir Boulema | 2014-06-25 | 1 | -3/+3 |
| | | | | Merges #638 | ||||
* | [SimplyPremium] Updated API | EvolutionClip | 2014-06-25 | 1 | -4/+4 |
| | | | | Merges #655 | ||||
* | [YouTube] Support shortened "youtu.be" links. | Stefano | 2014-06-24 | 1 | -2/+11 |
| | | | | | + Improved bad chars sanitation in filename. See #656 | ||||
* | [Oboom] new hoster and account | Stanley F | 2014-06-12 | 2 | -0/+179 |
| | | | | | Merges #650 Resolves #587 | ||||
* | [Linksnappy] Fixed expired account detect | Stefano | 2014-06-12 | 1 | -2/+6 |
| | |||||
* | [Zippyshare] fixed #647 | stickell | 2014-06-04 | 1 | -2/+2 |
| | |||||
* | Merge pull request #628 from Jelenik/stable | stickell | 2014-06-03 | 1 | -2/+2 |
|\ | | | | | [UlozTo] change of file_name_pattern | ||||
| * | Update UlozTo.py - change of file_name_pattern | Jelenik | 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 | Ducatel David | 2014-06-03 | 1 | -3/+3 |
| | | | | | | | | Merges #626 | ||||
* | | Fixed #614 | Dominik Hardtke | 2014-06-03 | 1 | -2/+2 |
| | | | | | | | | Merged from #625 | ||||
* | | Revert "[XFileSharingPro] Fixed premium mode" | Stefano | 2014-05-29 | 1 | -2/+1 |
|/ | | | | | | Fixes #636 This reverts commit e04a7fa2fcf7e2b4ace548f876117c63d7f265af. | ||||
* | [CaptchaBrotherhood] Pillow support | Stefano | 2014-05-19 | 1 | -2/+2 |
| | |||||
* | [ShareRapid] Updates | Jelenik | 2014-05-19 | 1 | -5/+5 |
| | | | | Merges #619 | ||||
* | [DDLStorage] Improved getInfo | Stefano | 2014-05-19 | 1 | -9/+12 |
| | |||||
* | [MovReel] Account plugin | t4skforce | 2014-05-16 | 1 | -0/+20 |
| | | | | Merges #609 | ||||
* | Merge pull request #617 from stefanos/patch-9 | stickell | 2014-05-16 | 1 | -1/+5 |
|\ | | | | | Update ShareonlineBiz | ||||
| * | Update ShareonlineBiz.py | stefanos | 2014-05-15 | 1 | -1/+5 |
| | | | | | | captcha feedback (update) | ||||
* | | [UpdateManager] Using the new platform | Stefano | 2014-05-16 | 1 | -30/+29 |
|\ \ | |/ |/| | |||||
| * | Update Manager: fixed exception if there is no blacklist | Stefano | 2014-05-07 | 1 | -1/+2 |
| | | |||||
| * | Update Manager updated to use the new platform | Stefano | 2014-05-07 | 1 | -30/+28 |
| | | | | | | | | + blacklist support | ||||
* | | [XFileSharingPro] Fixed premium mode | Stefano | 2014-05-13 | 1 | -1/+2 |
| | | |||||
* | | [Linksnappy] fixes | Stefano | 2014-05-13 | 1 | -3/+18 |
| | | |||||
* | | Updated Zippyshare | Leon Bergmann | 2014-05-08 | 1 | -165/+30 |
|/ | | | | Merges #612 | ||||
* | Fixed MegaDebridEu file names | Stefano | 2014-05-05 | 3 | -3/+3 |
| | |||||
* | Update ShareonlineBiz | stefanos | 2014-05-05 | 1 | -1/+5 |
| | | | | Merges #607 | ||||
* | Update ZippyshareCom | Leon Bergmann | 2014-05-05 | 1 | -31/+15 |
| | | | | | + updated test link Merges #605 | ||||
* | New hoster: EpicShareNet | t4skforce | 2014-05-05 | 1 | -0/+24 |
| | | | | Merges #603 | ||||
* | New hoster: VidPlayNet | t4skforce | 2014-05-05 | 1 | -0/+25 |
| | | | | Merges #602 | ||||
* | New hoster: MegaFilesSe | t4skforce | 2014-05-05 | 1 | -0/+21 |
| | | | | Merges #601 | ||||
* | New hoster: LemUploads | t4skforce | 2014-05-05 | 1 | -0/+24 |
| | | | | Merges #600 | ||||
* | New hoster: PandaPlanet | t4skforce | 2014-05-05 | 1 | -0/+26 |
| | | | | Merges #599 | ||||
* | New multihoster: Mega-Debrid | D.Ducatel | 2014-05-05 | 3 | -0/+191 |
| | | | | Merges #591 | ||||
* | New multihoster: Linksnappy | Stefano | 2014-05-04 | 3 | -0/+122 |
| | |||||
* | File4safe premium | Stefano | 2014-05-03 | 4 | -6/+61 |
| | | | | | + XFSPAccount improved Resolves #431 | ||||
* | 1Fichier: premium support | Elrick69 | 2014-04-30 | 2 | -3/+64 |
| | | | | Merges #594 and #595 | ||||
* | Uptobox: fixed #588 | Stefano | 2014-04-28 | 1 | -1/+40 |
| | |||||
* | 1Fichier: fixed #592 | Stefano | 2014-04-28 | 1 | -31/+23 |
| | | | | Code improved to use SimpleHoster features. | ||||
* | file4safe added to XFS | Stefano | 2014-04-28 | 1 | -2/+2 |
| | | | | Resolves #431 | ||||
* | CaptchaService: fixed missing import | Stefano | 2014-04-18 | 1 | -1/+2 |
| | |||||
* | Fixed PEP8 violations | Stefano | 2014-04-18 | 4 | -3/+5 |
| | |||||
* | Fixed PEP8 violations | Stefano | 2014-04-18 | 4 | -3/+6 |
| | |||||
* | Bayfiles: relogin requires user argument | Stefano | 2014-04-18 | 1 | -2/+2 |
| | |||||
* | Removed unused imports | Stefano | 2014-04-18 | 2 | -5/+1 |
| | |||||
* | Fixed some PEP8 violations | Stefano | 2014-04-18 | 9 | -11/+14 |
| | |||||
* | Using in instead of has_key | Stefano | 2014-04-18 | 2 | -5/+5 |
| | |||||
* | Egofiles: fixed #583 | Stefano | 2014-04-18 | 1 | -2/+2 |
| | |||||
* | Streamcloud: fixed #583 | stickell | 2014-04-18 | 1 | -2/+2 |
| | |||||
* | Czshare renamed to Sdilej | BlackSmith | 2014-04-18 | 3 | -15/+14 |
| | | | | Merges #584 | ||||
* | Fix some container __pattern__ | Walter Purcaro | 2014-04-11 | 3 | -3/+3 |
| | | | | Merges vuolter/pyload@770a11f | ||||
* | Replace __pattern__ double quotes with single | Walter Purcaro | 2014-04-11 | 196 | -196/+196 |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | Use pyfile instead self.pyfile | Walter Purcaro | 2014-04-11 | 41 | -78/+78 |
| | | | | Merges vuolter/pyload@b7f6e2e | ||||
* | Fix __pattern__ www | Walter Purcaro | 2014-04-11 | 131 | -134/+134 |
| | | | | Merges vuolter/pyload@d3be840 | ||||
* | Fix header # -*- coding: utf-8 -*- | Walter Purcaro | 2014-04-11 | 195 | -96/+132 |
| | | | | Merges vuolter/pyload@aa7b3f9 | ||||
* | Remove shebang #!/usr/bin/env python | Walter Purcaro | 2014-04-11 | 51 | -51/+51 |
| | | | | Merges vuolter/pyload@1387ded | ||||
* | Fix HOSTER_NAME in XFileSharingPro plugins | Walter Purcaro | 2014-04-11 | 16 | -18/+27 |
| | | | | Merges vuolter/pyload@f20b998 | ||||
* | Use re.match for __pattern__ matches instead re.search | Walter Purcaro | 2014-04-11 | 28 | -30/+30 |
| | | | | Merges vuolter/pyload@9117005 | ||||
* | Remove bad whitespaces | Walter Purcaro | 2014-04-11 | 49 | -139/+134 |
| | | | | Merges vuolter/pyload@e4b2562 | ||||
* | Use wait to set time in SimpleHoster plugins | Walter Purcaro | 2014-04-11 | 30 | -86/+45 |
| | | | | Merges vuolter/pyload@bb002ac | ||||
* | Fix retry time formats | Walter Purcaro | 2014-04-11 | 33 | -54/+54 |
| | | | | Merges vuolter/pyload@498b9e3 | ||||
* | Fix EOF | Walter Purcaro | 2014-04-11 | 20 | -21/+12 |
| | | | | Merges vuolter/pyload@00052b2 | ||||
* | Fix __config__ | Walter Purcaro | 2014-04-11 | 43 | -110/+108 |
| | | | | Merges vuolter/pyload@83ff313 | ||||
* | Fix __type__ for crypters | Walter Purcaro | 2014-04-11 | 17 | -18/+18 |
| | | | | Merges vuolter/pyload@48af9ab | ||||
* | Replace range with xrange | Walter Purcaro | 2014-04-11 | 46 | -61/+61 |
| | | | | Merges vuolter/pyload@a50c8ff | ||||
* | Change Solvmedia to Solvemedia | Walter Purcaro | 2014-04-11 | 2 | -2/+2 |
| | | | | Merges vuolter/pyload@528ffe0 | ||||
* | Fix __description__ | Walter Purcaro | 2014-04-11 | 231 | -232/+231 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Fix __author_name__ and __author_mail__ | Walter Purcaro | 2014-04-11 | 243 | -444/+474 |
| | | | | Merges vuolter/pyload@6c57a37 | ||||
* | RyushareCom: Code cosmetics | Walter Purcaro | 2014-04-11 | 1 | -7/+7 |
| | | | | Merges vuolter/pyload@f18c34b | ||||
* | RyushareCom: FILE_SIZE_PATTERN fixed | Walter Purcaro | 2014-04-11 | 1 | -1/+3 |
| | | | | Merges vuolter/pyload@6bb3f6e | ||||
* | XFileSharingPro: FILE_SIZE_PATTERN updated | Walter Purcaro | 2014-04-11 | 1 | -2/+2 |
| | | | | Merges vuolter/pyload@791ea1f | ||||
* | Hook: RestartFailed: Old version rewritten | Walter Purcaro | 2014-04-11 | 1 | -19/+44 |
| | | | | Merges vuolter/pyload@47e3ffe | ||||
* | Crypter: TurbobitNetFolder: Improved _getLinks recursion | Walter Purcaro | 2014-04-11 | 1 | -32/+28 |
| | | | | Merges vuolter/pyload@0497f62 | ||||
* | Hoster: TusfilesNet: Updated | Walter Purcaro | 2014-04-11 | 1 | -14/+27 |
| | | | | Merges vuolter/pyload@9b480fb | ||||
* | New multihoster: Vipleech4u | Ivo Buff | 2014-04-10 | 3 | -0/+205 |
| | | | | Merges #524 | ||||
* | Upstore: using the improved ReCaptcha class | Stefano | 2014-04-10 | 1 | -15/+11 |
| | |||||
* | Improved ReCaptcha class: | Stefano | 2014-04-10 | 1 | -6/+29 |
| | | | | | Ability to detect public key and use it for challenge requests. + cosmetics | ||||
* | New hoster: UpstoreNet | igel-kun | 2014-04-10 | 1 | -0/+74 |
| | | | | Merges #581 | ||||
* | XFS: Improved CAPTCHA_DIV_PATTERN | igel-kun | 2014-04-05 | 1 | -3/+3 |
| | | | | | + cosmetics Merges #578 | ||||
* | XFS: host added | igel-kun | 2014-04-05 | 1 | -2/+2 |
| | | | | Merged #579 | ||||
* | New hoster: PotloadCom | Stefano | 2014-04-02 | 1 | -0/+18 |
| | | | | See also #573 | ||||
* | New hoster: VeohCom | Walter Purcaro | 2014-04-02 | 1 | -0/+56 |
| | | | | Merges #572 | ||||
* | New hoster: PromptfileCom | igel-kun | 2014-03-31 | 1 | -0/+56 |
| | | | | Merges #570 | ||||
* | XFileSharingPro additions | igel-kun | 2014-03-31 | 1 | -2/+3 |
| | | | | Merged #569 | ||||
* | New multihoster: SimplyPremiumCom | EvolutionClip | 2014-03-31 | 3 | -0/+203 |
| | | | | Merges #531 | ||||
* | Unrar 5.x Support | Ben White | 2014-03-29 | 1 | -5/+13 |
| | | | | Merged #567 | ||||
* | Youtube: fixed #498 | Stefano | 2014-03-29 | 1 | -2/+2 |
| | |||||
* | Fixed UlozTo hoster and account | radek-senfeld | 2014-03-29 | 2 | -5/+18 |
| | | | | Merged #554 | ||||
* | Merge pull request #488 from vuolter/s/crypter/MultiupOrg | Stefano | 2014-03-29 | 1 | -0/+49 |
|\ | | | | | | | New crypter: MultiUpOrg Resolves #487 | ||||
| * | New crypter MultiUpOrg | Walter Purcaro | 2014-02-23 | 1 | -0/+49 |
| | | |||||
* | | Merge pull request #562 from vuolter/s/hoster/ShareFilesCo | Stefano | 2014-03-28 | 2 | -31/+6 |
|\ \ | | | | | | | ShareFilesCo: dead | ||||
| * | | Hoster: ShareFilesCo: Mark dead | Walter Purcaro | 2014-03-25 | 2 | -31/+6 |
| | | | |||||
* | | | New multihoster: OverLoadMe | marley2013 | 2014-03-25 | 3 | -0/+137 |
|/ / | | | | | | | Merges #549, #550 and #551 | ||||
* | | Merge pull request #560 from vuolter/s/hoster/RapidgatorNet | Stefano | 2014-03-25 | 1 | -3/+2 |
|\ \ | | | | | | | RapidgatorNet: __pattern__ updated (thx Gromit) | ||||
| * | | Hoster: RapidgatorNet: __pattern__ updated (thx Gromit) | Walter Purcaro | 2014-03-24 | 1 | -3/+2 |
| | | | |||||
* | | | Merge pull request #561 from vuolter/s/hoster/UptoboxCom | Stefano | 2014-03-25 | 2 | -20/+19 |
|\ \ \ | |/ / |/| | | | | | XFileSharingPro: Fixed expired session detection Fixes #558 | ||||
| * | | Hoster: XFileSharingPro: Fixed expired session detection | Walter Purcaro | 2014-03-24 | 2 | -20/+19 |
|/ / | |||||
* | | 1fichier: fixed #553 | Thierry Merle | 2014-03-23 | 1 | -14/+21 |
| | | | | | | | | Merges #556 | ||||
* | | Revert "Added .gitignore" | Stefano | 2014-03-21 | 2 | -38/+4 |
| | | | | | | | | This reverts commit 287fcd6cb8db1c2fd7875d8eb1c8a54c315e8a80. | ||||
* | | Added .gitignore | Stefano | 2014-03-21 | 2 | -4/+38 |
| | | |||||
* | | FreeWayMe: cosmetics | Stefano | 2014-03-21 | 1 | -67/+67 |
| | | |||||
* | | Removed ARD from the repository | Stefano | 2014-03-20 | 1 | -83/+0 |
| | | |||||
* | | Merge pull request #552 from flubshi/stable | Stefano | 2014-03-20 | 3 | -0/+154 |
|\ \ | | | | | | | Add multihost plugin for free-way.me | ||||
| * | | Improve free-way plugin (thanks stickell for your comments!) | flubshi | 2014-03-20 | 2 | -6/+4 |
| | | | |||||
| * | | Add multihost plugin for free-way.me | flubshi | 2014-03-20 | 3 | -0/+156 |
|/ / | |||||
* | | Zippyshare: using (?i) instead of re.I to make it work even on Python < 2.7 | Stefano | 2014-03-19 | 1 | -3/+2 |
| | | |||||
* | | Filestube: patterns updated | Stefano | 2014-03-19 | 1 | -3/+3 |
| | | | | | | | | Resolves #543 and #497 | ||||
* | | ZDF: ignore series id, use progressive only, not hbbtv | m42e | 2014-03-19 | 1 | -3/+4 |
| | | | | | | | | Merges #544 | ||||
* | | Rapidgator: Pattern updated | Walter Purcaro | 2014-03-19 | 1 | -74/+80 |
| | | | | | | | | | | Fixed #513 Merges #514 | ||||
* | | OneFichier: Fixed #536 | Thierry Merle | 2014-03-19 | 1 | -6/+15 |
| | | | | | | | | Merges #541 | ||||
* | | Zippyshare: Fixed #545 | Stefano | 2014-03-19 | 1 | -2/+3 |
| | | | | | | | | Thanks @gaberad | ||||
* | | Merge pull request #546 from CrazYoshi/patch-1 | Stefano | 2014-03-19 | 1 | -5/+5 |
|\ \ | | | | | | | Easybytez registered user seen as premium account | ||||
| * | | Add space between args on operator > | CrazYoshi | 2014-03-19 | 1 | -1/+1 |
| | | | | | | | | | Add space between args on operator > | ||||
| * | | Easybytez registered user seen as premium account | CrazYoshi | 2014-03-18 | 1 | -5/+5 |
|/ / | | | | | Now registered users are not seen as premium anymore. validuntil date and trafficleft criteria changed. | ||||
* | | Zippyshare: fixed #542 | Stefano | 2014-03-14 | 1 | -2/+2 |
| | | | | | | Thanks @gaberad | ||||
* | | New crypter: TusfilesNetFolder | Stefano | 2014-03-12 | 1 | -0/+54 |
| | | | | | | | | Merges #520 | ||||
* | | FastshareCz: Fixed #521 | Walter Purcaro | 2014-03-12 | 1 | -42/+53 |
| | | | | | | | | Merged #529 | ||||
* | | New hoster: FileomCom | Walter Purcaro | 2014-03-12 | 1 | -0/+53 |
| | | | | | | | | | | Merged #539 Fixes #532 | ||||
* | | XFileSharingPro: ability to use FILE_URL_REPLACEMENTS | Stefano | 2014-03-12 | 1 | -7/+9 |
| | | | | | | | | | | + improved FILE_OFFLINE_PATTERN + trivial fixes | ||||
* | | LoadTo: fixed #523 | Stefano | 2014-03-12 | 1 | -35/+64 |
| | |