summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/MultiHoster.py
Commit message (Collapse)AuthorAgeFilesLines
* Spare code cosmeticsGravatar Walter Purcaro 2016-01-021-7/+7
|
* Tiny code cosmeticsGravatar Walter Purcaro 2015-12-291-1/+1
|
* [internals] Some code cosmeticsGravatar Walter Purcaro 2015-12-271-4/+4
|
* Fix https://github.com/pyload/pyload/issues/2112Gravatar Walter Purcaro 2015-10-281-5/+6
|
* Fix https://github.com/pyload/pyload/issues/2034#issuecomment-150610936Gravatar Walter Purcaro 2015-10-231-2/+0
|
* [MultiHoster][XFSHoster] Set DIRECT_LINKGravatar Walter Purcaro 2015-10-231-6/+6
|
* [MultiHoster] Fix get_infoGravatar Walter Purcaro 2015-10-221-12/+12
|
* Boring code cosmetics (2)Gravatar Walter Purcaro 2015-10-211-1/+1
|
* Spare fixes (2)Gravatar Walter Purcaro 2015-10-201-2/+2
|
* Spare fixesGravatar Walter Purcaro 2015-10-191-3/+3
|
* Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-10-181-4/+2
|
* [Plugin] Minimize code + spare fixesGravatar Walter Purcaro 2015-10-181-45/+11
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-111-7/+8
| | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-101-2/+2
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-10-101-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1932Gravatar Walter Purcaro 2015-10-021-3/+3
|
* Improve Hoster and Crypter + general fixupGravatar Walter Purcaro 2015-10-011-5/+7
|
* Update internal pluginsGravatar Walter Purcaro 2015-09-291-7/+7
|
* Use set_cookie instead cj.setCookieGravatar Walter Purcaro 2015-08-031-1/+1
|
* Update some pluginsGravatar Walter Purcaro 2015-08-021-2/+2
|
* Still improving _log methodsGravatar Walter Purcaro 2015-07-291-3/+3
|
* Fix _log methodGravatar Walter Purcaro 2015-07-291-1/+14
|
* Fix missing `encode`Gravatar Walter Purcaro 2015-07-281-2/+2
|
* Fix content-dispositionGravatar Walter Purcaro 2015-07-281-2/+2
|
* Missed to bump up some plugin __version__Gravatar Walter Purcaro 2015-07-281-1/+1
|
* Spare code fixesGravatar Walter Purcaro 2015-07-271-6/+4
|
* Bunch of fixupsGravatar Walter Purcaro 2015-07-271-1/+1
|
* Update internal pluginsGravatar Walter Purcaro 2015-07-271-23/+27
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-2/+2
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-191-2/+2
|
* Fix addonsGravatar Walter Purcaro 2015-07-191-3/+2
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-171-4/+4
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-29/+29
|
* [SimpleHoster] Improve logging and file checkingGravatar Walter Purcaro 2015-06-081-4/+4
|
* Update everythingGravatar Walter Purcaro 2015-06-081-2/+2
|
* [SimpleHoster] Fix DB errorGravatar Walter Purcaro 2015-05-291-2/+4
|
* [SimpleHoster] Fix checkErrors (2)Gravatar Walter Purcaro 2015-03-211-1/+2
|
* [MultiHoster] Fix revertfailed featureGravatar Walter Purcaro 2015-03-181-18/+48
|
* [MultiHoster][SimpleHoster] Improve info stuffGravatar Walter Purcaro 2015-02-021-3/+2
|
* Spare code improvementsGravatar Walter Purcaro 2015-01-241-4/+5
|
* [SimpleHoster] Improve getInfoGravatar Walter Purcaro 2015-01-201-9/+2
|
* [MultiHoster] Code cosmeticsGravatar Walter Purcaro 2015-01-181-5/+3
|
* [MultiHoster] Revert CHECK_TRAFFIC to FalseGravatar Walter Purcaro 2015-01-131-2/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-01-101-2/+2
|
* [MultiHoster] Use content-dispositionGravatar Walter Purcaro 2015-01-101-6/+8
|
* [MultiHoster] Fix filename recognitionGravatar Walter Purcaro 2015-01-101-13/+8
|
* Spare fixesGravatar Walter Purcaro 2015-01-091-2/+2
|
* "New Year" Update: internal pluginsGravatar Walter Purcaro 2015-01-081-6/+9
|
* [MultiHoster] Improve info grabbingGravatar Walter Purcaro 2015-01-031-6/+17
|
* Handle methods get pyfile argument (2)Gravatar Walter Purcaro 2014-12-311-2/+2
|
* Handle methods get pyfile argumentGravatar Walter Purcaro 2014-12-311-3/+3
|
* [MultiHoster] Filename recognitionGravatar Walter Purcaro 2014-12-281-3/+7
|
* [SimpleHoster] getInfo handle direct link errorGravatar Walter Purcaro 2014-12-261-2/+2
|
* [MultiHoster] ImproveGravatar Walter Purcaro 2014-12-261-5/+27
|
* [MultiHoster] UpdateGravatar Walter Purcaro 2014-12-231-29/+24
|
* New plugin: MultiHosterGravatar Walter Purcaro 2014-12-231-190/+36
|
* Update checkFile routine in some hoster pluginsGravatar Walter Purcaro 2014-12-181-1/+1
|
* Extend SimpleHoster in multi-hoster plugins (3)Gravatar Walter Purcaro 2014-12-171-18/+23
|
* Update plugins (2)Gravatar Walter Purcaro 2014-12-161-22/+28
|
* [MultiHoster] Code cosmeticsGravatar Walter Purcaro 2014-12-061-22/+23
|
* [MultiHoster] Fix __name__Gravatar Walter Purcaro 2014-11-221-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-041-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-11-031-7/+8
|
* Code cosmetics: items() -> iteritems()Gravatar Walter Purcaro 2014-10-281-1/+1
|
* Update __config__Gravatar Walter Purcaro 2014-10-281-2/+0
|
* Code cosmeticsGravatar Walter Purcaro 2014-10-271-3/+6
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+11
|
* Pattern update 3Gravatar Walter Purcaro 2014-10-111-2/+2
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-071-2/+2
| | | | Whitespaces and EOF fixup
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-8/+8
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-1/+1
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-9/+9
|
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-4/+6
|
* Fixed PEP8 violationsGravatar Stefano 2014-04-181-1/+1
|
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-1/+0
| | | | Merges vuolter/pyload@aa7b3f9
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@1387ded
* Internal plugins PEP8 cleanupGravatar Walter Purcaro 2013-11-231-48/+49
|
* update czshare, little fixesGravatar zoidberg10 2012-10-031-21/+26
|
* little multihoster fixGravatar RaNaN 2012-10-021-3/+3
|
* rapidgator.net premium, novafile.com free, multihoster schedule refreshGravatar zoidberg10 2012-10-011-17/+56
|
* filebeer folder crypter, multihoster unload fixGravatar zoidberg10 2012-09-301-7/+8
|
* small plugin fixesGravatar zoidberg10 2012-09-251-6/+8
|
* multihosters - closed #618, store http/ftp accounts, add uptobox.com premiumGravatar zoidberg10 2012-09-241-33/+78
|
* closed #605Gravatar RaNaN 2012-06-031-2/+4
|
* multihoster fix, fixes #576Gravatar RaNaN 2012-04-111-2/+2
|
* version bumpGravatar RaNaN 2012-04-101-1/+3
|
* Fixes a bug where unset or empty __pattern__ in MultiHoster plugins produce ↵Gravatar Florian Franzen 2012-04-091-1/+4
| | | | an error or an all matching regex if the MultiHoster introduces a new hosters to pyLoad.
* closed #440Gravatar RaNaN 2011-12-021-2/+2
|
* improved plugin loader, import hook to always use newest plugin versionsGravatar RaNaN 2011-11-141-0/+90