summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/EgoFilesCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/EgoFilesCom.py')
-rw-r--r--pyload/plugin/hoster/EgoFilesCom.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/EgoFilesCom.py b/pyload/plugin/hoster/EgoFilesCom.py
new file mode 100644
index 000000000..150b8bc0c
--- /dev/null
+++ b/pyload/plugin/hoster/EgoFilesCom.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugin.internal.DeadHoster import DeadHoster
+
+
+class EgoFilesCom(DeadHoster):
+ __name__ = "EgoFilesCom"
+ __type__ = "hoster"
+ __version__ = "0.16"
+
+ __pattern__ = r'https?://(?:www\.)?egofiles\.com/\w+'
+ __config__ = []
+
+ __description__ = """Egofiles.com hoster plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("stickell", "l.stickell@yahoo.it")]