mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 03:19:28 +00:00
7 lines
103 B
Bash
Executable file
7 lines
103 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Enter your URL: "
|
|
|
|
read url
|
|
|
|
mpv --ytdl-raw-options=format="best[height<=720]" $url
|