[naver] change categories (#7746)

- 'naver'        -> 'naver-blog'
- 'chzzk'        -> 'naver-chzzk'
- 'naverwebtoon' -> 'naver-webtoon'
This commit is contained in:
Mike Fährmann
2025-07-02 19:49:41 +02:00
parent a4fb9e6d33
commit e7922ababd
14 changed files with 134 additions and 104 deletions

View File

@@ -1778,16 +1778,6 @@ Description
* ``false``: Match only URLs with known TLDs
extractor.chzzk.offset
----------------------
Type
``integer``
Default
``0``
Description
Custom ``offset`` starting value when paginating over comments.
extractor.cien.files
--------------------
Type
@@ -3634,8 +3624,8 @@ Description
Note: Not supported by all ``moebooru`` instances.
extractor.naver.videos
----------------------
extractor.naver-blog.videos
---------------------------
Type
``bool``
Default
@@ -3644,6 +3634,16 @@ Description
Download videos.
extractor.naver-chzzk.offset
----------------------------
Type
``integer``
Default
``0``
Description
Custom ``offset`` starting value when paginating over comments.
extractor.newgrounds.flash
--------------------------
Type
@@ -7692,7 +7692,10 @@ Description
{
"coomer" : "coomerparty",
"kemono" : "kemonoparty",
"schalenetwork": "koharu"
"schalenetwork": "koharu",
"naver-chzzk" : "chzzk",
"naver-blog" : "naver",
"naver-webtoon": "naverwebtoon"
}
@@ -7704,9 +7707,12 @@ Default
.. code:: json
{
"coomerparty": "coomer",
"kemonoparty": "kemono",
"koharu" : "schalenetwork"
"coomerparty" : "coomer",
"kemonoparty" : "kemono",
"koharu" : "schalenetwork",
"chzzk" : "naver-chzzk",
"naver" : "naver-blog",
"naverwebtoon": "naver-webtoon"
}
Description
Duplicate the configuration settings of extractor `categories`

View File

@@ -90,9 +90,12 @@
"category-map": {},
"config-map": {
"coomerparty": "coomer",
"kemonoparty": "kemono",
"koharu" : "schalenetwork"
"coomerparty" : "coomer",
"kemonoparty" : "kemono",
"koharu" : "schalenetwork",
"chzzk" : "naver-chzzk",
"naver" : "naver-blog",
"naverwebtoon": "naver-webtoon"
},
@@ -182,10 +185,6 @@
"endpoint": "/api/_001_v2",
"tlds": false
},
"chzzk":
{
"offset": 0
},
"cien":
{
"sleep-request": "1.0-2.0",
@@ -456,10 +455,14 @@
"username": "",
"password": ""
},
"naver":
"naver-blog":
{
"videos": true
},
"naver-chzzk":
{
"offset": 0
},
"newgrounds":
{
"username": "",

View File

@@ -133,7 +133,7 @@
500k or 2.5M)
--filesize-max SIZE Do not download files larger than SIZE (e.g.
500k or 2.5M)
--download-archive FILE Record all downloaded or skipped files in FILE
--download-archive FILE Record successfully downloaded files in FILE
and skip downloading any file already in it
--range RANGE Index range(s) specifying which files to
download. These can be either a constant value,

View File

@@ -170,8 +170,8 @@ Consider all listed sites to potentially be NSFW.
<td></td>
</tr>
<tr>
<td>Chzzk</td>
<td>https://chzzk.naver.com</td>
<td>CHZZK</td>
<td>https://chzzk.naver.com/</td>
<td>Comments, Communities</td>
<td></td>
</tr>
@@ -626,13 +626,13 @@ Consider all listed sites to potentially be NSFW.
<td></td>
</tr>
<tr>
<td>Naver</td>
<td>Naver Blog</td>
<td>https://blog.naver.com/</td>
<td>Blogs, Posts</td>
<td></td>
</tr>
<tr>
<td>NaverWebtoon</td>
<td>Naver Webtoon</td>
<td>https://comic.naver.com/</td>
<td>Comics, Episodes</td>
<td></td>
@@ -836,7 +836,7 @@ Consider all listed sites to potentially be NSFW.
<td></td>
</tr>
<tr>
<td>rule #34</td>
<td>Rule 34</td>
<td>https://rule34.paheal.net/</td>
<td>Posts, Tag Searches</td>
<td></td>
@@ -1104,7 +1104,7 @@ Consider all listed sites to potentially be NSFW.
<td></td>
</tr>
<tr>
<td>Webtoon</td>
<td>WEBTOON</td>
<td>https://www.webtoons.com/</td>
<td>Artists, Comics, Episodes</td>
<td></td>