Skip to content

.NET Standard 2.0 library that provides basic functionality for querying the NicoNicoDouga (ニコニコ動画) XML API.

License

Notifications You must be signed in to change notification settings

VocaDB/nicovideo-apiclient-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nicovideo-apiclient-dotnet

.NET Standard 2.0 library that provides basic functionality for querying the NicoNicoDouga (ニコニコ動画) XML API.

Currently includes basic methods for NND URL parsing and downloading some video and user information.

Uses Html Agility Pack for HTML parsing.

Installing

PM> Install-Package VocaDb.NicoApiClient

Usage

var response = await new NicoApiClient().ParseByUrlAsync("http://www.nicovideo.jp/watch/sm33779210");