diff options
author | 2014-09-28 14:57:02 +0200 | |
---|---|---|
committer | 2014-09-28 14:57:02 +0200 | |
commit | 8add4efc7dc3eeaa873030930e5bd31d6bdf8126 (patch) | |
tree | a0b9954ffd279fbee68e7d81e9e63ee616b6a8c0 /module/plugins/hoster/FileomCom.py | |
parent | [UptoboxCom] MultiDL support (diff) | |
download | pyload-8add4efc7dc3eeaa873030930e5bd31d6bdf8126.tar.xz |
[XFileSharingPro] COOKIES preset to english + improved setup routine
Diffstat (limited to 'module/plugins/hoster/FileomCom.py')
-rw-r--r-- | module/plugins/hoster/FileomCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FileomCom.py b/module/plugins/hoster/FileomCom.py index 3735daab3..c49344a69 100644 --- a/module/plugins/hoster/FileomCom.py +++ b/module/plugins/hoster/FileomCom.py @@ -17,10 +17,10 @@ class FileomCom(XFileSharingPro): __author_name__ = "Walter Purcaro" __author_mail__ = "vuolter@gmail.com" + HOSTER_NAME = "fileom.com" FILE_URL_REPLACEMENTS = [(r'/$', "")] - COOKIES = [(".fileom.com", "lang", "english")] FILE_NAME_PATTERN = r'Filename: <span>(?P<N>.+?)<' FILE_SIZE_PATTERN = r'File Size: <span class="size">(?P<S>[\d\.]+) (?P<U>\w+)' |