diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 02:22:33 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 02:22:33 +0100 |
commit | 24971e3ef673fe1f7bd47c3249db3c6415825f5f (patch) | |
tree | df2334b78adfd56be6aff674c0d4935a58f62ffe | |
parent | [UpleaCom] Version up (diff) | |
download | pyload-24971e3ef673fe1f7bd47c3249db3c6415825f5f.tar.xz |
[FreakshareCom] Version up
-rw-r--r-- | module/plugins/hoster/FreakshareCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FreakshareCom.py b/module/plugins/hoster/FreakshareCom.py index 5ce95bd8e..b24dabd28 100644 --- a/module/plugins/hoster/FreakshareCom.py +++ b/module/plugins/hoster/FreakshareCom.py @@ -10,7 +10,7 @@ from module.plugins.internal.misc import seconds_to_midnight class FreakshareCom(Hoster): __name__ = "FreakshareCom" __type__ = "hoster" - __version__ = "0.47" + __version__ = "0.48" __status__ = "testing" __pattern__ = r'http://(?:www\.)?freakshare\.(net|com)/files/\S*?/' |