diff options
author | mkaay <mkaay@mkaay.de> | 2010-05-17 00:01:05 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-05-17 00:01:05 +0200 |
commit | 32ba2f79389ccf4f7d40197837c02d28bb13261d (patch) | |
tree | 893de3556630eaa8242fa0fe3550039cab210b09 /module/plugins/hoster/MegauploadCom.py | |
parent | new config option (outgoing intreface) (diff) | |
download | pyload-32ba2f79389ccf4f7d40197837c02d28bb13261d.tar.xz |
new plugin interface test, ShareonlineBiz + SerienjunkiesOrg + MegauploadedCom fix, other stuff
Diffstat (limited to 'module/plugins/hoster/MegauploadCom.py')
-rw-r--r-- | module/plugins/hoster/MegauploadCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/MegauploadCom.py b/module/plugins/hoster/MegauploadCom.py index 10c3ec370..a3c64c124 100644 --- a/module/plugins/hoster/MegauploadCom.py +++ b/module/plugins/hoster/MegauploadCom.py @@ -11,7 +11,7 @@ from module.plugins.Hoster import Hoster class MegauploadCom(Hoster): __name__ = "MegauploadCom" __type__ = "hoster" - __pattern__ = r"http://(?:www.)megaupload.com/" + __pattern__ = r"http://[\w\.]*?(megaupload)\.com/.*?(\?|&)d=[0-9A-Za-z]+" __version__ = "0.1" __description__ = """Megaupload.com Download Hoster""" __author_name__ = ("spoob") |