Fixed twitch downloading by using TiwtchDownloader's CLI

Removed unecessary settings

Created dedicated folder for docker utils
This commit is contained in:
Tzahi12345
2023-04-20 21:11:48 -04:00
parent 770916492e
commit edd4a0928c
10 changed files with 78 additions and 47 deletions

View File

@@ -508,7 +508,7 @@ describe('Downloader', function() {
});
describe('Twitch', async function () {
const twitch_api = require('../twitch');
const example_vod = '1493770675';
const example_vod = '1710641401';
it('Download VOD', async function() {
const sample_path = path.join('test', 'sample.twitch_chat.json');
if (fs.existsSync(sample_path)) fs.unlinkSync(sample_path);