Keyboard Kat
4 years ago by devops-journey (53)
$0.22
- Past Payouts $0.22
- - Author $0.12
- - Curators $0.10
135 votes
- + celinavisaez: $0.011 (100%)
- + zelenicic: $0.010 (100%)
- + obsesija: $0.006 (100%)
- + see5staar: $0.006 (100%)
- + vonhandfotografy: $0.006 (100%)
- + kadoka: $0.005 (100%)
- + preshey: $0.005 (100%)
- + beavishoek: $0.005 (100%)
- + nirgf: $0.004 (100%)
- + throwbackthurs: $0.004 (100%)
- + nicnicy: $0.004 (100%)
- + lil-mich: $0.004 (100%)
- + supernovastaffy: $0.004 (100%)
- + gagago: $0.004 (100%)
- + gangze: $0.003 (100%)
- + chalacuna: $0.003 (100%)
- + austenballard: $0.003 (100%)
- + theinsideout: $0.003 (100%)
- + nikkispins: $0.003 (100%)
- + uncommondream: $0.003 (100%)
- … and 115 more
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit