diff options
author | Stefano <l.stickell@yahoo.it> | 2013-04-14 21:05:36 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-04-14 21:05:36 +0200 |
commit | f2a215b81cc579514fa1850f18a03d73a87eb3b0 (patch) | |
tree | 221384cdda7e6a3d242947cbab3b2fd8ddd47f0d | |
parent | UploadedTo: version increased after #83 (diff) | |
download | pyload-f2a215b81cc579514fa1850f18a03d73a87eb3b0.tar.xz |
ExtabitCom: fixed #77
-rw-r--r-- | module/plugins/hoster/ExtabitCom.py | 4 |
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") |