summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-04-14 21:05:36 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-04-14 21:05:36 +0200
commitf2a215b81cc579514fa1850f18a03d73a87eb3b0 (patch)
tree221384cdda7e6a3d242947cbab3b2fd8ddd47f0d
parentUploadedTo: version increased after #83 (diff)
downloadpyload-f2a215b81cc579514fa1850f18a03d73a87eb3b0.tar.xz
ExtabitCom: fixed #77
-rw-r--r--module/plugins/hoster/ExtabitCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/ExtabitCom.py b/module/plugins/hoster/ExtabitCom.py
index 718423986..702cfe2bc 100644
--- a/module/plugins/hoster/ExtabitCom.py
+++ b/module/plugins/hoster/ExtabitCom.py
@@ -24,8 +24,8 @@ from module.common.json_layer import json_loads
class ExtabitCom(SimpleHoster):
__name__ = "ExtabitCom"
__type__ = "hoster"
- __pattern__ = r"http://(\w+\.)*extabit\.com/(file|go)/(?P<ID>\w+)"
- __version__ = "0.2"
+ __pattern__ = r"http://(\w+\.)*extabit\.com/(file|go|fid)/(?P<ID>\w+)"
+ __version__ = "0.3"
__description__ = """Extabit.com"""
__author_name__ = ("zoidberg")