summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/internal/DeadHoster.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-04-18 17:11:19 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-21 17:23:45 +0200
commit52820fcd227d9e661398cf1d179f7773960c6a6e (patch)
treec0a2300435720924dbf0cb56f3cffc79c10c12e2 /pyload/plugins/internal/DeadHoster.py
parentFixed PEP8 violations (diff)
downloadpyload-52820fcd227d9e661398cf1d179f7773960c6a6e.tar.xz
Fixed PEP8 violations
(cherry picked from commit b63b9f10b588a5d643898c1ccdb29b0288bac62d) Conflicts: module/plugins/internal/MultiHoster.py
Diffstat (limited to 'pyload/plugins/internal/DeadHoster.py')
-rw-r--r--pyload/plugins/internal/DeadHoster.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugins/internal/DeadHoster.py b/pyload/plugins/internal/DeadHoster.py
index 20088daa8..201835e2b 100644
--- a/pyload/plugins/internal/DeadHoster.py
+++ b/pyload/plugins/internal/DeadHoster.py
@@ -2,6 +2,7 @@
from module.plugins.Hoster import Hoster as _Hoster
+
def create_getInfo(plugin):
def getInfo(urls):
yield [('#N/A: ' + url, 0, 1, url) for url in urls]