Skip to content

Commit 5df51ea

Browse files
committed
Change hard coded comments API
1 parent 7bffdce commit 5df51ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nndownload/nndownload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
USER_VIDEOS_API = "https://nvapi.nicovideo.jp/v1/users/{0}/videos?sortKey=registeredAt&sortOrder=desc&pageSize={1}&page={2}"
8383
USER_MYLISTS_API = "https://nvapi.nicovideo.jp/v1/users/{0}/mylists"
8484
SEIGA_MANGA_TAGS_API = "https://seiga.nicovideo.jp/ajax/manga/tag/list?id={0}"
85-
COMMENTS_API = "https://nv-comment.nicovideo.jp/v1/threads"
85+
COMMENTS_API = "https://public.nvcomment.nicovideo.jp/v1/threads"
8686
COMMENTS_API_POST_DATA = "{{\'params\':{0},\'threadKey\':\'{1}\',\'additionals\':{{}}}}"
8787

8888
REGION_LOCK_ERRORS = { "お住まいの地域・国からは視聴することができません。",

0 commit comments

Comments
 (0)