mirror of
https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection
synced 2024-11-10 06:24:14 +00:00
Scripts Added
This commit is contained in:
parent
66c08bdae2
commit
fb04f2fad8
10 changed files with 10 additions and 0 deletions
2
Active Scripts/Channels/Channels.sh
Executable file
2
Active Scripts/Channels/Channels.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
youtube-dl --format "bestvideo+bestaudio" --verbose --force-ipv4 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --write-description --write-info-json --write-annotations --write-thumbnail --embed-thumbnail --all-subs --sub-format "srt" --embed-subs --output "%(uploader)s/%(uploader)s - %(upload_date)s - %(title)s/%(uploader)s - %(upload_date)s - %(title)s.%(ext)s" --merge-output-format "mkv" --dateafter 20190101 --batch-file "Source - Channels.txt"
|
0
Active Scripts/Channels/Source - Channels.txt
Normal file
0
Active Scripts/Channels/Source - Channels.txt
Normal file
2
Active Scripts/Playlists/Playlists.sh
Executable file
2
Active Scripts/Playlists/Playlists.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
youtube-dl --format "bestvideo+bestaudio" --verbose --force-ipv4 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --write-description --write-info-json --write-annotations --write-thumbnail --embed-thumbnail --all-subs --sub-format "srt" --embed-subs --output "%(playlist)s (%(uploader)s)/%(upload_date)s - %(title)s/%(upload_date)s - %(title)s.%(ext)s" --merge-output-format "mkv" --dateafter 20190101 --batch-file "Source - Playlists.txt"
|
0
Active Scripts/Playlists/Source - Playlists.txt
Normal file
0
Active Scripts/Playlists/Source - Playlists.txt
Normal file
0
Active Scripts/Videos/Source - Videos.txt
Normal file
0
Active Scripts/Videos/Source - Videos.txt
Normal file
2
Active Scripts/Videos/Videos.sh
Executable file
2
Active Scripts/Videos/Videos.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
youtube-dl --format "bestvideo+bestaudio" --verbose --force-ipv4 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --write-description --write-info-json --write-annotations --write-thumbnail --embed-thumbnail --all-subs --sub-format "srt" --embed-subs --output "%(title)s - %(uploader)s - %(upload_date)s/%(title)s - %(uploader)s - %(upload_date)s.%(ext)s" --merge-output-format "mkv" --batch-file "Source - Videos"
|
2
Archive Scripts/Channels/Channels.sh
Executable file
2
Archive Scripts/Channels/Channels.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
youtube-dl --format "bestvideo+bestaudio" --verbose --force-ipv4 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --write-description --write-info-json --write-annotations --write-thumbnail --embed-thumbnail --all-subs --sub-format "srt" --embed-subs --output "%(uploader)s/%(uploader)s - %(upload_date)s - %(title)s/%(uploader)s - %(upload_date)s - %(title)s.%(ext)s" --merge-output-format "mkv" --datebefore 20181231 --batch-file "Source - Channels.txt"
|
0
Archive Scripts/Channels/Source - Channels.txt
Normal file
0
Archive Scripts/Channels/Source - Channels.txt
Normal file
2
Archive Scripts/Playlists/Playlists.sh
Executable file
2
Archive Scripts/Playlists/Playlists.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
youtube-dl --format "bestvideo+bestaudio" --verbose --force-ipv4 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --write-description --write-info-json --write-annotations --write-thumbnail --embed-thumbnail --all-subs --sub-format "srt" --embed-subs --output "%(playlist)s (%(uploader)s)/%(upload_date)s - %(title)s/%(upload_date)s - %(title)s.%(ext)s" --merge-output-format "mkv" --datebefore 20181231 --batch-file "Source - Playlists.txt"
|
0
Archive Scripts/Playlists/Source - Playlists.txt
Normal file
0
Archive Scripts/Playlists/Source - Playlists.txt
Normal file
Loading…
Reference in a new issue