commit: d37936386f0217a411efe96483b97e590b7eceb3 parent c3a3028f9f7fa79ee7357b65252ff2c9a062bdc8 Author: Philipp Hagemeister <phihag@phihag.de> Date: Wed, 13 Nov 2013 11:08:07 +0100 Credit @saper for tvp IE (#1730)Diffstat:
M | youtube_dl/__init__.py | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py @@ -33,6 +33,7 @@ __authors__ = ( 'Steffan \'Ruirize\' James', 'Andras Elso', 'Jelle van der Waa', + 'Marcin Cieślak', ) __license__ = 'Public Domain'