mirror of
https://git.sr.ht/~cadence/NewLeaf
synced 2026-05-04 16:41:37 +00:00
Fix extracting empty description
This commit is contained in:
parent
e18efc9591
commit
caee795b7e
2 changed files with 38 additions and 24 deletions
|
|
@ -18,7 +18,8 @@ ytdl_opts = {
|
|||
"dump_single_json": True,
|
||||
"playlist_items": "1-100",
|
||||
"extract_flat": "in_playlist",
|
||||
"write_pages": True
|
||||
"write_pages": True,
|
||||
"source_address": "0.0.0.0"
|
||||
}
|
||||
ytdl = youtube_dl.YoutubeDL(ytdl_opts)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue