[naverwebtoon] fix 'title' for comics with empty tags (#5120)

This commit is contained in:
Mike Fährmann
2024-01-27 16:24:03 +01:00
parent 3433481dd2
commit 22647c2626
2 changed files with 19 additions and 1 deletions

View File

@@ -61,6 +61,24 @@ __tests__ = (
"title_id" : "765124",
},
{
"#url" : "https://comic.naver.com/bestChallenge/detail?titleId=620732&no=334",
"#comment" : "empty tags (#5120)",
"#category": ("", "naverwebtoon", "episode"),
"#class" : naverwebtoon.NaverwebtoonEpisodeExtractor,
"#count" : 9,
"artist" : [],
"author" : ["안트로anthrokim"],
"comic" : "백일몽화원",
"count" : 9,
"episode" : "334",
"num" : range(1, 9),
"tags" : [],
"title" : "321화... 성(省)",
"title_id": "620732",
},
{
"#url" : "https://comic.naver.com/bestChallenge/detail.nhn?titleId=771467&no=3",
"#category": ("", "naverwebtoon", "episode"),