mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
Merge branch 'error_ydl_playlist' into qa
This commit is contained in:
commit
2ee7f71db5
@ -164,7 +164,7 @@ def _build_youtube_dl(worker, destdir, site):
|
||||
ie_result['entries_no_dl'] = list(ie_result['entries'])
|
||||
except Exception as e:
|
||||
self.logger.warning(
|
||||
"failed to unroll ie_result['entries']? for %s, %s; exception {}",
|
||||
"failed to unroll ie_result['entries']? for %s, %s; exception %s",
|
||||
ie.IE_NAME, url, e)
|
||||
ie_result['entries_no_dl'] =[]
|
||||
ie_result['entries'] = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user