From 7c272fffe59683ed232be7f93648b5904cc58139 Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 19 Mar 2014 15:30:43 +0100 Subject: Filestube: patterns updated Resolves #543 and #497 --- module/plugins/crypter/FilestubeCom.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module') diff --git a/module/plugins/crypter/FilestubeCom.py b/module/plugins/crypter/FilestubeCom.py index 24e2ca137..bb90e63b8 100644 --- a/module/plugins/crypter/FilestubeCom.py +++ b/module/plugins/crypter/FilestubeCom.py @@ -22,10 +22,10 @@ class FilestubeCom(SimpleCrypter): __name__ = "FilestubeCom" __type__ = "crypter" __pattern__ = r"http://(?:w{3}.)?filestube\.(?:com|to)/\w+" - __version__ = "0.02" + __version__ = "0.03" __description__ = """Filestube.com Plugin""" __author_name__ = ("stickell") __author_mail__ = ("l.stickell@yahoo.it") - LINK_PATTERN = r"link_download'\]\); renderGo\('(http://[^)]+)'\);" - TITLE_PATTERN = r"(?P<title>.+) download" + LINK_PATTERN = r"<a class=\"file-link-main(?: noref)?\" [^>]* href=\"(http://[^\"]+)" + TITLE_PATTERN = r"<h1\s*> (?P<title>.+) download\s*</h1>" -- cgit v1.2.3