linux:tools:downloader
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:tools:downloader [2022/04/11 09:47] – created ms | linux:tools:downloader [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 26: | Line 26: | ||
z.B.: https:// | z.B.: https:// | ||
< | < | ||
- | youtube-dl -cit < | + | youtube-dl --continue --ignore-errors |
+ | youtube-dl -ci < | ||
+ | youtube-dl -ci < | ||
</ | </ | ||
Line 38: | Line 40: | ||
< | < | ||
youtube-dl -j --flat-playlist " | youtube-dl -j --flat-playlist " | ||
+ | </ | ||
+ | |||
+ | ====== yt-dlp ====== | ||
+ | ===== Installation ===== | ||
+ | < | ||
+ | sudo curl -L https:// | ||
+ | sudo chmod a+rx / | ||
+ | </ | ||
+ | < | ||
+ | yt-dlp -f " | ||
+ | |||
+ | cat urls | ||
+ | https:// | ||
+ | https:// | ||
+ | ... | ||
+ | |||
+ | for i in `cat urls` | ||
+ | do | ||
+ | yt-dlp -f " | ||
+ | done | ||
</ | </ |
linux/tools/downloader.1649663275.txt.gz · Last modified: 2023/01/11 20:30 (external edit)