mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +00:00
increase same torrent size delta in case for entries with large samples
This commit is contained in:
parent
703c655620
commit
0401828b2d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import { enrichStreamSources, getSources } from './magnetHelper.js';
|
|||
import { getSubtitles } from './subtitles.js';
|
||||
|
||||
const ADDON_NAME = 'Torrentio';
|
||||
const SIZE_DELTA = 0.02;
|
||||
const SIZE_DELTA = 0.05;
|
||||
const UNKNOWN_SIZE = 300000000;
|
||||
const CAM_SOURCES = ['CAM', 'TeleSync', 'TeleCine', 'SCR'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue