Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
fix(test): youtube service webp images instead of jpg and youtube-dl …
Browse files Browse the repository at this point in the history
…doesn't have a switch
  • Loading branch information
BarryCarlyon committed Sep 7, 2020
1 parent c9670e3 commit 645964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var video4 = 'https://www.youtube.com/watch?v=yy7EUIR0fic'
var video5 = 'https://www.youtube.com/watch?v=LDDy4m_TiVk'
var video6 = 'http://www.youtube.com/watch?v=NOaxV9N108g'
var subtitleFile = '1 1 1-179MiZSibco.en.vtt'
var thumbnailFile = 'Too Many Twists (Heist Night 5_5)-yy7EUIR0fic.jpg'
var thumbnailFile = 'Too Many Twists (Heist Night 5_5)-yy7EUIR0fic.webp'

vows
.describe('download')
Expand Down

0 comments on commit 645964f

Please sign in to comment.