summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts
Commit message (Collapse)AuthorAgeFilesLines
* [EasybytezCom] Now XFSPAccount plugin basedGravatar Walter Purcaro 2014-10-071-20/+7
|
* [TusfilesNet] Now XFSPAccount plugin basedGravatar Walter Purcaro 2014-10-071-18/+7
|
* [LomafileCom] Premium support + updated patternsGravatar Walter Purcaro 2014-10-061-0/+19
|
* [XFSPAccount] COOKIES attribute supportGravatar Walter Purcaro 2014-10-057-14/+14
|
* Remove some dead accountsGravatar Walter Purcaro 2014-10-053-153/+0
|
* [OboomCom] Fix account loginGravatar Walter Purcaro 2014-10-041-19/+28
|
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-278-13/+13
|
* [TusfilesNet] Added support for Premium usersGravatar Walter Purcaro 2014-09-261-0/+69
| | | | https://github.com/pyload/pyload/pull/755
* Update EasybytezComGravatar Guidobelix 2014-09-161-9/+11
|
* Fixed EasybytezCom to work properly for registered (free) usersGravatar Guidobelix 2014-09-141-15/+21
| | | | Expire date is meaningful only for Premium users. For registered (free) users expire date is set to -1 (free accounts never expire).
* [4shared] Fixed login sequenceGravatar stickell 2014-09-121-16/+11
|
* [Premium4Me] Renamed to PremiumToGravatar stickell 2014-09-122-29/+28
| | | | | + partial rewrite + special traffic support
* [MultiDebrid] renaming files to MyfastlineComGravatar stickell 2014-09-111-2/+2
|
* [MultiDebrid] renamed to MyfastlineGravatar stickell 2014-09-111-6/+4
|
* [DdlstorageCom] Mark deadGravatar Walter Purcaro 2014-08-291-54/+0
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-0165-587/+74
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Store all re.search/match object as "m" instead "found"Gravatar Walter Purcaro 2014-07-2014-53/+53
|
* [account] self.html -> html (where was possible)Gravatar Walter Purcaro 2014-07-205-21/+21
|
* [DepositfilesCom] Fixed premium dlGravatar Walter Purcaro 2014-07-201-21/+6
|
* Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-203-3/+3
|
* [ShareRapidCom] Fix https://github.com/pyload/pyload/issues/694Gravatar Walter Purcaro 2014-07-201-6/+7
|
* Key attributes cleanup for account, container and crypter pluginsGravatar Walter Purcaro 2014-07-1565-0/+121
|
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-1539-91/+91
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-154-9/+9
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-1528-57/+1
|
* [WarserverCz] Remove accountGravatar Walter Purcaro 2014-07-101-68/+0
|
* Revert Ftp.py and Http.py changesGravatar Walter Purcaro 2014-07-062-2/+2
|
* Fix account checkLogin + related code cosmeticsGravatar Walter Purcaro 2014-07-065-6/+4
|
* Remove two dead pluginsGravatar Walter Purcaro 2014-07-062-116/+0
|
* [Fshare] Fixed #651Gravatar Stefano 2014-06-261-3/+3
|
* [Oboom] new hoster and accountGravatar Stanley F 2014-06-121-0/+50
| | | | | Merges #650 Resolves #587
* [Linksnappy] Fixed expired account detectGravatar Stefano 2014-06-121-2/+6
|
* [ShareRapid] UpdatesGravatar Jelenik 2014-05-191-5/+5
| | | | Merges #619
* [MovReel] Account pluginGravatar t4skforce 2014-05-161-0/+20
| | | | Merges #609
* Fixed MegaDebridEu file namesGravatar Stefano 2014-05-051-1/+1
|
* New multihoster: Mega-DebridGravatar D.Ducatel 2014-05-051-0/+49
| | | | Merges #591
* New multihoster: LinksnappyGravatar Stefano 2014-05-041-0/+43
|
* File4safe premiumGravatar Stefano 2014-05-031-0/+17
| | | | | + XFSPAccount improved Resolves #431
* 1Fichier: premium supportGravatar Elrick69 2014-04-301-0/+46
| | | | Merges #594 and #595
* Bayfiles: relogin requires user argumentGravatar Stefano 2014-04-181-2/+2
|
* Czshare renamed to SdilejGravatar BlackSmith 2014-04-181-5/+4
| | | | Merges #584
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-1125-7/+27
| | | | Merges vuolter/pyload@aa7b3f9
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@1387ded
* Remove bad whitespacesGravatar Walter Purcaro 2014-04-1122-22/+22
| | | | Merges vuolter/pyload@e4b2562
* Fix retry time formatsGravatar Walter Purcaro 2014-04-114-5/+5
| | | | Merges vuolter/pyload@498b9e3
* Fix EOFGravatar Walter Purcaro 2014-04-112-2/+2
| | | | Merges vuolter/pyload@00052b2
* Replace range with xrangeGravatar Walter Purcaro 2014-04-112-2/+2
| | | | Merges vuolter/pyload@a50c8ff
* Fix __description__Gravatar Walter Purcaro 2014-04-1130-30/+30
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-1149-94/+96
| | | | Merges vuolter/pyload@6c57a37
* New multihoster: Vipleech4uGravatar Ivo Buff 2014-04-101-0/+41
| | | | Merges #524
* New multihoster: SimplyPremiumComGravatar EvolutionClip 2014-03-311-0/+58
| | | | Merges #531
* Fixed UlozTo hoster and accountGravatar radek-senfeld 2014-03-291-4/+4
| | | | Merged #554
* Merge pull request #562 from vuolter/s/hoster/ShareFilesCoGravatar Stefano 2014-03-281-13/+0
|\ | | | | ShareFilesCo: dead
| * Hoster: ShareFilesCo: Mark deadGravatar Walter Purcaro 2014-03-251-13/+0
| |
* | New multihoster: OverLoadMeGravatar marley2013 2014-03-251-0/+31
|/ | | | Merges #549, #550 and #551
* FreeWayMe: cosmeticsGravatar Stefano 2014-03-211-67/+67
|
* Improve free-way plugin (thanks stickell for your comments!)Gravatar flubshi 2014-03-201-2/+2
|
* Add multihost plugin for free-way.meGravatar flubshi 2014-03-201-0/+67
|
* Add space between args on operator >Gravatar CrazYoshi 2014-03-191-1/+1
| | | Add space between args on operator >
* Easybytez registered user seen as premium accountGravatar CrazYoshi 2014-03-181-5/+5
| | | Now registered users are not seen as premium anymore. validuntil date and trafficleft criteria changed.
* Uptobox: version increased after 41382d0Gravatar Stefano 2014-01-091-1/+1
|
* Uptobox: fixed premium expire detectionGravatar Stefano 2014-01-091-0/+2
| | | | See #423
* FshareVn: fixed lifetime account detectGravatar Stefano 2013-12-131-10/+19
| | | | See #417
* Easybytez: fixed expire date parseGravatar Stefano 2013-12-131-3/+4
|
* Some hosters marked as deadGravatar Walter Purcaro 2013-12-136-227/+0
| | | | Merged #375
* Removed old way to log plugin messagesGravatar Stefano 2013-12-012-5/+5
|
* FilefactoryCom: fixed premium login.Gravatar Stefano 2013-11-261-27/+30
| | | | See #366
* FshareVn: updated account pluginGravatar Stefano 2013-11-251-5/+5
|
* New multi-hoster: RPNetBizGravatar Dman 2013-11-031-0/+45
| | | | Merged #339
* Update RealdebridCom.pyGravatar chaosmaker 2013-11-011-2/+2
| | | Real Debrid now only accepts https connections to any of their api and hence the change
* Removed dead plugins.Gravatar Stefano 2013-10-112-70/+0
| | | | See #304
* FilecloudIo: premium supportGravatar Stefano 2013-10-081-4/+27
|
* DDLStorage: rewritten to use API.Gravatar Stefano 2013-10-021-3/+41
|
* UlozTo account fixGravatar pulpe 2013-09-221-4/+9
|
* Fastshare: fixed premium issue in #253Gravatar Stefano 2013-09-131-2/+4
|
* Uploadhero: changed domain from COM to COGravatar Stefano 2013-09-041-4/+4
| | | | See #125
* Realdebrid: fixed #208Gravatar Stefano 2013-08-241-4/+7
|
* UnrestrictLi: Using the remember me functionGravatar Stefano 2013-08-201-3/+5
| | | | to avoid troubles after IP address change
* LetitbitNet: implemented premium modeGravatar Stefano 2013-08-161-0/+46
|
* Merge pull request #226 from Kagenoshin/simplydebridGravatar Stefano 2013-08-131-0/+30
|\ | | | | New multihoster plugin: Simplydebrid
| * Simplydebrid: renamed to standardGravatar Stefano 2013-07-201-2/+2
| |
| * Simplydebrid: fixed syntax errorGravatar Stefano 2013-07-201-8/+5
| | | | | | | | | | + code reformatted + removed unused imports
| * Code optimizedGravatar Stefano 2013-07-201-9/+9
| |
| * CleanupGravatar Ivo Buff 2013-07-121-31/+25
| | | | | | | | Some cleanup and changed tabs to 4 spaces
| * SimplydebridCOM plugin addedGravatar Ivo Buff 2013-07-121-0/+39
| | | | | | | | SimplydebridCOM plugin added
* | DepositfilesCom: fix for #214Gravatar Stefano 2013-08-031-6/+5
| |
* | Fastfix: renamed and code cleanupGravatar Stefano 2013-07-261-33/+32
| |
* | Merge branch 'stable' of git://github.com/Dinawhk/pyload into Dinawhk-stableGravatar Stefano 2013-07-261-0/+33
|\ \
| * | fastix integrationGravatar Max 2013-07-221-3/+0
| | |
| * | fastix integration 2ndGravatar Max 2013-07-221-0/+36
| |/
* | Fixed PEP 8 violations in AccountsGravatar Stefano 2013-07-2359-393/+462
| |
* | Normalize line endings to avoid line endings merge conflictsGravatar Stefano 2013-07-216-230/+230
| |
* | Update UploadedTo.pyGravatar xzwr 2013-07-201-3/+3
| | | | | | | | Valid until time fixed again, account now also usable on last day. Version changed to 0.26
* | UploadedTo: fixed http://forum.pyload.org/viewtopic.php?f=10&t=2799Gravatar Stefano 2013-07-151-2/+2
| |
* | Update UploadedTo.pyGravatar xzwr 2013-07-131-3/+3
|/ | | Uploaded.net "valid until" Time is not calculated correct, when account is valid "1 Week x day and x hours", current version of plugin supports only several "weeks".
* UnrestrictLi: account plugin revisitedGravatar Stefano 2013-06-221-6/+13
|
* FilerNet: premium supportGravatar Stefano 2013-06-201-0/+63
|
* Premium4.me -> Premium.toGravatar Stefano 2013-06-141-6/+6
|
* New multi hoster plugin: UnrestrictLiGravatar Stefano 2013-06-041-0/+47
|
* CzshareCom: no reloginGravatar Stefano 2013-05-171-2/+1
| | | | see #111
* CzshareCom: code cleanup.Gravatar Stefano 2013-05-161-20/+20
|
* FastshareCz: code cleanupGravatar Stefano 2013-05-141-10/+11
|
* FastshareCz: fixed account login and info retrieveGravatar Stefano 2013-05-141-4/+5
| | | | fixes #110
* FilefactoryCom: fixed validuntil parserGravatar Stefano 2013-05-141-5/+5
|
* RapidgatorNet: convert unicode to integerGravatar Stefano 2013-04-261-3/+3
| | | http://forum.pyload.org/viewtopic.php?f=10&t=2466
* New debrid: MultiDebridComGravatar Stefano 2013-04-121-0/+47
| | | | http://forum.pyload.org/viewtopic.php?f=13&t=2426
* DebridItaliaCom: + ability to detect offline files.Gravatar Stefano 2013-04-041-0/+15
| | | | + license note
* RarefileNet: fixed urlGravatar Stefano 2013-03-311-2/+2
| | | http://forum.pyload.org/viewtopic.php?f=12&t=2148
* Plugins: fixed inconsistent indentationGravatar Stefano 2013-03-231-13/+13
|
* New debrid: DebridItaliaComGravatar Stefano 2013-03-231-0/+35
|
* CyberlockerCh: Account supportGravatar Stefano 2013-03-221-0/+31
|
* EgoFilesCom: fixed time import troubleGravatar Stefano 2013-03-111-3/+3
|
* New account plugin for EgoFilesComGravatar Stefano 2013-03-111-0/+40
| | | | http://forum.pyload.org/viewtopic.php?f=13&t=1959
* FshareVn: account informations are now retrieved correctly (see bug #29)Gravatar Stefano 2013-03-101-10/+13
|
* FshareVn: Bugfix. Fixed #29Gravatar Stefano 2013-03-091-11/+11
|
* New account plugin for ShareFilesCoGravatar Stefano 2013-03-051-0/+12
|
* New SpeedLoadOrg account pluginGravatar Stefano 2013-03-021-0/+12
|
* fixed last commitGravatar RaNaN 2013-02-281-2/+2
|
* closed #25Gravatar RaNaN 2013-02-281-2/+6
|
* Forgot to increase versionGravatar kmarty 2013-02-261-2/+2
|
* Fix paid account access (contributed by wendelin)Gravatar kmarty 2013-02-261-3/+3
|
* Change exception handling to Python 2.5 compatible syntax. Increase version ↵Gravatar Nils Hesse 2013-02-131-2/+2
| | | | numbers of the plugins.
* Enable better error handling for the Reload.cc pluginGravatar Nils Hesse 2013-02-131-8/+30
|
* closed #764Gravatar RaNaN 2013-02-091-12/+11
|
* Alldebdrid updateGravatar RaNaN 2013-01-031-2/+11
|
* Update hellshare.cz, add boltsharing.comGravatar zoidberg10 2012-11-192-5/+35
|
* update fshare.vn, update hellshare.cz accountGravatar zoidberg10 2012-11-161-1/+14
|
* share76.com plugin by R2D2 C3PO - closed #710Gravatar zoidberg10 2012-11-091-0/+11
|
* Use a dictionary to supply HTTP requests with the GET parameters (ensure ↵Gravatar Nils Hesse 2012-11-081-6/+11
| | | | proper URL encoding)
* Change self.accounts to self.info for getting the cached password hashGravatar Nils Hesse 2012-11-081-1/+1
|
* Added some error codes to the reload.cc hoster pluginGravatar Nils Hesse 2012-11-081-4/+3
| | | | Removed some leftover comments from account plugin
* Added the reload.cc pluginGravatar Nils Hesse 2012-11-081-0/+47
|
* Cleanup.Gravatar zoidberg10 2012-10-124-248/+0
|
* fix sharerapid, euroshareGravatar zoidberg10 2012-10-101-14/+27
|
* euroshare.eu premiumGravatar zoidberg10 2012-10-091-0/+55
|
* filebeer workaround, rehost.to chunklimit, multihoster configGravatar zoidberg10 2012-10-081-3/+3
|
* fix rapidgator.netGravatar zoidberg10 2012-10-061-2/+1
|
* rapidgator fix api urlGravatar zoidberg10 2012-10-032-6/+43
|
* update czshare, little fixesGravatar zoidberg10 2012-10-031-3/+3
|
* rapidgator.net premium, novafile.com free, multihoster schedule refreshGravatar zoidberg10 2012-10-011-0/+75
|
* add filebeer.info/fastshare.cz/quickshare.cz premium, closed #688Gravatar zoidberg10 2012-09-276-0/+198
|
* multihosters - closed #618, store http/ftp accounts, add uptobox.com premiumGravatar zoidberg10 2012-09-243-0/+38
|
* fix turbobit with ossp-js, ryushare, easybytez - thx trance4us, ChriZathensGravatar zoidberg10 2012-09-101-1/+2
|
* update sharerapid.cz - possible workaround for #657Gravatar zoidberg10 2012-08-251-3/+4
|
* filecloud.io (experimental) -- closed #659Gravatar zoidberg10 2012-08-241-0/+49
|
* update ryushare.com - thx trance4usGravatar zoidberg10 2012-08-231-4/+9
|
* 2shared - closed #656, 4shared - closed #651 (dl with free account only)Gravatar zoidberg10 2012-08-151-0/+48
|
* uploaded.to -> uploaded.netGravatar zoidberg10 2012-08-141-7/+7
|
* update multishare account, xfilesharingproGravatar zoidberg10 2012-08-131-2/+2
|
* update depositfiles, easybytes, add ryushareGravatar zoidberg10 2012-08-121-0/+12
|
* coolshare.cz + warserver.cz premium supportGravatar zoidberg10 2012-08-112-0/+104
|
* update uploading.comGravatar zoidberg10 2012-08-101-2/+2
|
* easybytez.com -- closed #625Gravatar zoidberg10 2012-08-101-17/+22
|
* update Freakshare, IcyFiles, Zippyshare, C1neon, FshareVn-Ac, Filefactory-AcGravatar godofdream 2012-08-062-8/+8
| | | | | Added BypassCaptcha - closed #647, #615, #639, #644, #562, #586, #642
* Uploaded.to Premium Account FixGravatar chrox 2012-07-261-2/+2
|
* simple checksum and download scheduler hooks; keep config options orderedGravatar zoidberg10 2012-05-301-2/+0
|
* Add ddlstorage.comGravatar zoidberg10 2012-05-231-0/+12
|
* add uploadhero (thx mcmyst), wrzuc.to, gigapeta.comGravatar zoidberg10 2012-05-222-14/+49
|
* update stahnu.to, turbobit.net - closed #594Gravatar zoidberg10 2012-04-301-0/+49
|
* update sharerapid account, serienjunkies by godofdreamGravatar zoidberg10 2012-04-271-15/+12
|
* ShareRapid fix, closed #586, closed #588, thx godofdreamGravatar Jeix 2012-04-251-3/+3
|
* closed #561 this should do it. CryNickSystems fixed it before, but no ↵Gravatar Jeix 2012-04-231-1/+1
| | | | version increment
* fix uloz.to & bitshare.com premiumGravatar zoidberg10 2012-04-221-3/+6
|
* Netloadin Login Cookie fixGravatar CryNickSystems 2012-04-151-1/+1
|
* Netload.in RegEx FixGravatar CryNickSystems 2012-04-151-6/+6
|
* Added premiumize.me support, using their new API ↵Gravatar Florian Franzen 2012-04-091-0/+40
| | | | (https://secure.premiumize.me/?show=api). This fixes #416.
* icyfiles, bayfiles by godofdream, alldebrid json api, zevera python 2.5 compat.Gravatar zoidberg10 2012-03-242-159/+75
|
* add Zevera.com; bitshare - might fix #554; add 120 new hosters (or maybe not)Gravatar zoidberg10 2012-03-152-0/+148
|
* hotfile patch by JoKoT3 - close #556, fix zippyshare, bitshare loginGravatar zoidberg10 2012-03-113-26/+31
|
* AllDebrid plugin by Andy, Voigt; closed #555; generic XFileSharingPro pluginGravatar zoidberg10 2012-03-072-6/+38
|
* bayfiles.com premium, fix hellshare.czGravatar zoidberg10 2012-03-062-4/+52
|
* share-online.biz (#550) partial fix, closed #551Gravatar zoidberg10 2012-03-041-39/+19
|
* fixed #532, #543, letitbit, extabit, linkdecrypter; allow rs+nl.in free accountGravatar zoidberg10 2012-02-271-2/+5
|
* turbobit.net premium, lix.in fixGravatar zoidberg10 2012-02-141-0/+56
|
* filefactory premium, uloz.to new url patternGravatar zoidberg10 2012-02-081-0/+54
|
* fix ul.toGravatar zoidberg10 2012-02-032-2/+53
|
* update uloz.toGravatar zoidberg10 2012-02-011-6/+5
|
* re-enable & refactor fileserve/filejungle/uploadstationGravatar zoidberg10 2012-01-312-0/+73
|
* megashares.com premiumGravatar zoidberg10 2012-01-161-0/+42
|
* workaround premium4.me overchargingGravatar zoidberg10 2012-01-162-6/+7
|
* uloz.to premium, update linkdecrypter.comGravatar zoidberg10 2012-01-111-0/+34
|
* add premium4.meGravatar zoidberg10 2012-01-081-0/+23
|
* merge in plugin updatesGravatar zoidberg10 2012-01-052-3/+71
|
* oron version increaseGravatar RaNaN 2011-12-231-1/+1
|
* Fix megaupload account infoGravatar zoidberg10 2011-12-121-17/+15
|
* megaupload #451, uploadedto #443Gravatar zoidberg10 2011-12-102-4/+6
|
* multishare.cz premiumGravatar zoidberg10 2011-12-091-0/+58
|
* Merged in nick_de/pyload (pull request #6)Gravatar RaNaN 2011-11-281-2/+2
|\
| * OronCom FixGravatar CryNickSystems 2011-11-281-2/+2
| |
* | add fshare.vn premiumGravatar zoidberg10 2011-11-251-0/+59
| |
* | fix filepost (#431), hellspy, ifolder, letitbit, change SimpleHoster patternsGravatar zoidberg10 2011-11-221-14/+5
|/
* improved plugin loader, import hook to always use newest plugin versionsGravatar RaNaN 2011-11-141-1/+1
|
* Check validity of OronCom and NetloadIn accountsGravatar CryNickSystems 2011-11-112-12/+26
|
* update hellshare.czGravatar zoidberg10 2011-10-291-10/+10
|
* closed #400Gravatar RaNaN 2011-10-091-0/+47
|
* plugin cleanupsGravatar RaNaN 2011-10-043-16/+3
|
* purged old pluginsGravatar RaNaN 2011-10-021-47/+0
|
* plugins: fix czshare premium, add ifolder.ru, share-rapid.com by MikyWoWGravatar zoidberg10 2011-09-272-21/+54
|
* plugins: czshare premium, czshare/quickshare/filefactory foldersGravatar zoidberg10 2011-09-231-0/+58
|
* New plugins: HellspyCz, LetitbitNet, FreevideoCz, StreamCz, UlozToFolderGravatar zoidberg10 2011-09-201-0/+82
|