diff options
Diffstat (limited to 'module/plugins/hoster/BigfileTo.py')
-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+)' |