diff options
Diffstat (limited to 'module/plugins/hoster/GooIm.py')
-rw-r--r-- | module/plugins/hoster/GooIm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/GooIm.py b/module/plugins/hoster/GooIm.py index b473b2446..854e348c8 100644 --- a/module/plugins/hoster/GooIm.py +++ b/module/plugins/hoster/GooIm.py @@ -20,7 +20,7 @@ class GooIm(SimpleHoster): __authors__ = [("zapp-brannigan", "fuerst.reinje@web.de")] - FILE_NAME_PATTERN = r'You will be redirected to .*(?P<N>[^/ ]+) in' + NAME_PATTERN = r'You will be redirected to .*(?P<N>[^/ ]+) in' OFFLINE_PATTERN = r'The file you requested was not found' |