Size: 176
Comment:
|
← Revision 5 as of 2020-12-14 18:53:57 ⇥
Size: 392
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from youtube-dl | |
Line 3: | Line 4: |
* curl -L https://yt-dl.org/downloads/latest/youtube-dl -o ~/scripts/youtube-dl * chmod 755 ~/scripts/youtube-dl |
{{{#!highlight bash curl -L https://yt-dl.org/downloads/latest/youtube-dl -o ~/scripts/youtube-dl chmod 755 ~/scripts/youtube-dl youtube-dl -F https://www.youtube.com/watch?v=aaaa # 249 webm audio only tiny 63k , youtube-dl -f 249 https://www.youtube.com/watch?v=aaaa }}} |