diff --git a/yt-dlp/download_10play.sh b/yt-dlp/10play_download.sh similarity index 69% rename from yt-dlp/download_10play.sh rename to yt-dlp/10play_download.sh index 9094fbb..5871bd4 100644 --- a/yt-dlp/download_10play.sh +++ b/yt-dlp/10play_download.sh @@ -1 +1,4 @@ -yt-dlp --username USERNAME --password "PASSWORD" --convert-subtitles srt --write-subs https://10play.com.au/bondi-rescue/episodes/season-17/episode-2/tpv230419uqamb -o "Bondi-Rescue-S017E02.%(ext)s" \ No newline at end of file +yt-dlp --username USERNAME --password "PASSWORD" --convert-subtitles srt --write-subs https://10play.com.au/bondi-rescue/episodes/season-17/episode-2/tpv230419uqamb -o "Bondi-Rescue-S017E02.%(ext)s" + +## Modify TOPIC with your ntfy topic. +curl -d "Video Downloaded" ntfy.sh/TOPIC \ No newline at end of file