diff options
author | Stefano <l.stickell@yahoo.it> | 2014-01-17 13:02:13 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-04-21 16:55:53 +0200 |
commit | 3659b403d14d3df9ca8d1779fd1646334aed7b93 (patch) | |
tree | e0a6a9278cb0736b19b90ad68042d01f0689e639 | |
parent | Merge pull request #483 from igel-kun/filestube_fix (diff) | |
download | pyload-3659b403d14d3df9ca8d1779fd1646334aed7b93.tar.xz |
Filestube: version increase after 4c02adf00b8a7d6abcd2467eaff512f5780c4d7d
(cherry picked from commit 046bffc70cb2ea66e3d7e24e426e5ea99bff1654)
-rw-r--r-- | pyload/plugins/crypter/FilestubeCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/FilestubeCom.py b/pyload/plugins/crypter/FilestubeCom.py index ca6333de4..24e2ca137 100644 --- a/pyload/plugins/crypter/FilestubeCom.py +++ b/pyload/plugins/crypter/FilestubeCom.py @@ -22,7 +22,7 @@ class FilestubeCom(SimpleCrypter): __name__ = "FilestubeCom" __type__ = "crypter" __pattern__ = r"http://(?:w{3}.)?filestube\.(?:com|to)/\w+" - __version__ = "0.01" + __version__ = "0.02" __description__ = """Filestube.com Plugin""" __author_name__ = ("stickell") __author_mail__ = ("l.stickell@yahoo.it") |