User Tools

Site Tools


linux-download

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux-download [2022/10/12 09:10] glebelglinux-download [2022/10/12 09:12] (current) glebelg
Line 1: Line 1:
-==Download == +====Download ==== 
   wget -c http://...   wget -c http://...
  
Line 5: Line 5:
 -c : reprend téléchargement interrompu -c : reprend téléchargement interrompu
  
-==How to download a list of URLs using more than one process (say wget) at the time?==+====How to download a list of URLs using more than one process (say wget) at the time?====
  
 First, create a file with URLs – one URL per line. Let’s call the file url.txt.  First, create a file with URLs – one URL per line. Let’s call the file url.txt. 
Line 16: Line 16:
 -P 10 will create 10 parallel processes -P 10 will create 10 parallel processes
  
-==Donwload from youtube==+====Download from youtube====
  
   python yt-dlp -x --split-chapters https://...   python yt-dlp -x --split-chapters https://...
  
   youtube-dl -ciw --playlist-items 60-515 --extract-audio --audio-format mp3 --restrict-filenames https://...   youtube-dl -ciw --playlist-items 60-515 --extract-audio --audio-format mp3 --restrict-filenames https://...
 +  
 +==== Others ====
  
  
  
  
linux-download.1665565834.txt.gz · Last modified: 2022/10/12 09:10 by glebelg