mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-25 00:59:52 -05:00
fix qa merge error
This commit is contained in:
parent
3b4db5c74d
commit
08c01f279c
@ -422,7 +422,7 @@ def _try_youtube_dl(worker, ydl, site, page):
|
|||||||
"Proxyrack proxy attempt(s) failed for unknown reason(s)"
|
"Proxyrack proxy attempt(s) failed for unknown reason(s)"
|
||||||
)
|
)
|
||||||
logging.info("ytdlp completed successfully")
|
logging.info("ytdlp completed successfully")
|
||||||
metrics.brozzler_ydl_download_successes.labels(ytdlp_host).inc(1)
|
|
||||||
_remember_videos(page, ydl.pushed_videos)
|
_remember_videos(page, ydl.pushed_videos)
|
||||||
if worker._using_warcprox(site):
|
if worker._using_warcprox(site):
|
||||||
info_json = json.dumps(ie_result, sort_keys=True, indent=4)
|
info_json = json.dumps(ie_result, sort_keys=True, indent=4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user