summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FilerNet.py
Commit message (Collapse)AuthorAgeFilesLines
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-101-4/+5
| | | | 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-1/+0
| | | | Merges vuolter/pyload@aa7b3f9
* Fix retry time formatsGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@498b9e3
* Replace range with xrangeGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@a50c8ff
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@6c57a37
* FilerNet: fixed #440Gravatar Stefano 2013-12-291-4/+5
|
* Using CaptchaService to make them works on 0.5Gravatar Stefano 2013-07-151-1/+1
|
* FilerNet: premium supportGravatar Stefano 2013-06-201-7/+23
|
* New hoster: FilerNetGravatar Stefano 2013-03-291-0/+103