11const { config, scrappers, classes : { SourceInfo, HosterInfo } } = require ( '../dist/index.js' ) ;
22
33( async ( ) => {
4+
45 config . showError = true ;
56
67 config . puppeteer . headless = true ;
7- //config.puppeteer.executablePath = 'C:\\Users\\Admin\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe';
8- //config.puppeteer.headless = false;
8+ // config.puppeteer.executablePath = 'C:\\Users\\Admin\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe';
9+ // config.puppeteer.headless = false;
910 config . puppeteer . args = [ '--no-sandbox' , '--disable-setuid-sandbox' ] ;
1011
1112 const urls = [
1213 'https://oload.win/embed/3fz9J5E1aMg' ,
13- 'http://streamcloud.eu/dx008gqtcsdw/jumanji.SD-spectre.mkv.html' ,
14+ // 'http://streamcloud.eu/dx008gqtcsdw/jumanji.SD-spectre.mkv.html', // test not working
1415 'https://vidzi.tv/8yrmh5ooflp6.html' ,
1516 'https://vidstreaming.io/streaming.php?id=MzkzNTA=&title=Sword+Art+Online+Episode+6' ,
1617 'https://streamango.com/embed/klkflffksmotebqk/YuGiOhArcVEpisode123-rh-343_mp4' ,
@@ -19,7 +20,7 @@ const { config, scrappers, classes: { SourceInfo, HosterInfo } } = require('../d
1920
2021 'https://ww3.gogoanime.io/death-note-episode-19' ,
2122 'https://www.masterani.me/anime/watch/2809-b-the-beginning/7' ,
22- 'http://kissanime.ru/Anime/Yu-Gi-Oh-Arc-V-Dub/Episode-123?id=142754&s=default'
23+ // 'http://kissanime.ru/Anime/Yu-Gi-Oh-Arc-V-Dub/Episode-123?id=142754&s=default' // test not working
2324 ] ;
2425
2526 let allSuccess = true ;
@@ -47,4 +48,5 @@ const { config, scrappers, classes: { SourceInfo, HosterInfo } } = require('../d
4748 if ( ! allSuccess )
4849 process . exit ( 1 ) ;
4950 process . exit ( 0 ) ;
51+
5052} ) ( ) ;
0 commit comments