diff options
Diffstat (limited to 'module/plugins/hoster/MyvideoDe.py')
-rw-r--r-- | module/plugins/hoster/MyvideoDe.py | 5 |
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() |