summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/IFileWs.py
Commit message (Collapse)AuthorAgeFilesLines
* 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/+1
| | | | Whitespaces and EOF fixup
* [DeadHoster] Improve getInfo + two hosters mark deadGravatar Walter Purcaro 2014-09-281-9/+4
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-1/+3
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-101-3/+2
| | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics
* [SimpleHoster] Better inline docs + changed "FILE_OFFLINE_PATTERN" to ↵Gravatar Walter Purcaro 2014-07-051-1/+1
| | | | "OFFLINE_PATTERN"
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* Fix __pattern__ wwwGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@d3be840
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-0/+1
| | | | Merges vuolter/pyload@aa7b3f9
* Fix HOSTER_NAME in XFileSharingPro pluginsGravatar Walter Purcaro 2014-04-111-1/+2
| | | | Merges vuolter/pyload@f20b998
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@6c57a37
* Added LONG_WAIT_PATTERN regexGravatar z00nx 2013-01-161-1/+1
|
* Removed unneeded imported modules, added todo listGravatar z00nx 2013-01-151-3/+2
|
* Added IFileWs pluginGravatar z00nx 2013-01-121-0/+21