mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-21 04:18:11 -04:00
Merge branch 'ytdlp_last' into qa
This commit is contained in:
commit
e7a90e83fc
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ def _build_youtube_dl(worker, destdir, site, page):
|
||||||
ydl.pushed_videos = []
|
ydl.pushed_videos = []
|
||||||
return ydl
|
return ydl
|
||||||
|
|
||||||
|
|
||||||
def _remember_videos(page, pushed_videos=None):
|
def _remember_videos(page, pushed_videos=None):
|
||||||
"""
|
"""
|
||||||
Saves info about videos captured by yt-dlp in `page.videos`.
|
Saves info about videos captured by yt-dlp in `page.videos`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue