diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-05-13 10:00:27 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-05-13 10:00:27 +0200 |
commit | 25dfe0eb10aedb1ac22a5c9624fc0e35d9e0b926 (patch) | |
tree | d70ae0831e8d78f5bf89aaef177ea334eae0c129 | |
parent | 8e71456a814a5bffbcc269cc9a00e159ad4ea276 (diff) |
Credit @hojel for fc2 and other extractors (#2877)
-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 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' |