summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/GooGl.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-29 01:53:28 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-29 01:53:28 +0200
commita51c92425e3b77b5a6b85babd29cc97411ee647c (patch)
treeee08aec5c3331159025c404ad287c581c2085cf8 /module/plugins/crypter/GooGl.py
parent[GooGl] Update (diff)
downloadpyload-a51c92425e3b77b5a6b85babd29cc97411ee647c.tar.xz
[SimpleDereferer] Handle direct link
Diffstat (limited to 'module/plugins/crypter/GooGl.py')
-rw-r--r--module/plugins/crypter/GooGl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/GooGl.py b/module/plugins/crypter/GooGl.py
index 4cea66d2a..30e193b9d 100644
--- a/module/plugins/crypter/GooGl.py
+++ b/module/plugins/crypter/GooGl.py
@@ -9,7 +9,7 @@ class GooGl(SimpleDereferer):
__type__ = "crypter"
__version__ = "0.02"
- __pattern__ = r'https?://(?:www\.)?goo\.gl/(\w+/)?\w+'
+ __pattern__ = r'https?://(?:www\.)?goo\.gl/([a-zA-Z]+/)?\w+'
__description__ = """Goo.gl decrypter plugin"""
__license__ = "GPLv3"