You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Windows version: Win11 24H2
- GPU model, driver and version:
- Source of mpv: https://github.com/zhongfly/mpv-winbuild/releases/tag/2025-02-26-5338f4b
- Latest known working version:
- Issue started after the following happened:
Reproduction Steps
Interactive video is a special type of video in bilibili, different choices will have different results, yt-dlp outputs all branches as a playlist. https://www.bilibili.com/video/BV1g5pqeBEXP/
I carefully read all instruction and confirm that I did the following:
I tested with the latest mpv version to validate that the issue is not already fixed.
I provided all required information including system and mpv version.
I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
I attached the full, untruncated log file.
I attached the backtrace in the case of a crash.
The text was updated successfully, but these errors were encountered:
I've taken a look with hope for small bugfix, but this kind of playlist is not supported by ytdl_hook.lua. We only support lists of urls or multi-segment m3u8. The video in this issue is returning playlist with all chunks as separate extracted entities and there is currently no way to support that without refactoring the parser.
mpv Information
Other Information
Reproduction Steps
Interactive video is a special type of video in bilibili, different choices will have different results, yt-dlp outputs all branches as a playlist.
https://www.bilibili.com/video/BV1g5pqeBEXP/
mpv "ytdl://https://www.bilibili.com/video/BV1g5pqeBEXP/"
Expected Behavior
N/A
Actual Behavior
Line 1167 site is nil
mpv/player/lua/ytdl_hook.lua
Lines 1167 to 1175 in 5338f4b
Log File
yt-dlp_stdout.json
Sample Files
N/A
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: