mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[scraper] updates horriblesubs mapping
This commit is contained in:
@@ -7,7 +7,7 @@ const defaultUrl = 'https://horriblesubs.info';
|
|||||||
const defaultTimeout = 10000;
|
const defaultTimeout = 10000;
|
||||||
|
|
||||||
function allShows(config = {}) {
|
function allShows(config = {}) {
|
||||||
return _getContent('/shows', config)
|
return _getContent('/shows/', config)
|
||||||
.then(($) => $('div[class="ind-show"]')
|
.then(($) => $('div[class="ind-show"]')
|
||||||
.map((index, element) => $(element).children('a'))
|
.map((index, element) => $(element).children('a'))
|
||||||
.map((index, element) => ({
|
.map((index, element) => ({
|
||||||
|
|||||||
@@ -5537,5 +5537,13 @@
|
|||||||
"Zashiki Warashi no Tatami-chan": {
|
"Zashiki Warashi no Tatami-chan": {
|
||||||
"showId": "1412",
|
"showId": "1412",
|
||||||
"kitsu_id": "43115"
|
"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