mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 23:49:34 +00:00
Merge branch 'testing' into feature/queue-autorun
This commit is contained in:
@@ -92,7 +92,7 @@ class Parser:
|
|||||||
item_type = "video"
|
item_type = "video"
|
||||||
elif len_id_str == 24:
|
elif len_id_str == 24:
|
||||||
item_type = "channel"
|
item_type = "channel"
|
||||||
elif len_id_str in (34, 18):
|
elif len_id_str in (34, 26, 18):
|
||||||
item_type = "playlist"
|
item_type = "playlist"
|
||||||
else:
|
else:
|
||||||
raise ValueError(f"not a valid id_str: {id_str}")
|
raise ValueError(f"not a valid id_str: {id_str}")
|
||||||
|
|||||||
Reference in New Issue
Block a user