Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- the correct one:
- youtube-dl.exe --newline -f best -r 1M -o "%(title)s-%(id)s.%(ext)s" --download-archive gropple-202204.txt --write-description --no-playlist --no-continue https://www.youtube.com/watch?v=RRYgc4YIhEs
- [youtube] RRYgc4YIhEs: Downloading webpage
- [youtube] Downloading just video RRYgc4YIhEs because of --no-playlist
- [info] Writing video description to: Can I Code Minesweeper in One Hour-RRYgc4YIhEs.description
- [download] Destination: Can I Code Minesweeper in One Hour-RRYgc4YIhEs.mp4
- [download] 0.0% of 176.21MiB at Unknown speed ETA Unknown ETA
- [download] 0.0% of 176.21MiB at 1.15MiB/s ETA 02:32
- [download] 0.0% of 176.21MiB at 265.41KiB/s ETA 11:19
- .....
- The single quote one:
- youtube-dl.exe --newline -f best -r 1M -o '%(title)s-%(id)s.%(ext)s' --download-archive gropple-202204.txt --write-description --no-playlist --no-continue https://www.youtube.com/watch?v=RRYgc4YIhEs
- [youtube] RRYgc4YIhEs: Downloading webpage
- [youtube] Downloading just video RRYgc4YIhEs because of --no-playlist
- [info] Writing video description to: 'Can I Code Minesweeper in One Hour-RRYgc4YIhEs.mp4'.description
- [download] Destination: 'Can I Code Minesweeper in One Hour-RRYgc4YIhEs.mp4'
- [download] 0.0% of 176.21MiB at 67.20KiB/s ETA 44:44
- [download] 0.0% of 176.21MiB at 189.00KiB/s ETA 15:54
- [download] 0.0% of 176.21MiB at 328.19KiB/s ETA 09:09
- ....
- And the excaped qouble quoted one:
- youtube-dl.exe --newline -f best -r 1M -o "\"%(title)s-%(id)s.%(ext)s\"" --download-archive gropple-202204.txt --write-description --no-playlist --no-continue https://www.youtube.com/watch?v=RRYgc4YIhEs
- [youtube] RRYgc4YIhEs: Downloading webpage
- [youtube] Downloading just video RRYgc4YIhEs because of --no-playlist
- [info] Writing video description to: #Can I Code Minesweeper in One Hour-RRYgc4YIhEs.mp4#.description
- [download] Destination: #Can I Code Minesweeper in One Hour-RRYgc4YIhEs.mp4#
- [download] 0.0% of 176.21MiB at Unknown speed ETA Unknown ETA
- [download] 0.0% of 176.21MiB at 600.36KiB/s ETA 05:00
- [download] 0.0% of 176.21MiB at 299.94KiB/s ETA 10:01
- [download] 0.0% of 176.21MiB at 100.45KiB/s ETA 29:56
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement