Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 580 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 580 Bytes

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");