summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/XVideosCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/XVideosCom.py')
-rw-r--r--pyload/plugins/hoster/XVideosCom.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/XVideosCom.py b/pyload/plugins/hoster/XVideosCom.py
index 48a1f934d..902f627a8 100644
--- a/pyload/plugins/hoster/XVideosCom.py
+++ b/pyload/plugins/hoster/XVideosCom.py
@@ -8,7 +8,9 @@ class XVideosCom(Hoster):
__name__ = "XVideos.com"
__version__ = "0.1"
__pattern__ = r"http://www\.xvideos\.com/video([0-9]+)/.*"
- __config__ = []
+ __description__ = """XVideos.com hoster plugin"""
+ __author_name__ = ""
+ __author_mail__ = ""
def process(self, pyfile):
site = self.load(pyfile.url)