summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/FilestubeCom.py
diff options
context:
space:
mode:
authorGravatar igel-kun <mathiaswe@gmx.de> 2014-01-16 18:20:56 +0100
committerGravatar igel-kun <mathiaswe@gmx.de> 2014-01-16 18:20:56 +0100
commit4c02adf00b8a7d6abcd2467eaff512f5780c4d7d (patch)
treeb003c62ccf1a57149e7dc044633d122a524dc433 /module/plugins/crypter/FilestubeCom.py
parentNew hoster: SoundcloudCom (diff)
downloadpyload-4c02adf00b8a7d6abcd2467eaff512f5780c4d7d.tar.xz
Update FilestubeCom.py
Diffstat (limited to 'module/plugins/crypter/FilestubeCom.py')
-rw-r--r--module/plugins/crypter/FilestubeCom.py2
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")