diff options
author | stickell <l.stickell@yahoo.it> | 2014-09-07 21:54:13 +0200 |
---|---|---|
committer | stickell <l.stickell@yahoo.it> | 2014-09-07 21:54:13 +0200 |
commit | 287980f82eb56d4208839fd9dfcb929df31110ee (patch) | |
tree | c10771f7b274f6231e38fd617426d87927deae0f /module/plugins/hoster | |
parent | [Speedyshare] new hoster (diff) | |
download | pyload-287980f82eb56d4208839fd9dfcb929df31110ee.tar.xz |
[File4safe] distributing LINK_PATTERN
Fixes #729
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/File4safeCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/File4safeCom.py b/module/plugins/hoster/File4safeCom.py index 4ec814fd9..7ec775103 100644 --- a/module/plugins/hoster/File4safeCom.py +++ b/module/plugins/hoster/File4safeCom.py @@ -10,7 +10,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf class File4safeCom(XFileSharingPro): __name__ = "File4safeCom" __type__ = "hoster" - __version__ = "0.01" + __version__ = "0.02" __pattern__ = r'https?://(?:www\.)?file4safe\.com/\w+' |