You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A script scraper for Shoko Server through the api should make it a lot easier to scrape hentai Documentation
with get-episode-by-filename URI Parameters:
filename : filename.mkv Headers:
apikey : APIKEY
it is possible to get
{
"type": "ep",
"season": "1x1",
"eptype": "Episode",
"epnumber": 1,
"aid": 4563,
"eid": 63217,
"id": 1,
"name": "Dear Diary",
"summary": "Brilliant but bored high school student Light Yagami suddenly finds himself holding the power of life and death in his hands—the power of the Death Note.\nSource: crunchyroll",
"year": "2010",
"air": "2010-04-13",
"rating": "8.70",
"votes": "123",
"art": {
"fanart": [
{
"url": "/api/v3/image/TvDB/Thumb/1"
},
{
"url": "/api/v2/image/support/plex_404.png"
}
],
"thumb": [
{
"url": "/api/v2/image/support/plex_404.png"
}
]
}
}
A script scraper for Shoko Server through the api should make it a lot easier to scrape hentai
Documentation
with get-episode-by-filename
URI Parameters:
filename : filename.mkv
Headers:
apikey : APIKEY
it is possible to get
by using the "id": 1, with get-the-series-that-owns-the-episode
URI Parameters:
id : 1
Headers:
apikey : APIKEY
The text was updated successfully, but these errors were encountered: