Locke

Results 92 comments of Locke

> The url of anime,TVs,movies on bilibili.com have changed from something like ‘[https://bangumi.bilibili.com/anime/268185’](https://bangumi.bilibili.com/anime/268185%E2%80%99) to 'https://www.bilibili.com/bangumi/play/ep474527'. (Two letters and numbers) Maybe the extractor for bilibli need to update. I found that...

> I found that these types of resources are restricted to viewing in mainland China, so it is difficult to test outside mainland China, which requires a VPN in mainland...

Hi everyone, I create a temporary fix, https://github.com/lockmatrix/yt-dlp/pull/1/commits it works for me now. Release build: https://github.com/lockmatrix/yt-dlp/releases/tag/2022.06.29.122704 But I didn't dig into the whole project, maybe someone can write a real...

> > I create a temporary fix, https://github.com/lockmatrix/yt-dlp/pull/1/commits > > Doesn't work for me. your url?

I have finished this PR, at https://github.com/yt-dlp/yt-dlp/pull/4221 add a flv_segments downloader and use ffmpeg to merge them. @pukkandan can you review it?

> > > > I create a temporary fix, https://github.com/lockmatrix/yt-dlp/pull/1/commits > > > > > > > > > Doesn't work for me. > > > > > > your...

master is not working for bilibili bangumi my fix PR is still not merged, If you want to use this PR, you should fork it and build one.

If you dont want to build yourself, you can use my build before it is released https://github.com/lockmatrix/yt-dlp/releases/tag/2022.07.31.032151

related issues: * https://github.com/yt-dlp/yt-dlp/issues/1878 * https://github.com/yt-dlp/yt-dlp/issues/3659 * https://github.com/ytdl-org/youtube-dl/issues/31051

> Why is `FlvFD` needed as opposed to just returning a `multi_video`? I dont know the function of multi_video. I tried to understand it, and guessed it is not for...