userscript
userscript copied to clipboard
Could you use you-get to parse the bilibili bangumi?
Yep, I will add you-get
as alternative videos download tool.
The mpv-handler
is supported you-get
since https://github.com/akiirui/mpv-handler/commit/a81b02ed5654e5d964a6cbc751b0adcd7b90c350.
UserScript will update asap.
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.
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.