youtube-dl terminal commands and options


SUBMITTED BY: benk2x

DATE: Feb. 28, 2020, 8:48 p.m.

UPDATED: Feb. 28, 2020, 8:51 p.m.

FORMAT: Text only

SIZE: 10.3 kB

HITS: 1046

  1. TO GET YOUTUBE DOWNLOADER FOR UNIX LOOK HERE >>> http://gestyy.com/w8m6TZ <<< YOUTUBE DOWNLOADER FOR UNIX FULL FREE
  2. HERE YO BECOME SOME RECOMMANDED COMMANDS AND OPTIONS TO USE youtube-dl IN TERMINAL (UNIX/LINUX)
  3. EXECUTE IN TERMINAL TO UPGRADE youtube-dl
  4. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  5. sudo pip install --upgrade youtube-dl
  6. ###########################################################################
  7. -----------------------------------------------------------------------------------
  8. folder: ~/youtube-down-from-list$
  9. ###########################################################################
  10. -----------------------------------------------------------------------------------
  11. DOWNLAOD VIDEOS - SINGLE CLIP CONVERT TO AVI - MINIMAL SETTING
  12. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  13. youtube-dl --geo-bypass-country AT --no-playlist --rm-cache-dir --recode-video avi -v https://www
  14. ###########################################################################
  15. -----------------------------------------------------------------------------------
  16. SINGLE SONG DOWNLOAD TO MP3
  17. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  18. youtube-dl --geo-bypass-country AT --no-playlist --rm-cache-dir --extract-audio --audio-format mp3 --audio-quality 0 https://www
  19. ###########################################################################
  20. -----------------------------------------------------------------------------------
  21. MAXIMAL OPTIONS TO DOWNLOAD A SINGLE SONG - with DOWNLOADLIST as .txt
  22. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  23. youtube-dl --force-generic-extractor --force-ipv4 --geo-bypass --skip-unavailable-fragments --buffer-size 32K --no-overwrites --no-part --no-cache-dir --no-warnings --newline --verbose --no-call-home --no-check-certificate --extract-audio --audio-format mp3 --audio-quality 0 --batch-file /home/herta/Schreibtisch/youtube-dl-list
  24. ###########################################################################
  25. -----------------------------------------------------------------------------------
  26. BEST OPTIONS TO DOWNLOAD FILES INSERT IN DOWNLOADLIST in .txt
  27. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  28. youtube-dl -x --audio-format mp3 --audio-quality 0 --geo-bypass --skip-unavailable-fragments --buffer-size 32K --no-overwrites --no-part --rm-cache-dir --no-warnings --verbose --batch-file /home/ben/Musik/YOUTUBE/youtube-dl-list https://www
  29. ###########################################################################
  30. -----------------------------------------------------------------------------------
  31. MY OWN SECTION COMPLETE
  32. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  33. youtube-dl --force-generic-extractor --ignore-config --force-ipv4 --geo-bypass --playlist-start 1 --playlist-end 100 --playlist-items ITEM_SPEC --max-downloads 100
  34. --yes-playlist --skip-unavailable-fragments --buffer-size 32K --batch-file FILE --no-overwrites --no-part --no-cache-dir --no-warnings --newline --verbose --no-call-home
  35. --no-check-certificate --extract-audio --audio-format mp3 --audio-quality 0 https://www
  36. ###########################################################################
  37. -----------------------------------------------------------------------------------
  38. MY OWN SECTION PLAYLIST
  39. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  40. youtube-dl --force-generic-extractor --ignore-config --force-ipv4 --geo-bypass --playlist-start 1 --playlist-end 100 --max-downloads 120 --yes-playlist --skip-unavailable-fragments --buffer-size 32K --no-overwrites --no-part --no-cache-dir --no-warnings --newline --verbose --no-call-home --no-check-certificate --extract-audio --audio-format mp3 --audio-quality 0 https://www
  41. ###########################################################################
  42. -----------------------------------------------------------------------------------
  43. DOWNLOAD MORE THEN ONE PLAYLIST - BEST OPTIONS - random
  44. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  45. youtube-dl --force-generic-extractor --ignore-config --force-ipv4 --geo-bypass --max-downloads 500 --yes-playlist --skip-unavailable-fragments --buffer-size 32K --no-overwrites --no-cache-dir --no-warnings --newline --verbose --no-call-home --extract-audio --audio-format mp3 --audio-quality 0 --youtube-skip-dash-manifest --playlist-random --playlist-reverse https://www
  46. ###########################################################################
  47. -----------------------------------------------------------------------------------
  48. DOWNLOAD MORE THEN ONE PLAYLIST - BEST OPTIONS - sequential
  49. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  50. youtube-dl --force-generic-extractor --ignore-config --force-ipv4 --geo-bypass --max-downloads 500 --yes-playlist --skip-unavailable-fragments --buffer-size 32K --no-overwrites --no-cache-dir --no-warnings --newline --verbose --no-call-home --extract-audio --audio-format mp3 --audio-quality 0 --youtube-skip-dash-manifest --playlist-reverse https://www
  51. ###########################################################################
  52. -----------------------------------------------------------------------------------
  53. DOWNLOAD - PLAYLIST MINIMAL OPTIONS
  54. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  55. youtube-dl --yes-playlist --no-overwrites --verbose --extract-audio --audio-format mp3 --audio-quality 0 https://www
  56. ###########################################################################
  57. -----------------------------------------------------------------------------------
  58. DOWNLOAD & CONVERT MP3 - SINGLE SONG FROM .txt-LIST
  59. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  60. youtube-dl --force-generic-extractor --force-ipv4 --geo-bypass --skip-unavailable-fragments --buffer-size 32K --batch-file /home/herta/Schreibtisch/youtube-dl-list --no-overwrites --no-part --no-cache-dir --no-warnings --newline --verbose --no-call-home --no-check-certificate --extract-audio --audio-format mp3 --audio-quality https://www
  61. ###########################################################################
  62. -----------------------------------------------------------------------------------
  63. CAN BE GOOD OPTIONS???
  64. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  65. youtube-dl -4 --verbose --geo-bypass-country DE --playlist-start 1 --extract-audio --playlist-end 100 --audio-format mp3 --audio-quality 0 -x https://www
  66. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  67. youtube-dl -4 --verbose --geo-bypass-country DE --rm-cache-dir --playlist-start 1 --playlist-end 100 --extract-audio --audio-format mp3 --audio-quality 0 https://www
  68. ###########################################################################
  69. -----------------------------------------------------------------------------------
  70. TEST NEW / BEST OPTIONS?
  71. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  72. youtube-dl -x --audio-format mp3 https://www
  73. youtube-dl -x --audio-format mp3 --yes-playlist --playlist-start "1" --playlist-end "100" https://www
  74. youtube-dl -x --audio-format mp3 --yes-playlist --playlist-start "1" --playlist-end "100" https://www
  75. youtube-dl -x --audio-format mp3 --playlist-start "1" --playlist-end "100" https://www
  76. youtube-dl for --yes-playlist in do done https://www
  77. ###########################################################################
  78. -----------------------------------------------------------------------------------
  79. BEST OPTIONS TO DOWNLOAD PLAYLISTs INSERT IN DOWNLOADLIST in .txt
  80. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  81. youtube-dl -i --force-generic-extractor --force-ipv4 --geo-bypass AT --skip-unavailable-fragments --buffer-size 32K --no-overwrites --no-part --no-cache-dir --no-warnings --newline --verbose --no-call-home --no-check-certificate --extract-audio --audio-format mp3 --audio-quality 0 --max-downloads 500 --yes-playlist --playlist-start "1" --playlist-end "100" --batch-file /home/ben/Musik/youtube-dl-list-playlistS
  82. ###########################################################################
  83. -----------------------------------------------------------------------------------
  84. BESTBESTBEST BETTER OPTIONS TO DOWNLOAD PLAYLISTs INSERT IN DOWNLOADLIST in .txt
  85. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  86. youtube-dl -i --verbose --geo-bypass-country AT --no-playlist --rm-cache-dir --extract-audio --audio-format mp3 --audio-quality 0 --yes-playlist --playlist-start 1 --playlist-end 500 -a /home/ben/Musik/youtube-dl-list-playlistS
  87. ************************
  88. youtube-dl -i --verbose --geo-bypass-country AT --no-playlist --rm-cache-dir --extract-audio --audio-format mp3 --audio-quality 0 --yes-playlist --playlist-start 1 --playlist-end 50 https://www.youtube.com/watch?v=BWIgxYvtI2I&list=RDBWIgxYvtI2I&start_radio=1
  89. ###########################################################################
  90. -----------------------------------------------------------------------------------
  91. HEADER - DISCRIPTION from EXAMPLE
  92. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  93. youtube-dl ...
  94. ###########################################################################
  95. -----------------------------------------------------------------------------------
  96. DOWNLOAD TRACKS WITH BATCH -ONE TRACK PER LINK
  97. youtube-dl -i --force-generic-extractor --force-ipv4 --skip-unavailable-fragments --buffer-size 32K --no-overwrites --no-part --no-cache-dir --no-warnings --newline --verbose --no-call-home --no-check-certificate --extract-audio --audio-format mp3 --audio-quality 0 --no-playlist --batch-file /home/benk2x/Music/youtube-dl-list-playlistS
  98. ################################################
  99. FUNCTION OK TO BE EXECUTE
  100. youtube-dl -i --force-generic-extractor --force-ipv4 --skip-unavailable-fragments --buffer-size 32K --no-overwrites --no-part --no-cache-dir --no-warnings --newline --verbose --no-call-home --no-check-certificate --extract-audio --audio-format mp3 --audio-quality 0 --max-downloads 60 --yes-playlist --playlist-start "1" https://

comments powered by Disqus