[thvideo] Add support for THVideo
[youtube-dl] / youtube_dl / __init__.py
index cc0a4071fe662bb7d85555a0c002c90431de0e54..20d7a57ce667b41fc8ae6d7ef1b4dd7bdbc803b6 100644 (file)
@@ -75,6 +75,9 @@ __authors__  = (
     'Ole Ernst',
     'Aaron McDaniel (mcd1992)',
     'Magnus Kolstad',
+    'Hari Padmanaban',
+    'Carlos Ramos',
+    '5moufl',
 )
 
 __license__ = 'Public Domain'
@@ -86,6 +89,9 @@ import random
 import sys
 
 
+from .options import (
+    parseOpts,
+)
 from .utils import (
     compat_getpass,
     compat_print,
@@ -94,7 +100,6 @@ from .utils import (
     decodeOption,
     DownloadError,
     MaxDownloadsReached,
-    parseOpts,
     preferredencoding,
     read_batch_urls,
     SameFileError,