Restore warning when user forgets to quote URL (#1396)
This commit is contained in:
parent
387ae5f30b
commit
15870e90b0
3 changed files with 19 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue