diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-09-27 23:15:19 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-09-27 23:15:19 +0200 |
commit | 350be82f74ea7756e4a7ab1656f93fa04575caa6 (patch) | |
tree | ebdf76f2154d12fe1955f91082e2ab7864776635 /module/plugins/hoster/CatShareNet.py | |
parent | [KingfilesNet] Better SOLVEMEDIA_PATTERN (diff) | |
download | pyload-350be82f74ea7756e4a7ab1656f93fa04575caa6.tar.xz |
[ZippyshareCom] Fix alternative checksum type
Diffstat (limited to 'module/plugins/hoster/CatShareNet.py')
-rw-r--r-- | module/plugins/hoster/CatShareNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/CatShareNet.py b/module/plugins/hoster/CatShareNet.py index f148a878e..88ca6c927 100644 --- a/module/plugins/hoster/CatShareNet.py +++ b/module/plugins/hoster/CatShareNet.py @@ -13,7 +13,7 @@ class CatShareNet(SimpleHoster): __type__ = "hoster" __version__ = "0.03" - __pattern__ = r'http://(?:www\.)?catshare\.net/\w+' + __pattern__ = r'http://(?:www\.)?catshare\.net/\w{16}' __description__ = """CatShare.net hoster plugin""" __author_name__ = ("z00nx", "prOq") |