diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2012-10-12 23:53:45 +0200 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2012-10-12 23:53:45 +0200 |
commit | de034056468bb5cea26351be1d76f01fd2826395 (patch) | |
tree | 7b8ce13d742c1eeb6cb81e3fcfe43a55ed50a53e /module/plugins/hoster/FiledinoCom.py | |
parent | better updatemanager (diff) | |
download | pyload-de034056468bb5cea26351be1d76f01fd2826395.tar.xz |
Cleanup.
Diffstat (limited to 'module/plugins/hoster/FiledinoCom.py')
-rw-r--r-- | module/plugins/hoster/FiledinoCom.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/module/plugins/hoster/FiledinoCom.py b/module/plugins/hoster/FiledinoCom.py deleted file mode 100644 index 6bdd01b51..000000000 --- a/module/plugins/hoster/FiledinoCom.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInfo -import re - -class FiledinoCom(XFileSharingPro): - __name__ = "FiledinoCom" - __type__ = "hoster" - __pattern__ = r"http://(?:\w*\.)*(file(dino|fat).com)/\w{12}" - __version__ = "0.02" - __description__ = """FileDino / FileFat hoster plugin""" - __author_name__ = ("zoidberg") - __author_mail__ = ("zoidberg@mujmail.cz") - - FILE_SIZE_PATTERN = r'File Size : </(span|font)><(span|font)[^>]*>(?P<S>.+?)</(span|font)>' - DIRECT_LINK_PATTERN = r'http://www\.file(dino|fat)\.com/cgi-bin/dl\.cgi/' - - def setup(self): - self.HOSTER_NAME = re.search(self.__pattern__, self.pyfile.url).group(1) - self.multiDL = False - -getInfo = create_getInfo(FiledinoCom)
\ No newline at end of file |