linux-download
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux-download [2022/10/12 09:12] – glebelg | linux-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 | ||
- | ==Download from youtube== | + | ====Download from youtube==== |
python yt-dlp -x --split-chapters https://... | python yt-dlp -x --split-chapters https://... | ||
Line 22: | Line 22: | ||
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://... | ||
| | ||
- | == Autres | + | ==== Others ==== |
linux-download.1665565920.txt.gz · Last modified: 2022/10/12 09:12 by glebelg