There's this too: https://github.com/deepjyoti30/ytmdl
Unless something is completely unavailable elsewhere, you'll find far better audio quality from other (original) sources.
21–30 of 352 posts
There's this too: https://github.com/deepjyoti30/ytmdl
Unless something is completely unavailable elsewhere, you'll find far better audio quality from other (original) sources.
One of the nice features added to yt-dlp recently: It integrates with sponskrub to call into the SponsorBlock database and with the right options will strip the sponsor segments from downloaded videos. Edit: Correct typo
dlc? Don't tell me that's a different one...
There's this too: https://github.com/deepjyoti30/ytmdl
A neat tool, but YouTube is generally an abysmal source for music. That's partly deliberate (from record labels) and partly an inevitable consequence of recompression with different lossy formats. Unless something is completely unavailable elsewhere, you'll find far better audio quality from other (original) sources.
There's this too: https://github.com/deepjyoti30/ytmdl
A neat tool, but YouTube is generally an abysmal source for music. That's partly deliberate (from record labels) and partly an inevitable consequence of recompression with different lossy formats. Unless something is completely unavailable elsewhere, you'll find far better audio quality from other (original) sources.
I can't imagine trying to source this stuff independently and keeping up with it, and if some commercial music crept in I imagine it'd be easier to simply stay on YT and ask what level of quality one subjectively needs for dental drilling, or mindless work, or throne-in-lair-sitting, or whatever it is...
Earlier quoted context omitted.
And they've closed many issues as duplicates with no further explanation given: https://github.com/ytdl-org/youtube-dl/issues/23860
Have they been duplicates?
One of the nice features added to yt-dlp recently: It integrates with sponskrub to call into the SponsorBlock database and with the right options will strip the sponsor segments from downloaded videos. Edit: Correct typo
Also what sponsored content are people downloading versus just streaming live? I don’t get the use case.
One of the nice features added to yt-dlp recently: It integrates with sponskrub to call into the SponsorBlock database and with the right options will strip the sponsor segments from downloaded videos. Edit: Correct typo
haven't paid attention to this since all the drama last year but again - what are all of you using youtube-dl for? Archiving your channel subs?
Why don't they split youtube-dl in two parts: - The extractors part (all the scrappers basically) - The cli tool What would be wonderful is that the extractors part is splitted out, so that anyone can use it without using youtube-dl. That would be much easier to update it too, each extractor is independent, so it is only a question, does this scrapper (extractor) works or not. The next step would be to have a multi-l…
Extractors regularly require custom logic, so they can’t be described in anything else than a programming language.