[scraper] updates horriblesubs mapping

This commit is contained in:
TheBeastLT
2020-04-28 18:33:15 +02:00
parent 3d31d5d735
commit 50aa4d4f1e
2 changed files with 9 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ const defaultUrl = 'https://horriblesubs.info';
const defaultTimeout = 10000;
function allShows(config = {}) {
return _getContent('/shows', config)
return _getContent('/shows/', config)
.then(($) => $('div[class="ind-show"]')
.map((index, element) => $(element).children('a'))
.map((index, element) => ({

View File

@@ -5537,5 +5537,13 @@
"Zashiki Warashi no Tatami-chan": {
"showId": "1412",
"kitsu_id": "43115"
},
"Woodpecker Detective's Office": {
"showId": "1414",
"kitsu_id": "42602"
},
"Kitsutsuki Tanteidokoro": {
"showId": "1415",
"kitsu_id": "42602"
}
}