diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 02:31:43 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 02:31:43 +0100 |
commit | 5af5c1a625f594a9153f95fcd3b8bdd7a002d180 (patch) | |
tree | d468c7378e094364bf1d86377ffadff614959e74 | |
parent | [LinksnappyCom] Version up (diff) | |
download | pyload-5af5c1a625f594a9153f95fcd3b8bdd7a002d180.tar.xz |
[FileserveCom] Version up
-rw-r--r-- | module/plugins/hoster/FileserveCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FileserveCom.py b/module/plugins/hoster/FileserveCom.py index d682134ee..a693cb58a 100644 --- a/module/plugins/hoster/FileserveCom.py +++ b/module/plugins/hoster/FileserveCom.py @@ -31,7 +31,7 @@ def get_info(plugin, urls): class FileserveCom(Hoster): __name__ = "FileserveCom" __type__ = "hoster" - __version__ = "0.65" + __version__ = "0.66" __status__ = "testing" __pattern__ = r'http://(?:www\.)?fileserve\.com/file/(?P<ID>[^/]+)' |