summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-01-17 13:01:30 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-21 16:55:16 +0200
commitf9df20f7c11a3c06b391c15795612bb1b1e25e12 (patch)
tree84bc00f2e153bbceced48f8b4a6eca3267893a17
parentUploadingCom: updated patterns (diff)
downloadpyload-f9df20f7c11a3c06b391c15795612bb1b1e25e12.tar.xz
Merge pull request #483 from igel-kun/filestube_fix
FilestubeCom: added .to domain (cherry picked from commit c3a0ffb3943243749b7c439f64cafc1684b2e27b)
-rw-r--r--pyload/plugins/crypter/FilestubeCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/FilestubeCom.py b/pyload/plugins/crypter/FilestubeCom.py
index 1e5712cb5..ca6333de4 100644
--- a/pyload/plugins/crypter/FilestubeCom.py
+++ b/pyload/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")