diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-04 22:46:13 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-04 22:46:13 +0200 |
commit | e460158ca521afe0540c9c53b91806b31f307217 (patch) | |
tree | 174eaa0205dd43371f49f4ccdabf0e70cdb0b9df /module/plugins/hoster/FilerNet.py | |
parent | [OboomCom] Fix account login (diff) | |
download | pyload-e460158ca521afe0540c9c53b91806b31f307217.tar.xz |
Fix broken plugins after SH_COOKIES -> COOKIES
Diffstat (limited to 'module/plugins/hoster/FilerNet.py')
-rw-r--r-- | module/plugins/hoster/FilerNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FilerNet.py b/module/plugins/hoster/FilerNet.py index 3082c790b..076b609dd 100644 --- a/module/plugins/hoster/FilerNet.py +++ b/module/plugins/hoster/FilerNet.py @@ -16,7 +16,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class FilerNet(SimpleHoster): __name__ = "FilerNet" __type__ = "hoster" - __version__ = "0.03" + __version__ = "0.04" __pattern__ = r'https?://(?:www\.)?filer\.net/get/(\w+)' |