diff options
Diffstat (limited to 'module/plugins/hoster/YoupornCom.py')
-rw-r--r-- | module/plugins/hoster/YoupornCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/YoupornCom.py b/module/plugins/hoster/YoupornCom.py index b0d594ca5..9f45aecec 100644 --- a/module/plugins/hoster/YoupornCom.py +++ b/module/plugins/hoster/YoupornCom.py @@ -11,8 +11,8 @@ class YoupornCom(Hoster): __pattern__ = r"http://(www\.)?youporn\.com/watch/.+" __version__ = "0.2" __description__ = """Youporn.com Video Download Hoster""" - __author_name__ = ("willnix") - __author_mail__ = ("willnix@pyload.org") + __author_name__ = "willnix" + __author_mail__ = "willnix@pyload.org" def process(self, pyfile): self.pyfile = pyfile |