-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【弹幕需求】 #15
Comments
流程
根据名称搜索影片搜索Apihttps://search.youku.com/api/search?pg=1&keyword=搜索
获取视频详情详情Apihttps://search.youku.com/api/search?appScene=show_episode&showIds=视频ID
下载弹幕Api弹幕下载Apihttps://dmku.thefilehosting.com/?ac=dm&url=视频链接地址
|
初步实现弹幕功能,下一步考虑美化弹幕 <d p="{time},{type},{size},{color},{timestamp},{pool},{uid_crc32},{row_id}">
{Text}
</d> <!-- time为弹幕在视频里的时间 --> <!-- type为弹幕类型 --> <!-- size为字体大小 --> <!-- color为十进制的RGB颜色(16进制转10进制) --> <!-- timestamp为弹幕发送时间戳(unix时间戳) --> <!-- pool为弹幕池 --> <!-- uid_crc32为发送者uid的crc32 --> <!-- row_id用于标记顺序和历史弹幕 --> |
弹幕实现方法
爬虫腾讯弹幕来实现,根据名称+集数来爬取弹幕
The text was updated successfully, but these errors were encountered: