summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/X7To.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/X7To.py')
-rw-r--r--pyload/plugin/hoster/X7To.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/X7To.py b/pyload/plugin/hoster/X7To.py
new file mode 100644
index 000000000..865fc4b45
--- /dev/null
+++ b/pyload/plugin/hoster/X7To.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugin.internal.DeadHoster import DeadHoster
+
+
+class X7To(DeadHoster):
+ __name = "X7To"
+ __type = "hoster"
+ __version = "0.41"
+
+ __pattern = r'http://(?:www\.)?x7\.to/'
+ __config = []
+
+ __description = """X7.to hoster plugin"""
+ __license = "GPLv3"
+ __authors = [("ernieb", "ernieb")]