[naverwebtoon] fix comic extraction

This commit is contained in:
Mike Fährmann
2021-07-18 03:41:54 +02:00
parent 4048eabeab
commit b89a44090f

View File

@@ -105,5 +105,5 @@ class NaverwebtoonComicExtractor(NaverwebtoonBase, Extractor):
return [
self.root + "/webtoon/detail.nhn?" + query
for query in text.extract_iter(
page, '<a href="/webtoon/detail.nhn?', '"')
page, '<a href="/webtoon/detail?', '"')
][::2]