[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`