Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Commit f5f106a

Browse files
committed
fixed tests
1 parent f42d6d3 commit f5f106a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
const { config, scrappers, classes: { SourceInfo, HosterInfo } } = require('../dist/index.js');
1+
const { config, scrappers, SourceInfo, HosterInfo } = require('../dist/index.js');
22

33
(async () => {
44

55
config.showError = true;
66

7-
config.puppeteer.headless = true;
7+
config.puppeteer.headless = false;
88
// config.puppeteer.executablePath = 'C:\\Users\\Admin\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe';
99
// config.puppeteer.headless = false;
1010
config.puppeteer.args = ['--no-sandbox', '--disable-setuid-sandbox'];
@@ -17,7 +17,7 @@ const { config, scrappers, classes: { SourceInfo, HosterInfo } } = require('../d
1717
'https://streamango.com/embed/klkflffksmotebqk/YuGiOhArcVEpisode123-rh-343_mp4',
1818
'https://rapidvideo.com/e/FO24ULAW2H',
1919
'https://stream.moe/embed2/902293eb0f33cd5b',
20-
'https://mp4upload.com/embed-0354jdnelp86.html',
20+
'https://mp4upload.com/embed-w9hlxws8w3b6.html',
2121

2222
'https://www3.gogoanime.se/death-note-episode-19',
2323
'https://www.masterani.me/anime/watch/2809-b-the-beginning/7',

0 commit comments

Comments
 (0)