diff options
author | spoob <spoob@gmx.de> | 2009-07-03 15:14:14 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-07-03 15:14:14 +0200 |
commit | e7b328fb5afdfa0d7e51fdf0cd9797c9a6c3a3d6 (patch) | |
tree | e00aaf88cfe6933d951c61ce713a1ab04a2565b9 /Plugins/UploadedTo.py | |
parent | cleaned up the share-online plugin (diff) | |
download | pyload-e7b328fb5afdfa0d7e51fdf0cd9797c9a6c3a3d6.tar.xz |
rapidshare server selection, ul.to links works
Diffstat (limited to 'Plugins/UploadedTo.py')
-rw-r--r-- | Plugins/UploadedTo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/UploadedTo.py b/Plugins/UploadedTo.py index f1e7d8ae3..7f30a0519 100644 --- a/Plugins/UploadedTo.py +++ b/Plugins/UploadedTo.py @@ -12,7 +12,7 @@ class UploadedTo(Plugin): props = {} props['name'] = "UploadedTo" props['type'] = "hoster" - props['pattern'] = r"http://(www\.)?uploaded.to/" + props['pattern'] = r"http://(?:www\.)?u(?:p)?l(?:oaded)?\.to/" props['version'] = "0.1" props['description'] = """Uploaded.to Download Plugin""" props['author_name'] = ("spoob") |