mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-04 19:25:27 +00:00
Testing Travis CI
This commit is contained in:
parent
1c200fb00f
commit
f4ff44b885
|
@ -238,6 +238,7 @@ class Ripper:
|
||||||
'logger': MyLogger(),
|
'logger': MyLogger(),
|
||||||
'progress_hooks': [my_hook],
|
'progress_hooks': [my_hook],
|
||||||
'output': "tmp_file",
|
'output': "tmp_file",
|
||||||
|
'prefer-ffmpeg': True,
|
||||||
}
|
}
|
||||||
|
|
||||||
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
|
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
|
||||||
|
|
Loading…
Reference in a new issue