User Tools

Site Tools


youtube-dl

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 Both sides next revision
youtube-dl [2024/05/10 04:33]
18.223.196.59 old revision restored (2022/01/14 16:55)
youtube-dl [2024/05/10 10:08]
47.128.24.54 old revision restored (2024/04/18 00:08)
Line 66: Line 66:
 youtube-dl -f 'bestvideo,bestaudio' -o '%(title)s.f%(format_id)s.%(ext)s' <URL> youtube-dl -f 'bestvideo,bestaudio' -o '%(title)s.f%(format_id)s.%(ext)s' <URL>
 </code> </code>
 +
 +Le meilleur format limité à 1080p
 +<code>
 +youtube-dl -o "%(upload_date)s-%(title)s.%(ext)s" -f 'bestvideo[height<=1080]+bestaudio/best[height<=1080]' --dateafter 20210204 <URL>
 +<code>
  
youtube-dl.txt · Last modified: 2024/07/01 20:13 by 47.128.47.194