mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
add LL and WL as valid playlists with cookie
This commit is contained in:
parent
6fbac12314
commit
34c18e75f5
@ -173,7 +173,7 @@ class UrlListParser:
|
|||||||
id_type = "video"
|
id_type = "video"
|
||||||
elif str_len == 24:
|
elif str_len == 24:
|
||||||
id_type = "channel"
|
id_type = "channel"
|
||||||
elif str_len in [34, 18]:
|
elif str_len in [34, 18] or id_str in ["LL", "WL"]:
|
||||||
id_type = "playlist"
|
id_type = "playlist"
|
||||||
else:
|
else:
|
||||||
# unable to parse
|
# unable to parse
|
||||||
|
Loading…
Reference in New Issue
Block a user