mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 17:15:37 +00:00
[scraper] excludes nyaa pantsu from seeders update for now
This commit is contained in:
parent
129a9ed29d
commit
4b31aa9024
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ function getTorrentsWithoutSize() {
|
|||
function getUpdateSeedersTorrents() {
|
||||
const until = moment().subtract(7, 'days').format('YYYY-MM-DD');
|
||||
return Torrent.findAll({
|
||||
where: literal(`torrent."updatedAt" < \'${until}\'`),
|
||||
where: literal(`torrent."updatedAt" < \'${until}\' and torrent."provider" != \'NyaaPantsu\'`),
|
||||
limit: 100,
|
||||
order: [
|
||||
['seeders', 'DESC'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue