JunkFood02 / Seal

🦭 Video/Audio Downloader for Android, based on yt-dlp, designed with Material You
GNU General Public License v3.0
11.81k stars 512 forks source link

Add support for danmaku download (Already existing python dependency) #1828

Open abcdesteve opened 3 weeks ago

abcdesteve commented 3 weeks ago

Checklist

Is your feature request related to a problem? Please describe.

https://github.com/yt-dlp/yt-dlp/issues/8078 This function was not planned in ytdlp repo because it required a 3rd party dependency. But I think it is suitable for seal to add support for it.

Describe the solution you'd like

I would like to have danmaku download together with my video, and I have seen someone successfully converted the xml danmaku file(from bilibili or acfun) into ass subtitle so that it can be displayed properly in any modern video player.

Here's a link for it danmaku2ass It's written in python.

Video link

No response

Additional context

No response

abcdesteve commented 3 days ago

A possible solution was given in yt-dlp#8078.