mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 17:15:37 +00:00
[scraper] updates horriblesubs mapping
This commit is contained in:
parent
3d31d5d735
commit
50aa4d4f1e
2 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue