Add format for bili

This commit is contained in:
FongMi 2023-07-10 23:24:04 +08:00
parent 1185a64196
commit c5863fc9ef
3 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ public class Bili extends Spider {
String mpd = getMpd(dash, videoList.toString(), audioList.toString());
String url = "data:application/dash+xml;base64," + Base64.encodeToString(mpd.getBytes(), 0);
return Result.get().url(url).header(getMember()).string();
return Result.get().url(url).dash().header(getMember()).string();
}
private String getMedia(Media media) {

Binary file not shown.

View File

@ -1 +1 @@
d4dab21a9595058b00f4ad2ce977baf4
bdaba6bfae7ce2c142343af8e9731c4d