VocaDB / nicovideo-apiclient-dotnet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 100.0%