Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
youtube-dl [2025/03/13 00:03] 114.119.152.161 old revision restored (2024/02/21 12:19) |
youtube-dl [2025/03/14 11:53] (current) 114.119.132.173 old revision restored (2025/01/26 11:17) |
<code> | <code> |
#Geopolitis | #Geopolitis |
youtube-dl ytuser:RTSGeopolitis -o "%(upload_date)s-%(title)s.%(ext)s" --dateafter 20200501 | youtube-dl ytuser:RTSGeopolitis -o "%(upload_date)s-%(title)s.%(ext)s" --dateafter 20210530 |
#Le Dessous des cartes | #Le Dessous des cartes |
youtube-dl -o "%(upload_date)s-%(title)s.%(ext)s" --dateafter 20200501 https://www.youtube.com/channel/UCHGMBrXUzClgjEzBMei-Jdw/videos | youtube-dl -o "%(upload_date)s-%(title)s.%(ext)s" --dateafter 20210530 https://www.youtube.com/channel/UCHGMBrXUzClgjEzBMei-Jdw/videos |
| youtube-dl -o "%(upload_date)s-%(alt_title)s-%(title)s.%(ext)s" --dateafter 20210530 https://www.arte.tv/fr/videos/RC-014036/le-dessous-des-cartes/ |
#Le monde en carte | #Le monde en carte |
youtube-dl -o "%(upload_date)s-%(title)s.%(ext)s" --dateafter 20200501 https://www.youtube.com/channel/UCYA_ElxMgkJlvcKa4SM0dOg/videos | youtube-dl -o "%(upload_date)s-%(title)s.%(ext)s" --dateafter 20210530 https://www.youtube.com/channel/UCYA_ElxMgkJlvcKa4SM0dOg/videos |
| # Terra Bellum |
| youtube-dl -o "%(upload_date)s-%(title)s.%(ext)s" -f 'bestvideo[height<=720]+bestaudio/best[height<=720]' --dateafter 20210530 https://www.youtube.com/c/TerraBellum/videos |
#IHU Méditérranée Infection | #IHU Méditérranée Infection |
youtube-dl -o "%(upload_date)s-%(title)s.%(ext)s" --dateafter 20200501 https://www.youtube.com/user/ifr48/videos | youtube-dl -o "%(upload_date)s-%(title)s.%(ext)s" -f 'bestvideo[height<=720]+bestaudio/best[height<=720]' --dateafter 20210530 https://www.youtube.com/user/ifr48/videos |
| youtube-dl -o "%(upload_date)s-%(title)s.%(ext)s" --dateafter 20210530 https://www.youtube.com/user/ifr48/videos |
</code> | </code> |
| |
<code> | <code> |
youtube-dl -x --audio-format mp3 --audio-quality 320K <VIDEO_URL> | youtube-dl -x --audio-format mp3 --audio-quality 320K <VIDEO_URL> |
youtube-dl ytuser:PlayingForChange --dateafter 20160101 -x --audio-format mp3 --audio-quality 320K | youtube-dl ytuser:PlayingForChange --dateafter 20210530 -x --audio-format mp3 --audio-quality 320K |
youtube-dl ytuser:SingleWhiteGlove --dateafter 20191120 -x --audio-format mp3 --audio-quality 320K | youtube-dl ytuser:SingleWhiteGlove --dateafter 20210530 -x --audio-format mp3 --audio-quality 320K |
youtube-dl ytuser:remixedbynick --dateafter 20191120 -x --audio-format mp3 --audio-quality 320K | youtube-dl ytuser:remixedbynick --dateafter 20210530 -x --audio-format mp3 --audio-quality 320K |
</code> | </code> |
| |