YouTubeCollectionExtractor: Extract description

master
Felix Stupp 2 years ago
parent 7913cd3561
commit 8f100ad917
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -106,6 +106,7 @@ class YouTubeCollectionExtractor(CollectionExtractor[Dict]):
if is_channel
else f"[playlist] {info['channel']['name']}: {info['title']}"
)
object.description = data.get("description")
object.add_single_uri(info["link"])
video_list = data["videos"]
object.set_watch_in_order_auto(not is_channel)

Loading…
Cancel
Save