summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-05-13 10:00:27 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-05-13 10:00:27 +0200
commit25dfe0eb10aedb1ac22a5c9624fc0e35d9e0b926 (patch)
treed70ae0831e8d78f5bf89aaef177ea334eae0c129
parent8e71456a814a5bffbcc269cc9a00e159ad4ea276 (diff)
downloadyoutube-dl-25dfe0eb10aedb1ac22a5c9624fc0e35d9e0b926.tar.gz
youtube-dl-25dfe0eb10aedb1ac22a5c9624fc0e35d9e0b926.tar.xz
youtube-dl-25dfe0eb10aedb1ac22a5c9624fc0e35d9e0b926.zip
Credit @hojel for fc2 and other extractors (#2877)
-rw-r--r--youtube_dl/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py
index 7ad3b6b8b..4e657e297 100644
--- a/youtube_dl/__init__.py
+++ b/youtube_dl/__init__.py
@@ -55,6 +55,7 @@ __authors__  = (
     'Sainyam Kapoor',
     'Nicolas Évrard',
     'Jason Normore',
+    'Hoje Lee',
 )
 
 __license__ = 'Public Domain'