diff options
author | 2014-10-08 16:14:33 +0200 | |
---|---|---|
committer | 2014-10-08 16:14:33 +0200 | |
commit | 60320d4addec35b9cbd14a05b6c33fba63d6c620 (patch) | |
tree | 3a77cccab8d4281308cfddbbb03c2a87bd1f3c5a /module/plugins/hoster/FileomCom.py | |
parent | [XFileSharingPro] Rename to XFSPHoster (diff) | |
download | pyload-60320d4addec35b9cbd14a05b6c33fba63d6c620.tar.xz |
Update plugins XFileSharingPro based
Diffstat (limited to 'module/plugins/hoster/FileomCom.py')
-rw-r--r-- | module/plugins/hoster/FileomCom.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/FileomCom.py b/module/plugins/hoster/FileomCom.py index 793bc001e..f839bd080 100644 --- a/module/plugins/hoster/FileomCom.py +++ b/module/plugins/hoster/FileomCom.py @@ -3,13 +3,13 @@ # Test links: # http://fileom.com/gycaytyzdw3g/random.bin.html -from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInfo +from module.plugins.hoster.XFSPHoster import XFSPHoster, create_getInfo -class FileomCom(XFileSharingPro): +class FileomCom(XFSPHoster): __name__ = "FileomCom" __type__ = "hoster" - __version__ = "0.01" + __version__ = "0.02" __pattern__ = r'https?://(?:www\.)?fileom\.com/\w{12}' |