[naver] recognize '.naver' URLs

https://blog.naver.com/PostView.naver?…
This commit is contained in:
Mike Fährmann
2024-03-05 22:30:29 +01:00
parent 36fc510d3a
commit 7b28418f69
2 changed files with 18 additions and 5 deletions

View File

@@ -24,6 +24,12 @@ __tests__ = (
"#sha1_metadata": "a6e23d19afbee86b37d6e7ad934650c379d2cb1e",
},
{
"#url" : "https://blog.naver.com/PostView.naver?blogId=rlfqjxm0&logNo=221430673006",
"#category": ("", "naver", "post"),
"#class" : naver.NaverPostExtractor,
},
{
"#url" : "https://blog.naver.com/gukjung",
"#category": ("", "naver", "blog"),
@@ -42,4 +48,10 @@ __tests__ = (
"#count" : 12,
},
{
"#url" : "https://blog.naver.com/PostList.naver?blogId=gukjung",
"#category": ("", "naver", "blog"),
"#class" : naver.NaverBlogExtractor,
},
)