4 lines
66 B
Bash
4 lines
66 B
Bash
#!/bin/bash
|
|
|
|
yt-dlp -f "bestvideo[height<=360]+bestaudio/best" $1
|
#!/bin/bash
|
|
|
|
yt-dlp -f "bestvideo[height<=360]+bestaudio/best" $1
|