From f9df20f7c11a3c06b391c15795612bb1b1e25e12 Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 17 Jan 2014 04:01:30 -0800 Subject: Merge pull request #483 from igel-kun/filestube_fix FilestubeCom: added .to domain (cherry picked from commit c3a0ffb3943243749b7c439f64cafc1684b2e27b) --- pyload/plugins/crypter/FilestubeCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3