summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/UnSkipOnFail.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix __config__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@83ff313
* 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
* Fixed PEP 8 violations in HooksGravatar Stefano 2013-07-241-2/+2
|
* add UnSkipOnFail hookGravatar hagg 2012-09-101-0/+97
When a download fails this hook tries to restart all other downloads that are "skipped" and have the same local filename (probably the failed download was the cause for these skips).