mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
adds rarbg scrapper
This commit is contained in:
4
index.js
4
index.js
@@ -6,13 +6,15 @@ const thepiratebayScraper = require('./scrapers/thepiratebay/thepiratebay_scrape
|
||||
const horribleSubsScraper = require('./scrapers/horriblesubs/horriblesubs_scraper');
|
||||
const leetxScraper = require('./scrapers/1337x/1337x_scraper');
|
||||
const kickassScraper = require('./scrapers/kickass/kickass_scraper');
|
||||
const rarbgScraper = require('./scrapers/rarbg/rarbg_scraper');
|
||||
const thepiratebayDumpScraper = require('./scrapers/thepiratebay/thepiratebay_dump_scraper');
|
||||
const thepiratebayUnofficialDumpScraper = require('./scrapers/thepiratebay/thepiratebay_unofficial_dump_scraper');
|
||||
|
||||
const providers = [
|
||||
// horribleSubsScraper,
|
||||
rarbgScraper,
|
||||
// thepiratebayScraper,
|
||||
kickassScraper,
|
||||
// kickassScraper,
|
||||
// leetxScraper
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user