Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ShareOnline: Handle PrePaid accounts as if they were Premium Accounts | Markus Schanz | 2015-01-28 | 1 | -1/+1 |
* | [RapidgatorNet] Fix account sid | Walter Purcaro | 2015-01-28 | 1 | -7/+16 |
* | [RapidgatorNet] Bug fix for premium account | Kingston | 2015-01-28 | 1 | -1/+1 |
* | [ZeveraCom] Detect expired account | Walter Purcaro | 2015-01-27 | 1 | -2/+2 |
* | Fix plugin filename case | Walter Purcaro | 2015-01-20 | 3 | -0/+0 |
* | [Keep2shareCc] Premium support | Walter Purcaro | 2015-01-19 | 1 | -16/+13 |
* | [CatShareNet] Update (2) | Walter Purcaro | 2015-01-18 | 1 | -9/+5 |
* | [CatShareNet] Fixed patterns | rukasuzu | 2015-01-18 | 1 | -1/+1 |
* | [CatShareNet] Fixed patterns | rukasuzu | 2015-01-18 | 1 | -4/+4 |
* | [CatShareNet] Update | Walter Purcaro | 2015-01-18 | 1 | -15/+19 |
* | [CatShareNet] Added traffic left info | rukasuzu | 2015-01-17 | 1 | -1/+2 |
* | [CatShareNet] Added traffic left info | rukasuzu | 2015-01-17 | 1 | -1/+5 |
* | New plugin: ExashareCom | Walter Purcaro | 2015-01-13 | 1 | -0/+16 |
* | [XFileSharingPro] Update BUILTIN lists | Walter Purcaro | 2015-01-13 | 1 | -0/+16 |
* | Replace 'except' with 'except Exception' | Walter Purcaro | 2015-01-13 | 5 | -11/+11 |
* | [SimplyPremiumCom] Improve account | Walter Purcaro | 2015-01-12 | 1 | -11/+11 |
* | Update SimplyPremiumCom.py | EvolutionClip | 2015-01-12 | 1 | -1/+1 |
* | Update SimplyPremiumCom.py | EvolutionClip | 2015-01-12 | 1 | -3/+3 |
* | Fix getAccount in some plugins | Walter Purcaro | 2015-01-11 | 1 | -2/+2 |
* | Typo | Shuralon | 2015-01-11 | 1 | -2/+2 |
* | Code improvements | Walter Purcaro | 2015-01-10 | 1 | -1/+1 |
* | [RehostTo] Account fixup | Walter Purcaro | 2015-01-10 | 1 | -18/+30 |
* | Code cosmetics | Walter Purcaro | 2015-01-10 | 1 | -4/+4 |
* | [ZeveraCom] Improve | Walter Purcaro | 2015-01-10 | 3 | -6/+19 |
* | [RehostTo] Fix typo | Walter Purcaro | 2015-01-10 | 1 | -4/+4 |
* | [RehostTo] Fix https://github.com/pyload/pyload/issues/1009 | Walter Purcaro | 2015-01-10 | 1 | -12/+6 |
* | [RyushareCom] Update | Walter Purcaro | 2015-01-10 | 1 | -11/+2 |
* | [PremiumTo] Parse Special Traffic | Walter Purcaro | 2015-01-10 | 1 | -3/+3 |
* | Fix SSL option in some hoster plugins | Walter Purcaro | 2015-01-09 | 1 | -3/+3 |
* | Spare fixes | Walter Purcaro | 2015-01-09 | 3 | -6/+6 |
* | "New Year" Update: account plugins | Walter Purcaro | 2015-01-08 | 54 | -296/+385 |
* | Added multihoster smoozed.com | Smoozed | 2015-01-05 | 1 | -0/+55 |
* | [OverLoadMe] Code cosmetics | Walter Purcaro | 2015-01-03 | 1 | -9/+14 |
* | Update OverLoadMe.py | marley2013 | 2015-01-03 | 1 | -3/+5 |
* | [PremiumTo] Fixup | Walter Purcaro | 2015-01-02 | 1 | -7/+9 |
* | [RapiduNet] Account trafficleft | Walter Purcaro | 2015-01-02 | 1 | -1/+7 |
* | [RapiduNet] Fixup (2) | Walter Purcaro | 2015-01-02 | 1 | -23/+31 |
* | [RapiduNet] Fixup | Walter Purcaro | 2015-01-01 | 1 | -9/+14 |
* | [UploadableCh] Account | gsasch | 2014-12-30 | 1 | -0/+33 |
* | [AlldebridCom] Code cosmetics | Walter Purcaro | 2014-12-30 | 1 | -11/+15 |
* | [ShareonlineBiz] Account fixup (2) | Walter Purcaro | 2014-12-27 | 1 | -1/+4 |
* | [ShareonlineBiz] Account fixup | Walter Purcaro | 2014-12-27 | 1 | -16/+8 |
* | Merge pull request #698 from tjeh/stable | Walter Purcaro | 2014-12-27 | 1 | -0/+50 |
|\ | |||||
| * | Added support for Multihosters.com multihoster. | tjeh | 2014-07-20 | 1 | -0/+50 |
* | | Merge pull request #683 from synweap15/nopremium | Walter Purcaro | 2014-12-27 | 1 | -0/+81 |
|\ \ | |||||
| * | | New __authors__ key, added __license__ | synweap15 | 2014-11-03 | 1 | -2/+2 |
| * | | newline fix | synweap15 | 2014-07-09 | 1 | -1/+0 |
| * | | remove explicit "is not None" | synweap15 | 2014-07-09 | 1 | -1/+1 |
| * | | replace is_premium with direct expression | synweap15 | 2014-07-09 | 1 | -2/+1 |
| * | | simplify json loads, replace crypto with hashlib | synweap15 | 2014-07-09 | 1 | -7/+3 |
| * | | fix json loads, dumps on ImportError exception | synweap15 | 2014-07-09 | 1 | -2/+3 |
| * | | remove blank lines and unused imports | synweap15 | 2014-07-09 | 1 | -18/+7 |
| * | | remove enviroment line | synweap15 | 2014-07-09 | 1 | -1/+0 |
| * | | remove redundant author information | synweap15 | 2014-07-08 | 1 | -4/+0 |
| * | | to-do elaborate | synweap15 | 2014-07-08 | 1 | -1/+1 |
| * | | nopremium.pl files added | synweap15 | 2014-07-08 | 1 | -0/+102 |
* | | | Merge pull request #682 from synweap15/rapideo | Walter Purcaro | 2014-12-27 | 1 | -0/+80 |
|\ \ \ | |||||
| * | | | New __authors__ key, added __license__ | synweap15 | 2014-11-03 | 1 | -2/+2 |
| * | | | replace is_premium with direct expression, remove explicit "is not None" | synweap15 | 2014-07-09 | 1 | -2/+1 |
| * | | | newline fix | synweap15 | 2014-07-09 | 1 | -0/+1 |
| * | | | simplify json loads, replace crypto with hashlib | synweap15 | 2014-07-09 | 1 | -8/+3 |
| * | | | remove blank lines and unused imports | synweap15 | 2014-07-09 | 1 | -19/+7 |
| * | | | remove enviroment line | synweap15 | 2014-07-09 | 1 | -1/+0 |
| * | | | remove redundant author information | synweap15 | 2014-07-08 | 1 | -4/+0 |
| * | | | to-do & small simplification in username and password saving | synweap15 | 2014-07-08 | 1 | -3/+3 |
| * | | | rapideo.pl files added | synweap15 | 2014-07-08 | 1 | -0/+102 |
| |/ / | |||||
* | | | [ShareonlineBiz] Fix account wrong password recognition | Walter Purcaro | 2014-12-27 | 1 | -2/+4 |
* | | | [UlozTo] Improve account login | Walter Purcaro | 2014-12-27 | 1 | -6/+3 |
* | | | [Keep2shareCc] Fix login (still no captcha support) | Walter Purcaro | 2014-12-27 | 1 | -3/+6 |
* | | | [NowVideoSx] Fixup | Walter Purcaro | 2014-12-26 | 1 | -5/+5 |
* | | | [LomafileCom] Mark dead | Walter Purcaro | 2014-12-26 | 1 | -16/+0 |
* | | | [PremiumTo] Fixup | Walter Purcaro | 2014-12-26 | 2 | -2/+2 |
* | | | [ShareonlineBiz] Fix login | Walter Purcaro | 2014-12-26 | 1 | -18/+35 |
* | | | Spare code fixes | Walter Purcaro | 2014-12-26 | 1 | -3/+3 |
* | | | [BayfilesCom] Mark dead | Walter Purcaro | 2014-12-24 | 1 | -37/+0 |
* | | | [LinestorageCom] Fix account plugin | Walter Purcaro | 2014-12-23 | 2 | -3/+8 |
* | | | New plugin: CloudzillaTo | Walter Purcaro | 2014-12-22 | 1 | -0/+36 |
* | | | Spare code cosmetics | Walter Purcaro | 2014-12-22 | 1 | -2/+2 |
* | | | [UlozTo] Fix TRAFFIC_LEFT_PATTERN | Walter Purcaro | 2014-12-22 | 1 | -6/+7 |
* | | | [WebshareCz] Fixed hoster with added account | Radek Senfeld | 2014-12-22 | 1 | -0/+68 |
* | | | Update account plugins | Walter Purcaro | 2014-12-18 | 34 | -132/+149 |
* | | | [UploadedTo] Fix trafficleft recognition | Walter Purcaro | 2014-12-18 | 1 | -8/+16 |
* | | | [RapiduNet] Improve account plugin | Walter Purcaro | 2014-12-11 | 1 | -18/+20 |
* | | | Fix __version__ format in some plugins | Walter Purcaro | 2014-12-09 | 8 | -8/+8 |
* | | | [RapidshareCom] Remove (very) old plugin | Walter Purcaro | 2014-12-07 | 1 | -55/+0 |
* | | | Plugin code cosmetics (3) | Walter Purcaro | 2014-12-07 | 6 | -16/+21 |
* | | | [OboomCom] Traffic size path (temp) | Walter Purcaro | 2014-12-06 | 2 | -7/+7 |
* | | | [DebridItaliaCom] Updated | Walter Purcaro | 2014-12-06 | 1 | -13/+17 |
* | | | [RapiduNet] new hoster and account plugin | prOq | 2014-12-05 | 1 | -0/+45 |
* | | | [premiumTo] Traffic fix (Tib vs. Gib) | AndroKev | 2014-12-04 | 1 | -1/+1 |
* | | | [SafesharingEu] Cleanup | Walter Purcaro | 2014-12-01 | 1 | -7/+4 |
* | | | [EasybytezCom] Revert loadAccountInfo | Walter Purcaro | 2014-12-01 | 1 | -7/+1 |
* | | | [SafesharingEu] Added support for registered users. | guidobelix | 2014-11-30 | 1 | -4/+4 |
* | | | [SafesharingEu] Improved patterns | Guido Galliani | 2014-11-30 | 1 | -1/+4 |
* | | | [SafesharingEu] Added support for registered users. | guidobelix | 2014-11-30 | 1 | -0/+16 |
* | | | [XFSAccount] Fix leech traffic detection | Walter Purcaro | 2014-11-28 | 1 | -1/+7 |
* | | | [SimpleHoster] Fix _getDirectLink routine | Walter Purcaro | 2014-11-23 | 1 | -2/+0 |
* | | | [UptoboxCom] Account fixup (thx ajarc) | Walter Purcaro | 2014-11-22 | 1 | -1/+2 |
* | | | Fix cookie domain | Walter Purcaro | 2014-11-21 | 12 | -16/+16 |
* | | | [UlozTo] Fixed hoster and account | Radek Senfeld | 2014-11-14 | 1 | -9/+13 |
* | | | [NowVideoAt] Premium support | Walter Purcaro | 2014-11-10 | 3 | -0/+58 |
* | | | [FreakshareCom] Improve account | Walter Purcaro | 2014-11-10 | 1 | -2/+4 |
* | | | [FastshareCz] Fix account | Walter Purcaro | 2014-11-10 | 1 | -10/+18 |
* | | | Code cosmetics | Walter Purcaro | 2014-11-10 | 20 | -83/+83 |
* | | | [Keep2shareCc] Fix account __name__ | Walter Purcaro | 2014-11-09 | 1 | -3/+3 |
* | | | [Keep2shareCc] Account plugin | aeronaut | 2014-11-09 | 1 | -0/+69 |
* | | | [UploadedTo] Update account | Walter Purcaro | 2014-11-09 | 1 | -19/+28 |
* | | | [UploadingCom] Update account | Walter Purcaro | 2014-11-09 | 1 | -16/+38 |
* | | | Code cosmetics | Walter Purcaro | 2014-11-09 | 1 | -2/+2 |
* | | | Code cosmetics | Walter Purcaro | 2014-11-06 | 1 | -2/+1 |
* | | | [OneFichierCom] Fixed account plugin | Walter Purcaro | 2014-11-04 | 1 | -18/+25 |
* | | | Update all other plugins | Walter Purcaro | 2014-11-02 | 26 | -109/+107 |
* | | | [XFileSharingPro] Fix account init | Walter Purcaro | 2014-10-30 | 1 | -3/+6 |
* | | | Improve loadAccountInfo stuff | Walter Purcaro | 2014-10-28 | 2 | -6/+3 |
* | | | [EasybytezCom] Remove unnecessary loadAccountInfo method | Walter Purcaro | 2014-10-28 | 1 | -35/+0 |
* | | | [UptoboxCom] Try to fix premium account recognition | Walter Purcaro | 2014-10-28 | 1 | -1/+3 |
* | | | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 80 | -336/+336 |
* | | | Spare code cosmetics | Walter Purcaro | 2014-10-27 | 4 | -7/+6 |
* | | | Assign in-line regex to PATTERN variable in a couple of accounts | Walter Purcaro | 2014-10-26 | 2 | -4/+11 |
* | | | [XFSPAccount] Improve VALID_UNTIL_PATTERN | Walter Purcaro | 2014-10-26 | 1 | -3/+1 |
* | | | Extend translation support in plugins + a lot of code cosmetics and typo fixes | Walter Purcaro | 2014-10-26 | 11 | -12/+12 |
* | | | Avoid gettext conflict due variable `_` | Walter Purcaro | 2014-10-25 | 2 | -2/+2 |
* | | | Spare code cosmetics | Walter Purcaro | 2014-10-25 | 2 | -3/+3 |
* | | | Use parseTraffic instead parseFileSize in accounts | Walter Purcaro | 2014-10-25 | 7 | -22/+15 |
* | | | Broken TRAFFIC_LEFT_PATTERN in RapidfileshareNet and TusfilesNet account | guidobelix | 2014-10-22 | 2 | -4/+4 |
* | | | Two space before function declaration | Walter Purcaro | 2014-10-22 | 9 | -5/+7 |
* | | | Tiny code cosmetics in Ftp and Http accounts | Walter Purcaro | 2014-10-20 | 2 | -2/+4 |
* | | | Update other plugins to support self.error | Walter Purcaro | 2014-10-19 | 2 | -2/+2 |
* | | | Fixed logging issue with coords values | Walter Purcaro | 2014-10-18 | 1 | -1/+1 |
* | | | [XFileSharingPro] Fixes | Walter Purcaro | 2014-10-18 | 1 | -4/+14 |
* | | | [XFileSharingPro] Fix account __type__ | Walter Purcaro | 2014-10-18 | 1 | -3/+3 |
* | | | Update accounts to use HOSTER_NAME instead HOSTER_URL | Walter Purcaro | 2014-10-18 | 25 | -25/+25 |
* | | | New account XFileSharingPro | Walter Purcaro | 2014-10-18 | 1 | -0/+20 |
* | | | Fix TRAFFIC_LEFT_PATTERN in RapidfileshareNet and TusfilesNet accounts | Walter Purcaro | 2014-10-17 | 2 | -5/+4 |
* | | | New accounts LinestorageCom and UploadcCom | Walter Purcaro | 2014-10-17 | 2 | -0/+32 |
* | | | Spare code cosmetics | Walter Purcaro | 2014-10-17 | 1 | -1/+1 |
* | | | Fix trafficleft size in some account plugins | Walter Purcaro | 2014-10-16 | 11 | -13/+13 |
* | | | Merge pull request #799 from Guidobelix/RapidfileshareNet | Walter Purcaro | 2014-10-16 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | [RapidfileshareNet] Improve TRAFFIC_LEFT_PATTERN | guidobelix | 2014-10-15 | 1 | -2/+3 |
* | | | | Sinplified after the improvements to XFSPAccount | guidobelix | 2014-10-15 | 1 | -35/+1 |
|/ / / | |||||
* | | | New plugin RapidfileshareNet (account + hoster) | guidobelix | 2014-10-15 | 1 | -0/+18 |
* | | | Improve unit detection in size pattern | Walter Purcaro | 2014-10-14 | 1 | -1/+1 |
* | | | New plugin JunocloudMe (hoster + account) | guidobelix | 2014-10-14 | 1 | -0/+16 |
* | | | [accounts] Code cosmetics | Walter Purcaro | 2014-10-11 | 50 | -5/+57 |
* | | | Pattern update 3 | Walter Purcaro | 2014-10-11 | 4 | -5/+5 |
* | | | Pattern update 2 | Walter Purcaro | 2014-10-11 | 2 | -2/+2 |
* | | | Pattern update 1 | Walter Purcaro | 2014-10-11 | 10 | -10/+10 |
* | | | [CatShareNet] Account support | Walter Purcaro | 2014-10-11 | 1 | -0/+56 |
* | | | ShareRapidCom -> MegaRapidCz | Walter Purcaro | 2014-10-09 | 1 | -2/+2 |
* | | | Newline cosmetics | Walter Purcaro | 2014-10-08 | 2 | -2/+4 |
* | | | Add __license__ key attribute to plugins | Walter Purcaro | 2014-10-08 | 74 | -0/+74 |
* | | | New __authors__ key replaces __author_name__ and __author_mail__ + Whitespace... | Walter Purcaro | 2014-10-07 | 74 | -148/+110 |
* | | | Bunch of account plugins XFSPAccount based | Walter Purcaro | 2014-10-07 | 11 | -0/+176 |
* | | | Code cosmetics on some account plugins | Walter Purcaro | 2014-10-07 | 8 | -13/+14 |
* | | | [EasybytezCom] Now XFSPAccount plugin based | Walter Purcaro | 2014-10-07 | 1 | -20/+7 |
* | | | [TusfilesNet] Now XFSPAccount plugin based | Walter Purcaro | 2014-10-07 | 1 | -18/+7 |
* | | | [LomafileCom] Premium support + updated patterns | Walter Purcaro | 2014-10-06 | 1 | -0/+19 |
* | | | [XFSPAccount] COOKIES attribute support | Walter Purcaro | 2014-10-05 | 7 | -14/+14 |
* | | | Remove some dead accounts | Walter Purcaro | 2014-10-05 | 3 | -153/+0 |
* | | | [OboomCom] Fix account login | Walter Purcaro | 2014-10-04 | 1 | -19/+28 |
* | | | Logging string cosmetics | Walter Purcaro | 2014-09-27 | 8 | -13/+13 |
* | | | [TusfilesNet] Added support for Premium users | Walter Purcaro | 2014-09-26 | 1 | -0/+69 |
* | | | Update EasybytezCom | Guidobelix | 2014-09-16 | 1 | -9/+11 |
* | | | Fixed EasybytezCom to work properly for registered (free) users | Guidobelix | 2014-09-14 | 1 | -15/+21 |
* | | | [4shared] Fixed login sequence | stickell | 2014-09-12 | 1 | -16/+11 |
* | | | [Premium4Me] Renamed to PremiumTo | stickell | 2014-09-12 | 2 | -29/+28 |
* | | | [MultiDebrid] renaming files to MyfastlineCom | stickell | 2014-09-11 | 1 | -2/+2 |
* | | | [MultiDebrid] renamed to Myfastline | stickell | 2014-09-11 | 1 | -6/+4 |
* | | | [DdlstorageCom] Mark dead | Walter Purcaro | 2014-08-29 | 1 | -54/+0 |
* | | | Remove trailing whitespaces + remove license headers + import urllib methods ... | Walter Purcaro | 2014-08-01 | 65 | -587/+74 |
| |/ |/| | |||||
* | | Store all re.search/match object as "m" instead "found" | Walter Purcaro | 2014-07-20 | 14 | -53/+53 |
* | | [account] self.html -> html (where was possible) | Walter Purcaro | 2014-07-20 | 5 | -21/+21 |
* | | [DepositfilesCom] Fixed premium dl | Walter Purcaro | 2014-07-20 | 1 | -21/+6 |
* | | Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9 | Walter Purcaro | 2014-07-20 | 3 | -3/+3 |
* | | [ShareRapidCom] Fix https://github.com/pyload/pyload/issues/694 | Walter Purcaro | 2014-07-20 | 1 | -6/+7 |
* | | Key attributes cleanup for account, container and crypter plugins | Walter Purcaro | 2014-07-15 | 65 | -0/+121 |
* | | Prefer single quote for dict key name | Walter Purcaro | 2014-07-15 | 39 | -91/+91 |
* | | Fix code indentation, some bad whitespaces and missing authors + use 'not' in... | Walter Purcaro | 2014-07-15 | 4 | -9/+9 |
* | | Removed all @author flags + key attributes cleanup for internal & hooks plugins | Walter Purcaro | 2014-07-15 | 28 | -57/+1 |
* | | [WarserverCz] Remove account | Walter Purcaro | 2014-07-10 | 1 | -68/+0 |
* | | Revert Ftp.py and Http.py changes | Walter Purcaro | 2014-07-06 | 2 | -2/+2 |
* | | Fix account checkLogin + related code cosmetics | Walter Purcaro | 2014-07-06 | 5 | -6/+4 |
* | | Remove two dead plugins | Walter Purcaro | 2014-07-06 | 2 | -116/+0 |
* | | [Fshare] Fixed #651 | Stefano | 2014-06-26 | 1 | -3/+3 |
|/ | |||||
* | [Oboom] new hoster and account | Stanley F | 2014-06-12 | 1 | -0/+50 |
* | [Linksnappy] Fixed expired account detect | Stefano | 2014-06-12 | 1 | -2/+6 |
* | [ShareRapid] Updates | Jelenik | 2014-05-19 | 1 | -5/+5 |
* | [MovReel] Account plugin | t4skforce | 2014-05-16 | 1 | -0/+20 |
* | Fixed MegaDebridEu file names | Stefano | 2014-05-05 | 1 | -1/+1 |
* | New multihoster: Mega-Debrid | D.Ducatel | 2014-05-05 | 1 | -0/+49 |
* | New multihoster: Linksnappy | Stefano | 2014-05-04 | 1 | -0/+43 |
* | File4safe premium | Stefano | 2014-05-03 | 1 | -0/+17 |
* | 1Fichier: premium support | Elrick69 | 2014-04-30 | 1 | -0/+46 |
* | Bayfiles: relogin requires user argument | Stefano | 2014-04-18 | 1 | -2/+2 |
* | Czshare renamed to Sdilej | BlackSmith | 2014-04-18 | 1 | -5/+4 |
* | Fix header # -*- coding: utf-8 -*- | Walter Purcaro | 2014-04-11 | 25 | -7/+27 |
* | Remove shebang #!/usr/bin/env python | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
* | Remove bad whitespaces | Walter Purcaro | 2014-04-11 | 22 | -22/+22 |
* | Fix retry time formats | Walter Purcaro | 2014-04-11 | 4 | -5/+5 |
* | Fix EOF | Walter Purcaro | 2014-04-11 | 2 | -2/+2 |