Advertisement
Guest User

gropple-yaml-f-up

a guest
Apr 5th, 2022
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. the correct one:
  2.  
  3. 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
  4. [youtube] RRYgc4YIhEs: Downloading webpage
  5. [youtube] Downloading just video RRYgc4YIhEs because of --no-playlist
  6. [info] Writing video description to: Can I Code Minesweeper in One Hour-RRYgc4YIhEs.description
  7. [download] Destination: Can I Code Minesweeper in One Hour-RRYgc4YIhEs.mp4
  8. [download] 0.0% of 176.21MiB at Unknown speed ETA Unknown ETA
  9. [download] 0.0% of 176.21MiB at 1.15MiB/s ETA 02:32
  10. [download] 0.0% of 176.21MiB at 265.41KiB/s ETA 11:19
  11. .....
  12.  
  13. The single quote one:
  14.  
  15. 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
  16. [youtube] RRYgc4YIhEs: Downloading webpage
  17. [youtube] Downloading just video RRYgc4YIhEs because of --no-playlist
  18. [info] Writing video description to: 'Can I Code Minesweeper in One Hour-RRYgc4YIhEs.mp4'.description
  19. [download] Destination: 'Can I Code Minesweeper in One Hour-RRYgc4YIhEs.mp4'
  20. [download] 0.0% of 176.21MiB at 67.20KiB/s ETA 44:44
  21. [download] 0.0% of 176.21MiB at 189.00KiB/s ETA 15:54
  22. [download] 0.0% of 176.21MiB at 328.19KiB/s ETA 09:09
  23. ....
  24.  
  25.  
  26. And the excaped qouble quoted one:
  27.  
  28. 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
  29. [youtube] RRYgc4YIhEs: Downloading webpage
  30. [youtube] Downloading just video RRYgc4YIhEs because of --no-playlist
  31. [info] Writing video description to: #Can I Code Minesweeper in One Hour-RRYgc4YIhEs.mp4#.description
  32. [download] Destination: #Can I Code Minesweeper in One Hour-RRYgc4YIhEs.mp4#
  33. [download] 0.0% of 176.21MiB at Unknown speed ETA Unknown ETA
  34. [download] 0.0% of 176.21MiB at 600.36KiB/s ETA 05:00
  35. [download] 0.0% of 176.21MiB at 299.94KiB/s ETA 10:01
  36. [download] 0.0% of 176.21MiB at 100.45KiB/s ETA 29:56
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement