summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/MyvideoDe.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-22 20:50:34 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-22 20:50:34 +0200
commit2edeee0532ec6d6b4b26fd045a5971f67ca455da (patch)
tree8d656afc9c18f7dba7c05d6635f898fdf58d66d6 /module/plugins/hoster/MyvideoDe.py
parentFixed PEP 8 violations in Crypters (diff)
downloadpyload-2edeee0532ec6d6b4b26fd045a5971f67ca455da.tar.xz
Fixed PEP 8 violations in Hosters
Diffstat (limited to 'module/plugins/hoster/MyvideoDe.py')
-rw-r--r--module/plugins/hoster/MyvideoDe.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/plugins/hoster/MyvideoDe.py b/module/plugins/hoster/MyvideoDe.py
index f2d2082a7..e32fee5c8 100644
--- a/module/plugins/hoster/MyvideoDe.py
+++ b/module/plugins/hoster/MyvideoDe.py
@@ -4,6 +4,7 @@ import re
from module.plugins.Hoster import Hoster
from module.unescape import unescape
+
class MyvideoDe(Hoster):
__name__ = "MyvideoDe"
__type__ = "hoster"
@@ -12,10 +13,10 @@ class MyvideoDe(Hoster):
__description__ = """Myvideo.de Video Download Hoster"""
__author_name__ = ("spoob")
__author_mail__ = ("spoob@pyload.org")
-
+
def setup(self):
self.html = None
-
+
def process(self, pyfile):
self.pyfile = pyfile
self.download_html()