6 lines
180 B
Bash
6 lines
180 B
Bash
#!/bin/bash
|
|
yt-dlp --cookies-from-browser firefox --write-subs URL -o "Dimention_20-S09E01.%(ext)s"
|
|
|
|
|
|
## Modify TOPIC with your ntfy topic.
|
|
curl -d "Video Downloaded" ntfy.sh/TOPIC |