summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/BasePlugin.py
Commit message (Expand)AuthorAgeFilesLines
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-13/+13
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-2/+3
* Update allGravatar Walter Purcaro 2015-06-241-2/+2
* Update everythingGravatar Walter Purcaro 2015-06-081-2/+2
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-011-7/+6
* Fix https://github.com/pyload/pyload/issues/1374Gravatar Walter Purcaro 2015-04-301-11/+1
* Spare code cosmeticsGravatar Walter Purcaro 2015-04-301-2/+2
* [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 (2)Gravatar Walter Purcaro 2015-04-011-3/+3
* [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304Gravatar Walter Purcaro 2015-04-011-2/+2
* Temp fixup to `filename*=UTF-8` bugGravatar Walter Purcaro 2015-03-311-1/+11
* [BasePlugin][SimpleHoster] Better checkDownload warningGravatar Walter Purcaro 2015-03-141-3/+3
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1248Gravatar Walter Purcaro 2015-03-111-7/+9
* [BasePlugin][SimpleHoster] Improve checkDownload rulesGravatar Walter Purcaro 2015-03-101-3/+8
* [BasePlugin] Improve checkDownloadGravatar Walter Purcaro 2015-03-101-6/+8
* Rename fileUrl to getFileURLGravatar Walter Purcaro 2015-03-091-3/+3
* [MultiHoster][SimpleHoster] Improve info stuffGravatar Walter Purcaro 2015-02-021-5/+6
* [BasePlugin] Fix https://github.com/pyload/pyload/issues/1073Gravatar Walter Purcaro 2015-01-251-2/+3
* [BasePlugin] Fix https://github.com/pyload/pyload/issues/1055Gravatar Walter Purcaro 2015-01-181-2/+2
* [BasePlugin][SimpleDereferer] Use SimpleHoster fileUrlGravatar Walter Purcaro 2015-01-181-33/+9
* Improve getInfoGravatar Walter Purcaro 2015-01-101-2/+8
* [BasePlugin] Bump up versionGravatar Walter Purcaro 2015-01-091-1/+1
* [BasePlugin] Fix another typoGravatar Ivan 2015-01-091-1/+1
* [BasePlugin] Fix typoGravatar Walter Purcaro 2015-01-091-4/+4
* "New Year" Update: hoster pluginsGravatar Walter Purcaro 2015-01-091-4/+7
* Fix password retrieving in some pluginsGravatar Walter Purcaro 2014-12-201-5/+4
* Fix missing create_getInfoGravatar Walter Purcaro 2014-12-121-0/+3
* Plugin code cosmeticsGravatar Walter Purcaro 2014-12-061-1/+1
* [BasePlugin] Improve some routinesGravatar Walter Purcaro 2014-12-011-18/+15
* [BasePlugin] Improve downloadFile routineGravatar Walter Purcaro 2014-11-291-43/+46
* [BasePlugin] Fix filename recognitionGravatar Walter Purcaro 2014-11-231-22/+5
* [BasePlugin] Fix typoGravatar Walter Purcaro 2014-11-231-2/+2
* [BasePlugin] Improve a bitGravatar Walter Purcaro 2014-11-231-35/+50
* Code cosmetics: use self.core.api instead self.api (for now)Gravatar Walter Purcaro 2014-10-281-11/+0
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-5/+5
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-1/+1
* Avoid gettext conflict due variable `_`Gravatar Walter Purcaro 2014-10-251-1/+1
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
* New __authors__ key replaces __author_name__ and __author_mail__ + Whitespace...Gravatar Walter Purcaro 2014-10-071-2/+1
* [BasePlugin] Little code cosmeticsGravatar Walter Purcaro 2014-09-141-4/+7
* [BasePlugin] Don't unquote url headerGravatar William Pickering 2014-08-301-2/+2
* Remove trailing whitespaces + remove license headers + import urllib methods ...Gravatar Walter Purcaro 2014-08-011-2/+4
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-1/+1
* Use parseError instead PluginParseError + unified all download pattern attrib...Gravatar Walter Purcaro 2014-07-101-0/+1
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-1/+1
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-111-1/+1
* Use re.match for __pattern__ matches instead re.searchGravatar Walter Purcaro 2014-04-111-2/+2
* Replace range with xrangeGravatar Walter Purcaro 2014-04-111-2/+2
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
* BasePlugin: fixed #209Gravatar Stefano 2013-08-021-2/+8
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-19/+21
* BasePlugin - fix http authGravatar zoidberg10 2012-11-171-14/+15
* small plugin fixesGravatar zoidberg10 2012-09-251-3/+2
* multihosters - closed #618, store http/ftp accounts, add uptobox.com premiumGravatar zoidberg10 2012-09-241-24/+34
* BasePlugin: handle 404s by setting status to 'offline'Gravatar hagg 2012-09-101-4/+10
* fixed #532, #543, letitbit, extabit, linkdecrypter; allow rs+nl.in free accountGravatar zoidberg10 2012-02-271-2/+2
* closed #440Gravatar RaNaN 2011-12-021-2/+2
* closed #418Gravatar RaNaN 2011-11-041-30/+48
* BasePlugin: attempt to fix #266Gravatar zoidberg10 2011-11-021-5/+29
* closed #412, #266Gravatar RaNaN 2011-11-011-3/+4
* closed #414Gravatar RaNaN 2011-10-311-2/+2
* started to integrate package generatorGravatar RaNaN 2011-07-161-2/+3
* removed server_methods, please test everything entirelyGravatar RaNaN 2011-07-121-1/+1
* api testerGravatar RaNaN 2011-06-051-0/+5
* closed #294, #295Gravatar RaNaN 2011-04-301-5/+1
* closed #290, #291, #292Gravatar RaNaN 2011-04-301-0/+3
* new l18n filesGravatar RaNaN 2011-03-101-2/+0
* webif user managmentGravatar RaNaN 2011-03-101-0/+2
* encoding fixesGravatar RaNaN 2011-02-191-1/+6
* removed debugGravatar RaNaN 2011-02-141-6/+6
* averaged download speedGravatar RaNaN 2011-02-141-0/+7
* new curl download backend - support for chunked dl, resumeGravatar RaNaN 2010-12-271-0/+4
* more fixesGravatar RaNaN 2010-10-141-1/+1
* general js api + pyv8 supportGravatar RaNaN 2010-10-051-2/+2
* new dirsGravatar RaNaN 2010-08-251-0/+25
* merged guiGravatar mkaay 2010-08-251-25/+0
* some fixesGravatar RaNaN 2010-08-011-7/+0
* daily commitGravatar RaNaN 2010-07-301-0/+7
* many new stuff, some things already workingGravatar RaNaN 2010-07-291-0/+25