release 2014.10.30
[youtube-dl] / youtube_dl / __init__.py
index 7dc971884cc5cad523510bd03b477b2450c2efb3..3c968082c3e69fbd38bf229905cd3469cef88ab3 100644 (file)
@@ -293,9 +293,6 @@ def _real_main(argv=None):
     }
 
     with YoutubeDL(ydl_opts) as ydl:
-        ydl.print_debug_header()
-        ydl.add_default_info_extractors()
-
         # PostProcessors
         # Add the metadata pp first, the other pps will copy it
         if opts.addmetadata: