diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-08-04 22:08:42 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-08-04 22:08:42 +0200 |
commit | f80576bd8c809932dd9f62483402ec18532699b2 (patch) | |
tree | 72d15b9a4e2ee65e2823293458d2063078b110ef /module/plugins/hoster/ZDF.py | |
parent | Merge pull request #1705 from GammaC0de/patch-2 (diff) | |
download | pyload-f80576bd8c809932dd9f62483402ec18532699b2.tar.xz |
Some fixes (2)
Diffstat (limited to 'module/plugins/hoster/ZDF.py')
-rw-r--r-- | module/plugins/hoster/ZDF.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ZDF.py b/module/plugins/hoster/ZDF.py index b00077cce..f0b85d11a 100644 --- a/module/plugins/hoster/ZDF.py +++ b/module/plugins/hoster/ZDF.py @@ -10,7 +10,7 @@ from module.plugins.internal.Hoster import Hoster class ZDF(Hoster): __name__ = "ZDF Mediathek" __type__ = "hoster" - __version__ = "0.83" + __version__ = "0.84" __status__ = "testing" __pattern__ = r'http://(?:www\.)?zdf\.de/ZDFmediathek/\D*(\d+)\D*' |