From c2886928e0e17d2e6252d0af500dea7e27eea53c Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 9 Jan 2014 17:12:34 +0100 Subject: Filefactory: added offline pattern --- module/plugins/hoster/FilefactoryCom.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/plugins/hoster') diff --git a/module/plugins/hoster/FilefactoryCom.py b/module/plugins/hoster/FilefactoryCom.py index 8d9814007..b12f1b9df 100644 --- a/module/plugins/hoster/FilefactoryCom.py +++ b/module/plugins/hoster/FilefactoryCom.py @@ -24,13 +24,14 @@ class FilefactoryCom(SimpleHoster): __name__ = "FilefactoryCom" __type__ = "hoster" __pattern__ = r"https?://(?:www\.)?filefactory\.com/file/(?P[a-zA-Z0-9]+)" - __version__ = "0.44" + __version__ = "0.45" __description__ = """Filefactory.Com File Download Hoster""" __author_name__ = ("stickell") __author_mail__ = ("l.stickell@yahoo.it") FILE_INFO_PATTERN = r'
]*>\s*

(?P[^<]+)

\s*
\s*(?P[\d.]+) (?P\w+) uploaded' DIRECT_LINK_PATTERN = r'' + FILE_OFFLINE_PATTERN = r'

File Removed

' def handleFree(self): self.html = self.load(self.pyfile.url, decode=True) -- cgit v1.2.3