RE: Keyboard Kat

You are viewing a single comment's thread from:

Keyboard Kat

in videos •  4 years ago  (edited)

Coding challenge for anyone interested. Python script downloads youtube videos on IPad OS.

Code: https://gist.github.com/nneonneo/f6b2d659ba76542e7d27e13598a6859c

I changed the
ydl_opts = {'outtmpl': os.path.join(outdir, '%(title)s.%(ext)s'), 'format': 'bestaudio/best', 'postprocessors': [{
'key': 'FFmpegExtractAudio',
'preferredcodec': 'webm',
'preferredquality': '192'
}]}

The operating system won't allow me to download just the audio because IPad doesn't come with a ffmeg

image.png

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!