Merge branch 'ARI-5995-min' into qa

This commit is contained in:
Barbara Miller 2019-10-15 14:49:36 -07:00
commit e99e929b2c

View File

@ -154,7 +154,7 @@ def _build_youtube_dl(worker, destdir, site):
if ie_result.get('_type') == 'playlist':
self.logger.info(
'extractor %r found playlist in %s', ie.IE_NAME, url)
if ie.IE_NAME in {'youtube:playlist', 'soundcloud:user'}:
if ie.IE_NAME in {'youtube:playlist', 'soundcloud:user', 'instagram:user'}:
# At this point ie_result['entries'] is an iterator that
# will fetch more metadata from youtube to list all the
# videos. We unroll that iterator here partly because