6 lines
162 B
Bash
Executable File
6 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
|
|
yt-dlp --skip-download --write-description $1
|
|
|
|
# this will make a new file called (title of the vid) and inside will be the description with new lines
|