mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
Added yt-dlp everywhere
This commit is contained in:
parent
e41f313fa3
commit
f5f7aff3b4
10 changed files with 18 additions and 11 deletions
|
@ -72,6 +72,7 @@ def save_media(link: Link, out_dir: Optional[Path]=None, timeout: int=MEDIA_TIME
|
|||
timer.end()
|
||||
|
||||
# add video description and subtitles to full-text index
|
||||
# Let's try a few different
|
||||
index_texts = [
|
||||
text_file.read_text(encoding='utf-8').strip()
|
||||
for text_file in (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue