mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-24 13:59:50 -04:00
try youtube-dl first again
This commit is contained in:
parent
f0bd18a74d
commit
5dd64aef0b
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ def _build_youtube_dl(worker, destdir, site):
|
||||||
if ie_result.get('_type') == 'playlist':
|
if ie_result.get('_type') == 'playlist':
|
||||||
self.logger.info(
|
self.logger.info(
|
||||||
'extractor %r found playlist in %s', ie.IE_NAME, url)
|
'extractor %r found playlist in %s', ie.IE_NAME, url)
|
||||||
if ie.IE_NAME in {'youtube:playlist', 'soundcloud:user', 'instagram:user'}:
|
if ie.IE_NAME in {'youtube:playlist', 'soundcloud:user'}:
|
||||||
# At this point ie_result['entries'] is an iterator that
|
# At this point ie_result['entries'] is an iterator that
|
||||||
# will fetch more metadata from youtube to list all the
|
# will fetch more metadata from youtube to list all the
|
||||||
# videos. We unroll that iterator here partly because
|
# videos. We unroll that iterator here partly because
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue