diff options
author | 2014-10-05 22:14:53 +0200 | |
---|---|---|
committer | 2014-10-05 22:14:53 +0200 | |
commit | ff91b58bf9ee65aaeb048426295af6ad122b119e (patch) | |
tree | 1518b797739524427ec0c60551c13300feec3a93 /module/plugins/hoster/FilepupNet.py | |
parent | [SimpleHoster] Added default handle patterns LINK_FREE_PATTERN and LINK_PREMI... (diff) | |
download | pyload-ff91b58bf9ee65aaeb048426295af6ad122b119e.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/hoster/FilepupNet.py')
-rw-r--r-- | module/plugins/hoster/FilepupNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FilepupNet.py b/module/plugins/hoster/FilepupNet.py index 69065565f..b09f12940 100644 --- a/module/plugins/hoster/FilepupNet.py +++ b/module/plugins/hoster/FilepupNet.py @@ -14,7 +14,7 @@ class FilepupNet(SimpleHoster): __type__ = "hoster" __version__ = "0.01" - __pattern__ = r"http://(?:www\.)?filepup\.net/files/\w+" + __pattern__ = r'http://(?:www\.)?filepup\.net/files/\w+' __description__ = """Filepup.net hoster plugin""" __author_name__ = ("zapp-brannigan", "Walter Purcaro") |