Skip to main content

Youtube: How to download

youtube-dl - Youtube downloader and yt-dlp.

youtube-dl on GitHub: https://github.com/ytdl-org/youtube-dl

Download the latest version of youtube-dl: https://yt-dl.org/latest/youtube-dl.exe

Commonly used options

youtube-dl.exe -F <URL>: List available formats
youtube-dl.exe -f22 <URL>: Download format mp4 1280x720 720p
youtube-dl.exe --prefer-ffmpeg --extract-audio --audio-format mp3 --audio-quality 0 --embed-thumbnail https://www.youtube.com/watch?v=xxxxxxxxxxx

yt-dlp: A youtube-dl fork with additional features and fixes

yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project.

yt-dlp.exe -F <URL>: List available formats
yt-dlp.exe --list-thumbnails <URL>: List available thumbnails of each video.
yt-dlp.exe -f22 <URL>: Download format mp4 1280x720 720p
yt-dlp.exe --prefer-ffmpeg --extract-audio --audio-format mp3 --audio-quality 0 --embed-thumbnail https://www.youtube.com/watch?v=xxxxxxxxxxx

Popular posts from this blog

Java: Free Online Courses

The Java™ Tutorials by Oracle The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. They include hundreds of complete, working examples, and dozens of lessons. Groups of related lessons are organized into "trails". https://docs.oracle.com/javase/tutorial/ Learn to Program in Java at edX.ogr Get started on the path to becoming a software engineer by learning core coding skills in Java—one of the most popular programming languages. https://www.edx.org/course/learn-to-program-in-java-0 Java Tutorial by javapoint.com https://www.javatpoint.com/java-tutorial Java Tutorial by SoloLearn.com I love SoloLearn because I can learn Java - and other popular programming languages - anywhere, any time on your mobile devices. https://www.sololearn.com/Course/Java/ Java on Azure https://docs.microsoft.com/en-us/learn/paths/java-on-azure/

Learn MATLAB

MATLAB is an abbreviation for MAT rix LAB oratory. Here is list of free online courses to learn MATLAB.

The Amazon Product Advertising API

What is the Amazon Product Advertising API?