From 250404579e1088cc923d5c3be755bf1d2c26ca21 Mon Sep 17 00:00:00 2001 From: Athlon1600 Date: Sat, 23 Oct 2021 17:49:37 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd0e331..4dbe7b7 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ https://github.com/Athlon1600/youtube-downloader/pull/25#issuecomment-439373506 ## To-do list +- Allow downloading of private videos. - Find a way to get around YouTube's throttling system that limits downloading speed to less than 100 kb/s for most most videos now... - Add ability to solve YouTube Captcha and avoid `HTTP 429 Too Many Requests` errors. - Add ability to download video and audio streams separately, and merge the two together using ffmpeg. Just like `youtube-dl` does!