From 34c18e75f5fe5e5532a7a04d1d4b897bb325c6db Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 2 May 2022 11:30:38 +0700 Subject: [PATCH] add LL and WL as valid playlists with cookie --- tubearchivist/home/src/ta/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/home/src/ta/helper.py b/tubearchivist/home/src/ta/helper.py index c572ccc..5731115 100644 --- a/tubearchivist/home/src/ta/helper.py +++ b/tubearchivist/home/src/ta/helper.py @@ -173,7 +173,7 @@ class UrlListParser: id_type = "video" elif str_len == 24: id_type = "channel" - elif str_len in [34, 18]: + elif str_len in [34, 18] or id_str in ["LL", "WL"]: id_type = "playlist" else: # unable to parse