diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-10 10:40:43 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-10 10:40:43 +0200 |
commit | f0b7d1ef2b2e6068062996e01e9684628cdabb35 (patch) | |
tree | d946c376594289a1f6140780252ef91706081e9e /module/plugins/hoster/FastixRu.py | |
parent | Fix https://github.com/pyload/pyload/issues/1479 (diff) | |
download | pyload-f0b7d1ef2b2e6068062996e01e9684628cdabb35.tar.xz |
Update plugins (2)
Diffstat (limited to 'module/plugins/hoster/FastixRu.py')
-rw-r--r-- | module/plugins/hoster/FastixRu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FastixRu.py b/module/plugins/hoster/FastixRu.py index cc50f4229..b165f1d9d 100644 --- a/module/plugins/hoster/FastixRu.py +++ b/module/plugins/hoster/FastixRu.py @@ -10,7 +10,7 @@ from module.plugins.internal.MultiHoster import MultiHoster, create_getInfo class FastixRu(MultiHoster): __name__ = "FastixRu" __type__ = "hoster" - __version__ = "0.11" + __version__ = "0.12" __pattern__ = r'http://(?:www\.)?fastix\.(ru|it)/file/\w{24}' __config__ = [("use_premium", "bool", "Use premium account if available", True)] |