diff options
author | Stefano <l.stickell@yahoo.it> | 2014-01-17 13:01:30 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-01-17 13:01:30 +0100 |
commit | c3a0ffb3943243749b7c439f64cafc1684b2e27b (patch) | |
tree | 80532f8b26273f72e9333fa0fee019ada19706a2 | |
parent | UploadingCom: updated patterns (diff) | |
parent | Update FilestubeCom.py (diff) | |
download | pyload-c3a0ffb3943243749b7c439f64cafc1684b2e27b.tar.xz |
Merge pull request #483 from igel-kun/filestube_fix
FilestubeCom: added .to domain
-rw-r--r-- | module/plugins/crypter/FilestubeCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/FilestubeCom.py b/module/plugins/crypter/FilestubeCom.py index 1e5712cb5..ca6333de4 100644 --- a/module/plugins/crypter/FilestubeCom.py +++ b/module/plugins/crypter/FilestubeCom.py @@ -21,7 +21,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter class FilestubeCom(SimpleCrypter): __name__ = "FilestubeCom" __type__ = "crypter" - __pattern__ = r"http://(?:w{3}.)?filestube\.com/\w+" + __pattern__ = r"http://(?:w{3}.)?filestube\.(?:com|to)/\w+" __version__ = "0.01" __description__ = """Filestube.com Plugin""" __author_name__ = ("stickell") |