feat(trackers): basic trackers integration
This commit is contained in:
@ -4,6 +4,8 @@ const cheerio = require('cheerio')
|
||||
|
||||
module.exports = class Nyaa
|
||||
{
|
||||
name() { return 'nyaa' }
|
||||
|
||||
async findHash(hash)
|
||||
{
|
||||
this.hash = hash
|
||||
|
@ -4,6 +4,8 @@ const cheerio = require('cheerio')
|
||||
|
||||
module.exports = class Rutracker
|
||||
{
|
||||
name() { return 'rutracker' }
|
||||
|
||||
async findHash(hash)
|
||||
{
|
||||
this.hash = hash
|
||||
|
Reference in New Issue
Block a user