mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-11 21:59:29 +00:00
Initial Commit
This commit is contained in:
parent
f18da1cc25
commit
a5bc6b13c5
96 changed files with 6936 additions and 0 deletions
7
config/scripts/youtube-watcher.sh
Executable file
7
config/scripts/youtube-watcher.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Enter your URL: "
|
||||
|
||||
read url
|
||||
|
||||
mpv --ytdl-raw-options=format="best[height<=720]" $url
|
||||
Loading…
Add table
Add a link
Reference in a new issue