mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-04 20:44:20 -04:00
preserve pre-2025.07.21 mtime handling
This commit is contained in:
parent
5f3b3600c2
commit
0c4ddb7488
1 changed files with 2 additions and 0 deletions
|
@ -422,6 +422,8 @@ def _build_youtube_dl(worker, destdir, site, page, ytdlp_proxy_endpoints):
|
|||
# recommended to avoid bot detection
|
||||
"sleep_interval": 7,
|
||||
"max_sleep_interval": 27,
|
||||
# preserve pre-2025.07.21 mtime handling
|
||||
"updatetime": True,
|
||||
}
|
||||
|
||||
ytdlp_url = page.redirect_url if page.redirect_url else page.url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue