mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-02 03:26:11 -04:00
fix qa merge error
This commit is contained in:
parent
3b4db5c74d
commit
08c01f279c
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ def _try_youtube_dl(worker, ydl, site, page):
|
|||
"Proxyrack proxy attempt(s) failed for unknown reason(s)"
|
||||
)
|
||||
logging.info("ytdlp completed successfully")
|
||||
metrics.brozzler_ydl_download_successes.labels(ytdlp_host).inc(1)
|
||||
|
||||
_remember_videos(page, ydl.pushed_videos)
|
||||
if worker._using_warcprox(site):
|
||||
info_json = json.dumps(ie_result, sort_keys=True, indent=4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue