diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-04-11 10:48:37 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-04-11 10:48:37 +0200 |
commit | e8600d69fdab95668acc443d639c5cd460d45b91 (patch) | |
tree | a98500f0655b11804a590c58099a6d14dc394fc1 | |
parent | b03d65c2370d812f4bb141e6d9599553267c07ac (diff) |
Credit @catch22 for ARD IE
-rw-r--r-- | youtube_dl/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 807b73541..6a1a9bb52 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -24,6 +24,7 @@ __authors__ = ( 'Jaime Marquínez Ferrándiz', 'Jeff Crouse', 'Osama Khalid', + 'Michael Walter', ) __license__ = 'Public Domain' |