diff options
author | Paul King <devnull@localhost> | 2011-05-07 13:08:30 +0200 |
---|---|---|
committer | Paul King <devnull@localhost> | 2011-05-07 13:08:30 +0200 |
commit | 8708d8abcefd9a406969dc12ca363b43df3d0636 (patch) | |
tree | e6f4cc51cf88ab6477d6b0daf22f484bb915dc2c /module/plugins/hoster/FilesonicCom.py | |
parent | Bitshare doesn't support chunking (diff) | |
download | pyload-8708d8abcefd9a406969dc12ca363b43df3d0636.tar.xz |
update version numbers
Diffstat (limited to 'module/plugins/hoster/FilesonicCom.py')
-rw-r--r-- | module/plugins/hoster/FilesonicCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FilesonicCom.py b/module/plugins/hoster/FilesonicCom.py index b08c1d192..493a9c962 100644 --- a/module/plugins/hoster/FilesonicCom.py +++ b/module/plugins/hoster/FilesonicCom.py @@ -48,7 +48,7 @@ class FilesonicCom(Hoster): __name__ = "FilesonicCom"
__type__ = "hoster"
__pattern__ = r"http://[\w\.]*?(sharingmatrix|filesonic)\..*?/file/(([a-z][0-9]+/)?[0-9]+)(/.*)?"
- __version__ = "0.22"
+ __version__ = "0.3"
__description__ = """FilesonicCom und Sharingmatrix Download Hoster"""
__author_name__ = ("jeix","paulking")
__author_mail__ = ("jeix@hasnomail.de","")
|