diff options
author | Nitzo <nitzo2001@yahoo.com> | 2016-06-15 00:28:47 +0200 |
---|---|---|
committer | Nitzo <nitzo2001@yahoo.com> | 2016-06-15 00:28:47 +0200 |
commit | ab412c34080b0c401e6df0c39f68a3fc3f17c561 (patch) | |
tree | 5e9084e0cf889eb4c2d4693f15ae01ffee3ca0a8 /module | |
parent | [BigfileTo] fix #2507 (diff) | |
download | pyload-ab412c34080b0c401e6df0c39f68a3fc3f17c561.tar.xz |
[BigfileTo] Version up
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hoster/BigfileTo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/BigfileTo.py b/module/plugins/hoster/BigfileTo.py index 9bfe5dfa5..045d28297 100644 --- a/module/plugins/hoster/BigfileTo.py +++ b/module/plugins/hoster/BigfileTo.py @@ -10,7 +10,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster class BigfileTo(SimpleHoster): __name__ = "BigfileTo" __type__ = "hoster" - __version__ = "0.17" + __version__ = "0.18" __status__ = "testing" __pattern__ = r'https?://(?:www\.)?(?:uploadable\.ch|bigfile.to)/file/(?P<ID>\w+)' |