Module: NHApi

Defined in:
lib/nh_api.rb,
lib/nh_api/page.rb,
lib/nh_api/cover.rb,
lib/nh_api/image.rb,
lib/nh_api/doujin.rb,
lib/nh_api/constants.rb,
lib/nh_api/thumbnail.rb

Defined Under Namespace

Classes: Cover, Doujin, Error, Image, Page, Thumbnail

Constant Summary collapse

VERSION =
"0.1.0"
API_URL =
"https://nhentai.net/api/"
IMAGE_URL =
"https://i.nhentai.net/"
THUMB_URL =
"https://t.nhentai.net/"
FILETYPES =
{ "j" => "jpg", "p" => "png", "g" => "gif" }.freeze