User Tools

Site Tools


yt-dlp

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
yt-dlp [2024/04/21 18:58]
151.106.160.165 old revision restored (2024/04/15 21:01)
yt-dlp [2024/05/07 19:51]
54.38.85.21 old revision restored (2024/03/30 13:50)
Line 72: Line 72:
 <code> <code>
 yt-dlp -x --audio-format mp3 --audio-quality 320K <VIDEO_URL> yt-dlp -x --audio-format mp3 --audio-quality 320K <VIDEO_URL>
-yt-dlp ytuser:SingleWhiteGlove --dateafter 20230308 -x --audio-format mp3 --audio-quality 320K 
-yt-dlp ytuser:remixedbynick --dateafter 20230304 -x --audio-format mp3 --audio-quality 320K 
 yt-dlp ytuser:PlayingForChange --dateafter 20210530 -x --audio-format mp3 --audio-quality 320K yt-dlp ytuser:PlayingForChange --dateafter 20210530 -x --audio-format mp3 --audio-quality 320K
 +yt-dlp ytuser:SingleWhiteGlove --dateafter 20210530 -x --audio-format mp3 --audio-quality 320K
 +yt-dlp ytuser:remixedbynick --dateafter 20210530 -x --audio-format mp3 --audio-quality 320K
 </code> </code>
  
Line 89: Line 89:
 Le meilleur format limité à 1080p Le meilleur format limité à 1080p
 <code> <code>
-yt-dlp -o "%(upload_date)s-%(title)s.%(ext)s" -f "bestvideo[height<=?1080]+bestaudio/best--dateafter 20230204 <URL> +yt-dlp -o "%(upload_date)s-%(title)s.%(ext)s" -f 'bestvideo[height<=1080]+bestaudio/best[height<=1080]' --dateafter 20210204 <URL> 
-</code>+<code>
yt-dlp.txt · Last modified: 2024/05/20 10:55 by 3.145.154.185