New Setup 📦
This commit is contained in:
parent
d16174b447
commit
415dbd08a1
10194 changed files with 1368647 additions and 4 deletions
6
home/.local/bin/scripts/ytlist
Executable file
6
home/.local/bin/scripts/ytlist
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
printf "Enter url : "
|
||||
read url
|
||||
|
||||
yt-dlp -f 'bv*[height=1080][ext=mp4]+ba*[ext=m4a]/best[ext=mp4]/best' --download-archive videos.txt $url -o '%(channel_id)s/%(playlist_id)s/%(title)s.%(ext)s'
|
Loading…
Add table
Add a link
Reference in a new issue