Restore warning when user forgets to quote URL (#1396)

This commit is contained in:
Philipp Hagemeister 2013-10-07 12:21:24 +02:00
parent 387ae5f30b
commit 15870e90b0
3 changed files with 19 additions and 4 deletions

View 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')