summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2014-02-17 09:03:28 +0700
committerSergey M. <dstftw@gmail.com>2014-02-17 09:03:28 +0700
commit6d784e87f489eb754ffdc5be962c98fc8edfc395 (patch)
tree731f0b5440666e6d75d4eb44667ce217419ab35c
parentae6cae78f194ba3031c47af9d10fa8ed84f05dab (diff)
downloadyoutube-dl-6d784e87f489eb754ffdc5be962c98fc8edfc395.tar.gz
youtube-dl-6d784e87f489eb754ffdc5be962c98fc8edfc395.tar.xz
youtube-dl-6d784e87f489eb754ffdc5be962c98fc8edfc395.zip
Credit @prutz1311 for normalboots.com (#2279)
-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 e81366851..73844fbbb 100644
--- a/youtube_dl/__init__.py
+++ b/youtube_dl/__init__.py
@@ -41,6 +41,7 @@ __authors__  = (
     'Chris Gahan',
     'Saimadhav Heblikar',
     'Mike Col',
+    'Oleg Prutz',
     'Andreas Schmitz',
 )