summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/MultiHoster.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-09-141-14/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/Account.py module/plugins/AccountManager.py module/plugins/Hook.py module/plugins/OCR.py module/plugins/Plugin.py module/plugins/PluginManager.py module/plugins/ReCaptcha.py module/plugins/accounts/Ftp.py module/plugins/accounts/Http.py module/plugins/internal/MultiHoster.py module/plugins/ocr/GigasizeCom.py module/plugins/ocr/LinksaveIn.py module/plugins/ocr/NetloadIn.py module/plugins/ocr/ShareonlineBiz.py
| * 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
| |
* | [MultiHoster] Fixed crash due to getConf deprecationGravatar stickell 2014-08-231-4/+4
|/
* 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