Restore warning when user forgets to quote URL (#1396)
[youtube-dl] / youtube_dl / __init__.py
index ba5206387a8b24e38a5594e3b411e6a6095f797a..db4c588855511f8f0a94c82b170a38b942a56507 100644 (file)
@@ -484,6 +484,8 @@ def _real_main(argv=None):
             if not ie._WORKING:
                 continue
             desc = getattr(ie, 'IE_DESC', ie.IE_NAME)
+            if desc is False:
+                continue
             if hasattr(ie, 'SEARCH_KEY'):
                 _SEARCHES = (u'cute kittens', u'slithering pythons', u'falling cat', u'angry poodle', u'purple fish', u'running tortoise')
                 _COUNTS = (u'', u'5', u'10', u'all')