diff options
| author | 2013-03-25 19:28:31 +0100 | |
|---|---|---|
| committer | 2013-03-25 19:28:31 +0100 | |
| commit | 61d17f6c399d25409b5553eb3e78e601ded978f7 (patch) | |
| tree | 4aee796251d3377c442f62a2ed347b3bea6c3e9a /module/plugins | |
| parent | Add plugin for ZDF mediathek (diff) | |
| download | pyload-61d17f6c399d25409b5553eb3e78e601ded978f7.tar.xz | |
Add author
Diffstat (limited to 'module/plugins')
| -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 f72bde1ed..ea45f4fd8 100644 --- a/module/plugins/hoster/ZDF.py +++ b/module/plugins/hoster/ZDF.py @@ -7,7 +7,7 @@ from module.plugins.Hoster import Hoster  XML_API = "http://www.zdf.de/ZDFmediathek/xmlservice/web/beitragsDetails?id=%i"  class ZDF(Hoster): -    # Based on zdfm +    # Based on zdfm by Roland Beermann      # http://github.com/enkore/zdfm/      __name__ = "ZDF Mediathek"      __version__ = "0.7" | 
