mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
adds rarbg dump scraper based on scraped imdb ids
This commit is contained in:
@@ -53,7 +53,7 @@ async function getLatestTorrents() {
|
||||
}
|
||||
|
||||
async function getLatestTorrentsForCategory(category) {
|
||||
return rarbg.list({ category: category, limit: 100, sort: 'last', format: 'json_extended' })
|
||||
return rarbg.list({ category: category, limit: 100, sort: 'last', format: 'json_extended', ranked: 0 })
|
||||
.then(torrents => torrents.map(torrent => ({
|
||||
name: torrent.title,
|
||||
infoHash: decode(torrent.download).infoHash,
|
||||
|
||||
Reference in New Issue
Block a user