summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/PromptfileCom.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-5/+5
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-101-2/+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"
* New hoster: PromptfileComGravatar igel-kun 2014-03-311-0/+56
Merges #570