Testing Travis CI

This commit is contained in:
Kepoor Hampond 2017-03-08 21:10:00 -08:00
parent 1c200fb00f
commit f4ff44b885

View file

@ -238,6 +238,7 @@ class Ripper:
'logger': MyLogger(),
'progress_hooks': [my_hook],
'output': "tmp_file",
'prefer-ffmpeg': True,
}
with youtube_dl.YoutubeDL(ydl_opts) as ydl: