Minor change to extractor-not-found reporting
This commit is contained in:
parent
4555a88fd7
commit
f5565349de
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user