Upload 2 files
Browse files- ytdlp/bae.sh +1 -1
- ytdlp/fauna.sh +1 -1
ytdlp/bae.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
yt-dlp --cookies /app/cookies.txt -c -o "/app/yta/bae/%(release_date,upload_date)s (%(id)s)/[%(release_date,upload_date)s] %(title)s [%(channel)s] (%(id)s)" --wait-for-video 15 --live-from-start --embed-metadata --embed-thumbnail --merge-output-format mp4 --write-info-json --clean-infojson --write-comments --write-subs --sub-lang live_chat --sub-format json --write-thumbnail --convert-thumbnails jpg --write-description --exec "after_video:/app/exec/bae.sh" https://www.youtube.com/channel/UCgmPnx-EEeOrZSg5Tiw7ZRQ/live
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
yt-dlp --cookies /app/cookies.txt -N 20 -c -o "/app/yta/bae/%(release_date,upload_date)s (%(id)s)/[%(release_date,upload_date)s] %(title)s [%(channel)s] (%(id)s)" --wait-for-video 15 --live-from-start --embed-metadata --embed-thumbnail --merge-output-format mp4 --write-info-json --clean-infojson --write-comments --write-subs --sub-lang live_chat --sub-format json --write-thumbnail --convert-thumbnails jpg --write-description --exec "after_video:/app/exec/bae.sh" https://www.youtube.com/channel/UCgmPnx-EEeOrZSg5Tiw7ZRQ/live
|
ytdlp/fauna.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
yt-dlp --cookies /app/cookies.txt -c -o "/app/yta/fauna/%(release_date,upload_date)s (%(id)s)/[%(release_date,upload_date)s] %(title)s [%(channel)s] (%(id)s)" --wait-for-video 15 --live-from-start --embed-metadata --embed-thumbnail --merge-output-format mp4 --write-info-json --clean-infojson --write-comments --write-subs --sub-lang live_chat --sub-format json --write-thumbnail --convert-thumbnails jpg --write-description --exec "after_video:/app/exec/fauna.sh" https://www.youtube.com/channel/UCO_aKKYxn4tvrqPjcTzZ6EQ/live
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
yt-dlp --cookies /app/cookies.txt -N 20 -c -o "/app/yta/fauna/%(release_date,upload_date)s (%(id)s)/[%(release_date,upload_date)s] %(title)s [%(channel)s] (%(id)s)" --wait-for-video 15 --live-from-start --embed-metadata --embed-thumbnail --merge-output-format mp4 --write-info-json --clean-infojson --write-comments --write-subs --sub-lang live_chat --sub-format json --write-thumbnail --convert-thumbnails jpg --write-description --exec "after_video:/app/exec/fauna.sh" https://www.youtube.com/channel/UCO_aKKYxn4tvrqPjcTzZ6EQ/live
|