THMonster / Revda

Tools to play live stream with danmaku.
GNU General Public License v2.0
214 stars 12 forks source link

Can't open bilibili episode url #54

Closed wsyxbcl closed 1 year ago

wsyxbcl commented 1 year ago

Two demo URLs to reproduce:

> dmlive -u https://www.bilibili.com/bangumi/play/ep50511
[2023-03-15T10:17:02Z WARN  dmlive::streamfinder] real url not found, retry...
> dmlive -u https://www.bilibili.com/bangumi/play/ep674238
[2023-03-15T10:17:54Z WARN  dmlive::streamfinder] real url not found, retry..

It seems the function parsing page info is outdated.

escape0707 commented 1 year ago

With cookies_from_browser="firefox" set in ~/.config/dmlive/config.toml, I'm facing the same issue, too.

THMonster commented 1 year ago

It has been fixed in the dev branch (binary here). Have a try if you're interested. I will release a new version in the next few days.

wsyxbcl commented 1 year ago

Thanks, dev branch works, closing the issue.