I want to use the twitch-dl
package from PyPi. After installing it, the idea is to basically run it on the terminal like this:
twitch-dl download <twitch-vod-url>
And it works well when running on the terminal but my goal is to run this command inside my Python script:
os.system('twitch-dl download <twitch-vod-url>`')
All I get is 256
as my output when I run this code. It does not download anything.
You should try this