Live data from Hacker News

Yt-dlp – A YouTube-dl fork with additional features and fixes

github.com

11–20 of 352 posts

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#12
post #8
post #3

Earlier quoted context omitted.

Devs on yt-dl have been inactive for a few months iirc

Wasn't the repo taken down for a while?

Yes, but it was brought back on November 16, 2020, and there was plenty of activity after that, till this recent drought of dead air.

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#13
post #2

So how come a fork was necessary?

youtube-dl has been inactive for the last 2 months.

Most things still work but support of different services is something that needs daily updates to not break. Even if most popular websites still work, pages like Newgrounds are breaking.

There's 3.7k open issues right now and nothing gets merged [0].

[0] https://github.com/ytdl-org/youtube-dl/issues

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#14
post #6
post #3

Earlier quoted context omitted.

Devs on yt-dl have been inactive for a few months iirc

For longer than that. 846 open PRs, 3.7k open issues. And this long predates the GitHub takedown debacle. This isn't to say that they're totally AWOL: they do a really good job keeping on top of the boring break/fix work, like keeping on top of the ever-changing interfaces of video providers. But they're very conservative about expanding functionality, and even fixing more minor bugs.

And they've closed many issues as duplicates with no further explanation given:

https://github.com/ytdl-org/youtube-dl/issues/23860

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#15
post #6

Earlier quoted context omitted.

For longer than that. 846 open PRs, 3.7k open issues. And this long predates the GitHub takedown debacle. This isn't to say that they're totally AWOL: they do a really good job keeping on top of the boring break/fix work, like keeping on top of the ever-changing interfaces of video providers. But they're very conservative about expanding functionality, and even fixing more minor bugs.

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?

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#16

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...

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#18
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-language format to describe a scrapper, instead of being coded in Python. But no idea if this is possible or maybe that would make things much more complex

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#19

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...

dlc is abandoned and dlp integrates its features.
Post reply on HN