mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 21:26:53 +00:00
[scraper] removes adding failed idb entry to db
This commit is contained in:
parent
fd3fd9c2fe
commit
ed6f0969da
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ async function createTorrentEntry(torrent) {
|
|||
|
||||
if (!torrent.imdbId && !torrent.kitsuId && !titleInfo.complete && typeof titleInfo.year !== 'string') {
|
||||
console.log(`imdbId or kitsuId not found: ${torrent.title}`);
|
||||
repository.createFailedImdbTorrent(torrent);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue