node-ytdl
node-ytdl copied to clipboard
Command line youtube video downloader.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...
ytdl does not default to highest quality, it defaults to 360p, and it doesn't seem to want to take any sort of parameter to tell it to do differently. It...
### Expected Behavior Using `--filter-container` in combination with `--info` returns info only for results whose containers match the specified filter values. ### Actual Behavior All results are shown, including those...
I tried to download these two videos: https://www.youtube.com/watch?v=z5LW07FTJbI https://www.youtube.com/watch?v=ujhj7mfvIQk Simply doing it as described: `ytdl $url > $filename` The sound is okay in both. But the video is garbled, flickering...
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...
I recommend the default video name be changed from: `output = '{videoDetails.title}';` title.format to: `output = '{videoDetails.publishDate} - {videoDetails.author.name} - {videoDetails.title}';` published_date_YYYYMMDD - channel_name - title.format This way all the...
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...
old Live streams which are stored as DVR on youtube are not getting downloaded. When provided with url a small chunk of video gets downloaded of few kb, rest of...
I've tried to reinstall and insure correct filepath in my system environment variables for FFMPEG however every time I try to convert a YouTube link to an mp3 I'm given...