TO GET YOUTUBE DOWNLOADER FOR UNIX LOOK HERE >>> http://gestyy.com/w8m6TZ <<< YOUTUBE DOWNLOADER FOR UNIX FULL FREE HERE YO BECOME SOME RECOMMANDED COMMANDS AND OPTIONS TO USE youtube-dl IN TERMINAL (UNIX/LINUX) EXECUTE IN TERMINAL TO UPGRADE youtube-dl +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ sudo pip install --upgrade youtube-dl ########################################################################### ----------------------------------------------------------------------------------- folder: ~/youtube-down-from-list$ ########################################################################### ----------------------------------------------------------------------------------- DOWNLAOD VIDEOS - SINGLE CLIP CONVERT TO AVI - MINIMAL SETTING +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ youtube-dl --geo-bypass-country AT --no-playlist --rm-cache-dir --recode-video avi -v https://www ########################################################################### ----------------------------------------------------------------------------------- SINGLE SONG DOWNLOAD TO MP3 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ youtube-dl --geo-bypass-country AT --no-playlist --rm-cache-dir --extract-audio --audio-format mp3 --audio-quality 0 https://www ########################################################################### ----------------------------------------------------------------------------------- MAXIMAL OPTIONS TO DOWNLOAD A SINGLE SONG - with DOWNLOADLIST as .txt +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 ########################################################################### ----------------------------------------------------------------------------------- BEST OPTIONS TO DOWNLOAD FILES INSERT IN DOWNLOADLIST in .txt +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 ########################################################################### ----------------------------------------------------------------------------------- MY OWN SECTION COMPLETE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ youtube-dl --force-generic-extractor --ignore-config --force-ipv4 --geo-bypass --playlist-start 1 --playlist-end 100 --playlist-items ITEM_SPEC --max-downloads 100 --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 --no-check-certificate --extract-audio --audio-format mp3 --audio-quality 0 https://www ########################################################################### ----------------------------------------------------------------------------------- MY OWN SECTION PLAYLIST +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 ########################################################################### ----------------------------------------------------------------------------------- DOWNLOAD MORE THEN ONE PLAYLIST - BEST OPTIONS - random +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 ########################################################################### ----------------------------------------------------------------------------------- DOWNLOAD MORE THEN ONE PLAYLIST - BEST OPTIONS - sequential +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 ########################################################################### ----------------------------------------------------------------------------------- DOWNLOAD - PLAYLIST MINIMAL OPTIONS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ youtube-dl --yes-playlist --no-overwrites --verbose --extract-audio --audio-format mp3 --audio-quality 0 https://www ########################################################################### ----------------------------------------------------------------------------------- DOWNLOAD & CONVERT MP3 - SINGLE SONG FROM .txt-LIST +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 ########################################################################### ----------------------------------------------------------------------------------- CAN BE GOOD OPTIONS??? +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 ########################################################################### ----------------------------------------------------------------------------------- TEST NEW / BEST OPTIONS? +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ youtube-dl -x --audio-format mp3 https://www youtube-dl -x --audio-format mp3 --yes-playlist --playlist-start "1" --playlist-end "100" https://www youtube-dl -x --audio-format mp3 --yes-playlist --playlist-start "1" --playlist-end "100" https://www youtube-dl -x --audio-format mp3 --playlist-start "1" --playlist-end "100" https://www youtube-dl for --yes-playlist in do done https://www ########################################################################### ----------------------------------------------------------------------------------- BEST OPTIONS TO DOWNLOAD PLAYLISTs INSERT IN DOWNLOADLIST in .txt +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 ########################################################################### ----------------------------------------------------------------------------------- BESTBESTBEST BETTER OPTIONS TO DOWNLOAD PLAYLISTs INSERT IN DOWNLOADLIST in .txt +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 ************************ 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 ########################################################################### ----------------------------------------------------------------------------------- HEADER - DISCRIPTION from EXAMPLE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ youtube-dl ... ########################################################################### ----------------------------------------------------------------------------------- DOWNLOAD TRACKS WITH BATCH -ONE TRACK PER LINK 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 ################################################ FUNCTION OK TO BE EXECUTE 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://