summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Keep2shareCC.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-201-1/+1
|
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-101-3/+4
| | | | 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 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 __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@6c57a37
* K2S: added two wait patterns.Gravatar igel-kun 2014-03-071-2/+19
| | | | Merged #495
* Keep2share: fixed #450Gravatar Stefano 2014-01-101-9/+18
|
* Keep2share: fixed #445Gravatar Stefano 2013-12-291-2/+2
|
* Keep2share: fixed #405Gravatar Stefano 2013-12-131-24/+25
|
* Hoster: Keep2shareCC: Pattern updatedGravatar Walter Purcaro 2013-11-171-3/+3
|
* Keep2share: added k2s.cc supportGravatar Stefano 2013-10-311-2/+7
| | | | see #92
* Keep2share: using ReCaptcha from CaptchaServiceGravatar Stefano 2013-10-111-2/+2
|
* Keep2share: improved offline patternGravatar Stefano 2013-10-071-2/+2
| | | suggested in #92
* New plugin: Keep2shareCCGravatar Stefano 2013-09-291-0/+89
Requested in #92