Skip to content

Commit

Permalink
REALLY fix the Watch on Mobile Devices Scripts - Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrenchGhosty committed Jun 13, 2020
1 parent f9f9777 commit db94034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -6,4 +6,4 @@
#
#

youtube-dl --format "(bestvideo[vcodec=avc1][height=1080][fps>30]/bestvideo[vcodec=avc1][height=1080]/bestvideo[vcodec=avc1][height=720][fps>30]/bestvideo[vcodec=avc1][height=720]/bestvideo)+(140/bestaudio)/best" --verbose --force-ipv4 --sleep-interval 5 --max-sleep-interval 30 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --all-subs --sub-format "srt" --embed-subs --output "%(uploader)s - %(upload_date)s - %(title)s [%(id)s].%(ext)s" --merge-output-format "mkv" --batch-file "Source - Watch on Mobile Devices.txt"
youtube-dl --format "(bestvideo[vcodec=avc1][height=1080][fps>30]/bestvideo[vcodec=avc1][height=1080]/bestvideo[vcodec=avc1][height=720][fps>30]/bestvideo[vcodec=avc1][height=720]/bestvideo[vcodec=avc1])+(140/bestaudio)/best" --verbose --force-ipv4 --sleep-interval 5 --max-sleep-interval 30 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --all-subs --sub-format "srt" --embed-subs --output "%(uploader)s - %(upload_date)s - %(title)s [%(id)s].%(ext)s" --merge-output-format "mkv" --batch-file "Source - Watch on Mobile Devices.txt"
Expand Up @@ -6,4 +6,4 @@
#
#

youtube-dl --format "(bestvideo[vcodec=avc1][height=1080][fps>30]/bestvideo[vcodec=avc1][height=1080]/bestvideo[vcodec=avc1][height=720][fps>30]/bestvideo[vcodec=avc1][height=720]/bestvideo)+(140/bestaudio)/best" --verbose --force-ipv4 --sleep-interval 5 --max-sleep-interval 30 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --all-subs --sub-format "srt" --embed-subs --output "%(uploader)s - %(upload_date)s - %(title)s [%(id)s].%(ext)s" --merge-output-format "mkv" --batch-file "Source - Watch on Mobile Devices.txt"
youtube-dl --format "(bestvideo[vcodec=avc1][height=1080][fps>30]/bestvideo[vcodec=avc1][height=1080]/bestvideo[vcodec=avc1][height=720][fps>30]/bestvideo[vcodec=avc1][height=720]/bestvideo[vcodec=avc1])+(140/bestaudio)/best" --verbose --force-ipv4 --sleep-interval 5 --max-sleep-interval 30 --ignore-errors --no-continue --no-overwrites --download-archive archive.log --add-metadata --all-subs --sub-format "srt" --embed-subs --output "%(uploader)s - %(upload_date)s - %(title)s [%(id)s].%(ext)s" --merge-output-format "mkv" --batch-file "Source - Watch on Mobile Devices.txt"

0 comments on commit db94034

Please sign in to comment.