mirror of
https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection.git
synced 2024-11-17 08:23:14 +01:00
Add Audio Only scripts for Windows
This commit is contained in:
parent
d5360befd8
commit
071503a8a5
9
Windows/Audio Only Script/Channels/Channels.ps1
Executable file
9
Windows/Audio Only Script/Channels/Channels.ps1
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#
|
||||||
|
#
|
||||||
|
# TheFrenchGhostys YouTube-DL Archivist Scripts: The ultimate collection of scripts for YouTube-DL
|
||||||
|
# https://github.com/TheFrenchGhosty/TheFrenchGhostys-YouTube-DL-Archivist-Scripts
|
||||||
|
# https://github.com/TheFrenchGhosty
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
|
youtube-dl --format "(bestaudio[acodec=opus]/bestaudio)/best" --verbose --force-ipv4 --sleep-interval 5 --max-sleep-interval 30 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --write-description --write-info-json --write-annotations --write-thumbnail --embed-thumbnail --extract-audio --output "%(uploader)s/%(uploader)s - %(upload_date)s - %(title)s/%(uploader)s - %(upload_date)s - %(title)s [%(id)s].%(ext)s" --batch-file "Source - Channels.txt"
|
9
Windows/Audio Only Script/Listen/Listen.ps1
Executable file
9
Windows/Audio Only Script/Listen/Listen.ps1
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#
|
||||||
|
#
|
||||||
|
# TheFrenchGhostys YouTube-DL Archivist Scripts: The ultimate collection of scripts for YouTube-DL
|
||||||
|
# https://github.com/TheFrenchGhosty/TheFrenchGhostys-YouTube-DL-Archivist-Scripts
|
||||||
|
# https://github.com/TheFrenchGhosty
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
|
youtube-dl --format "(bestaudio[acodec=opus]/bestaudio)/best" --verbose --force-ipv4 --sleep-interval 5 --max-sleep-interval 30 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --extract-audio --output "%(uploader)s - %(upload_date)s - %(title)s [%(id)s].%(ext)s" --merge-output-format "mkv" --batch-file "Source - Listen.txt"
|
9
Windows/Audio Only Script/Playlists/Playlists.ps1
Executable file
9
Windows/Audio Only Script/Playlists/Playlists.ps1
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#
|
||||||
|
#
|
||||||
|
# TheFrenchGhostys YouTube-DL Archivist Scripts: The ultimate collection of scripts for YouTube-DL
|
||||||
|
# https://github.com/TheFrenchGhosty/TheFrenchGhostys-YouTube-DL-Archivist-Scripts
|
||||||
|
# https://github.com/TheFrenchGhosty
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
|
youtube-dl --format "(bestaudio[acodec=opus]/bestaudio)/best" --verbose --force-ipv4 --sleep-interval 5 --max-sleep-interval 30 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --write-description --write-info-json --write-annotations --write-thumbnail --embed-thumbnail --extract-audio --output "%(playlist)s - (%(uploader)s)/%(upload_date)s - %(title)s/%(upload_date)s - %(title)s [%(id)s].%(ext)s" --merge-output-format "mkv" --batch-file "Source - Playlists.txt"
|
9
Windows/Audio Only Script/Unique/Unique.ps1
Executable file
9
Windows/Audio Only Script/Unique/Unique.ps1
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#
|
||||||
|
#
|
||||||
|
# TheFrenchGhostys YouTube-DL Archivist Scripts: The ultimate collection of scripts for YouTube-DL
|
||||||
|
# https://github.com/TheFrenchGhosty/TheFrenchGhostys-YouTube-DL-Archivist-Scripts
|
||||||
|
# https://github.com/TheFrenchGhosty
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
|
youtube-dl --format "(bestaudio[acodec=opus]/bestaudio)/best" --verbose --force-ipv4 --sleep-interval 5 --max-sleep-interval 30 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --write-description --write-info-json --write-annotations --write-thumbnail --embed-thumbnail --extract-audio --output "%(title)s - %(uploader)s - %(upload_date)s/%(title)s - %(uploader)s - %(upload_date)s [%(id)s].%(ext)s" --merge-output-format "mkv" --batch-file "Source - Unique.txt"
|
Loading…
Reference in New Issue
Block a user