[scraper] updates horriblesubs mapping
This commit is contained in:
@@ -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) => ({
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user