userscript icon indicating copy to clipboard operation
userscript copied to clipboard

Could you use you-get to parse the bilibili bangumi?

Open Aquaakuma opened this issue 3 years ago • 3 comments

Aquaakuma avatar Apr 27 '21 15:04 Aquaakuma

Yep, I will add you-get as alternative videos download tool.

akiirui avatar Apr 29 '21 03:04 akiirui

The mpv-handler is supported you-get since https://github.com/akiirui/mpv-handler/commit/a81b02ed5654e5d964a6cbc751b0adcd7b90c350.

UserScript will update asap.

akiirui avatar Jul 22 '21 20:07 akiirui

I have some tests for bilibili with you-get and mpv , all are failed with 403.

It seems you-get gives real video link to mpv, but mpv cannot download it without referer: www.bilibili.com.

I don't want to add a option referer for single site and single downloader, because it is difficult to maintain.

But I can add a option player_options, and you can create a new downloader settings only for bilibili.

It will be implemented asap.

akiirui avatar Jul 25 '21 15:07 akiirui

Sorry, there is no plan to use you-get to parse.

mpv-handler is based on ytdl-hook to parse videos, I want to keep it simple.

And it is not possible to transfer DASH video through the pipe.

akiirui avatar Nov 11 '22 08:11 akiirui