Minor change to extractor-not-found reporting

This commit is contained in:
fnord 2015-07-13 12:04:55 -05:00
parent 4555a88fd7
commit f5565349de

View File

@ -1015,7 +1015,7 @@ class GenericIE(InfoExtractor):
break
if not found:
#self._downloader.params.get('verbose', False):
print (' EMBED [?!] '+u)
print (' EMBED [-none-] '+u)
if elist:
print(''+str(len(elist))+' embeds')
return elist