summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/PotloadCom.py
Commit message (Collapse)AuthorAgeFilesLines
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-4/+4
|
* 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
* Marked some hosters as deadGravatar Walter Purcaro 2014-10-071-7/+3
|
* 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
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-5/+7
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* New hoster: PotloadComGravatar Stefano 2014-04-021-0/+18
See also #573