mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 21:19:34 +00:00
update yt-dlp, fix channel entries extractor
This commit is contained in:
@@ -80,12 +80,12 @@ class YoutubePlaylist(YouTubeItem):
|
|||||||
downloaded = entry["id"] in self.all_youtube_ids
|
downloaded = entry["id"] in self.all_youtube_ids
|
||||||
else:
|
else:
|
||||||
downloaded = False
|
downloaded = False
|
||||||
if not entry["uploader"]:
|
if not entry["channel"]:
|
||||||
continue
|
continue
|
||||||
to_append = {
|
to_append = {
|
||||||
"youtube_id": entry["id"],
|
"youtube_id": entry["id"],
|
||||||
"title": entry["title"],
|
"title": entry["title"],
|
||||||
"uploader": entry["uploader"],
|
"uploader": entry["channel"],
|
||||||
"idx": idx,
|
"idx": idx,
|
||||||
"downloaded": downloaded,
|
"downloaded": downloaded,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,4 +10,4 @@ requests==2.28.1
|
|||||||
ryd-client==0.0.6
|
ryd-client==0.0.6
|
||||||
uWSGI==2.0.21
|
uWSGI==2.0.21
|
||||||
whitenoise==6.2.0
|
whitenoise==6.2.0
|
||||||
yt_dlp==2022.10.4
|
yt_dlp==2022.11.11
|
||||||
|
|||||||
Reference in New Issue
Block a user