summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/NowVideoAt.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/NowVideoAt.py')
-rw-r--r--module/plugins/hoster/NowVideoAt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/NowVideoAt.py b/module/plugins/hoster/NowVideoAt.py
index 7c104eb29..04308d7dd 100644
--- a/module/plugins/hoster/NowVideoAt.py
+++ b/module/plugins/hoster/NowVideoAt.py
@@ -17,9 +17,9 @@ class NowVideoAt(SimpleHoster):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- FILE_URL_REPLACEMENTS = [(__pattern__, r'http://www.nowvideo.at/video/\g<ID>')]
+ URL_REPLACEMENTS = [(__pattern__, r'http://www.nowvideo.at/video/\g<ID>')]
- FILE_NAME_PATTERN = r'<h4>(?P<N>.+?)<'
+ NAME_PATTERN = r'<h4>(?P<N>.+?)<'
OFFLINE_PATTERN = r'>This file no longer exists'
LINK_PATTERN = r'<source src="(.+?)"'