I'll try implementing a C# version of my kasu.nhentaiapi.js API's parser.js.
Add this on the <ItemGroup>
:
<Reference Include="-your path to-\output\kasuNhentaiCS.dll">
Or put the kasuNhentaiCS.dll
in your root project and do
<Reference Include="kasuNhentaiCS.dll">
same goes for the kasuNhentaiCS.xml
if you want to get the Documentations
Or install using .nukpg
.
using System;
using System.Text;
using kasuNhentaiCS; // You don't wanna miss this
using kasuNhentaiCS.library; // and this
namespace Sample
{
class SampleSample
{
static void Main(string[] args)
{
// Always do this unless you don't wanna see japanese characters will go "????"
// when doing a "Console.WriteLine"
Console.OutputEncoding = Encoding.UTF8;
// Make a Request | async isn't supported yet.
BookObj Data = Parser.book("https://nhentai.net/g/228922");
// Tada!
Console.WriteLine(Data.id);
Console.WriteLine(Data.url);
Console.WriteLine(Data.images.cover);
}
}
}
{
"id": 228922,
"url": "https://nhentai.net/g/228922/",
"title": {
"origin": "[アンソロジー] エログロス Vol.2 [DL版]",
"translated": "[Anthology] EROGROS Vol. 2 [Digital]",
},
"images": {
"cover": "https://t.nhentai.net/galleries/1205270/cover.jpg",
"pages_source": "https://i.nhentai.net/galleries/1205270",
},
"tag_table": {
"parodies": "none",
"characters": "none",
"tag": "anal birth, balls expansion, big balls, big breasts, big penis, dickgirl on male, impregnation, lactation, shotacon, transformation, abortion, ahegao, amputee, bondage, cannibalism, collar, daughter, futanari, glasses, guro, human pet, lolicon, monster girl, necrophilia, piercing, pregnant, randoseru, ryona, sister, snuff, tentacles, anthology, group, incest, birth, urethra insertion, breast expansion, multiple breasts, torture, dick growth, yaoi",
"artists": "uziga waita, horihone saizou, momoiro manjiru, tksn, faith, zero punch, hayami kuro, ai7n, senmu",
"groups": "none",
"languages": "japanese",
"categories": "manga"
},
"number_pages": 244,
"uploaded": "2 years, 1 month ago"
}
{
"CurrentUrl": "https://nhentai.to",
"typePage": "language / japanese",
"CurrentPage": 1,
"Total": 25,
"TotalPage": 8524,
"result":
[
{
"id": 374305,
"title": "[LV43 (Shia)] Onee-sama, Kore ga Hoshiino (Jinrou Judgement) [Digital]",
"thumbnail": "https://t.dogehls.xyz/galleries/2018823/thumb.jpg",
"url": "https://nhentai.to/g/374305",
"languages": "japanese"
},
{
"//and more..."
}
]
}