mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
adds sample and extras file filter
This commit is contained in:
@@ -109,11 +109,18 @@ async function findAllFiles() {
|
||||
// type: Type.SERIES,
|
||||
// imdbId: 'tt0320037'
|
||||
// };
|
||||
/* With extras exceeding season episode count */
|
||||
// const torrent = {
|
||||
// infoHash: '2af56a80357b61d839328b986d1165ea8395bbc0',
|
||||
// title: 'Tim and Eric - Complete',
|
||||
// type: Type.SERIES,
|
||||
// imdbId: 'tt0912343'
|
||||
// };
|
||||
|
||||
return parseTorrentFiles(torrent)
|
||||
.then((files) => console.log(files));
|
||||
}
|
||||
|
||||
//addMissingEpisodes().then(() => console.log('Finished'));
|
||||
//findAllFiles().then(() => console.log('Finished'));
|
||||
updateMovieCollections().then(() => console.log('Finished'));
|
||||
findAllFiles().then(() => console.log('Finished'));
|
||||
//updateMovieCollections().then(() => console.log('Finished'));
|
||||
Reference in New Issue
Block a user