diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-14 03:51:26 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-27 20:54:33 +0100 |
commit | b0b837650b2f3f85e9533e9cbc56d6140d1929a6 (patch) | |
tree | 3aff7a226f5f67e0550f9e2c09fa62add65906a0 /module/plugins/crypter/HoerbuchIn.py | |
parent | Update addons (diff) | |
download | pyload-b0b837650b2f3f85e9533e9cbc56d6140d1929a6.tar.xz |
Crypters version up
Diffstat (limited to 'module/plugins/crypter/HoerbuchIn.py')
-rw-r--r-- | module/plugins/crypter/HoerbuchIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/HoerbuchIn.py b/module/plugins/crypter/HoerbuchIn.py index 6ed600f4d..7a470b0e7 100644 --- a/module/plugins/crypter/HoerbuchIn.py +++ b/module/plugins/crypter/HoerbuchIn.py @@ -10,7 +10,7 @@ from module.plugins.internal.Crypter import Crypter, create_getInfo class HoerbuchIn(Crypter): __name__ = "HoerbuchIn" __type__ = "crypter" - __version__ = "0.64" + __version__ = "0.65" __status__ = "testing" __pattern__ = r'http://(?:www\.)?hoerbuch\.in/(wp/horbucher/\d+/.+/|tp/out\.php\?.+|protection/folder_\d+\.html)' |