tiansh / ass-danmaku

A firefox extension for downloading danmaku (video comments); Online converter: https://tiansh.github.io/ass-danmaku-online/
https://addons.mozilla.org/en-US/firefox/addon/ass-danmaku/
Mozilla Public License 2.0
60 stars 12 forks source link

[Fix] Added new niconico api #20

Closed eaglescommander closed 2 years ago

eaglescommander commented 2 years ago

niconico seems to have changed their api yet again. Details here: https://zenn.dev/negima1072/articles/nvcomment-api

This pull request changed the niconico parser to the new system, fixing the currently broken extension.

While the previous two api(s) are still there, they shouldn't work anymore due how different the new system is.

Fix was aided by @racendol .