From 772e47ef806d18fd209e910be0535bce7c07dc7b Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 2 Nov 2014 22:47:07 +0100 Subject: Update all other plugins --- module/plugins/hoster/GooIm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/GooIm.py') 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[^/ ]+) in' + NAME_PATTERN = r'You will be redirected to .*(?P[^/ ]+) in' OFFLINE_PATTERN = r'The file you requested was not found' -- cgit v1.2.3