[naverwebtoon] support '/webtoon/' paths for all comics (#5123)

This commit is contained in:
Mike Fährmann
2024-02-04 21:38:46 +01:00
parent 0dacb2b24c
commit de752eb7b1
2 changed files with 13 additions and 3 deletions

View File

@@ -95,6 +95,15 @@ __tests__ = (
"#count" : 32,
},
{
"#url" : "https://comic.naver.com/webtoon/list?titleId=765124",
"#comment" : "/webtoon/ path for 'challenge' comic (#5123)",
"#category": ("", "naverwebtoon", "comic"),
"#class" : naverwebtoon.NaverwebtoonComicExtractor,
"#range" : "1",
"#urls" : "https://comic.naver.com/challenge/detail?titleId=765124&no=1",
},
{
"#url" : "https://comic.naver.com/challenge/list?titleId=765124",
"#category": ("", "naverwebtoon", "comic"),