We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
视频播放页的URL解析提示
URL
ykdl -i http://bangumi.bilibili.com/anime/427/play#71958 ykdl: can't play this video: http://bangumi.bilibili.com/anime/427/play#71958
对应av号的URL格式提示
URL格式
ykdl -i https://www.bilibili.com/video/av2983852/ ykdl: can't play this video: https://www.bilibili.com/video/av2983852/
原来的URL格式倒是可行,但是每次都还需要手动修改URL格式啊
ykdl -i http://bangumi.bilibili.com/anime/v/71958 site: 哔哩哔哩 (Bilibili) title: 某科学的超电磁炮S artist: None streams: - format: TD container: flv video-profile: 超清 size: 161.8 MiB (169697019 bytes) # download-with: ykdl --format=TD [URL] Real urls: http://ws.acgvideo.com/3/96/4672601-1.flv?wsTime=1482357108&wsSecret2=121a6092f4 a5ccf85aff06e344d13b34&oi=720167510&rate=2400 - format: HD container: flv video-profile: 高清 size: 161.1 MiB (168961753 bytes) # download-with: ykdl --format=HD [URL] Real urls: http://ws.acgvideo.com/3/96/4672601-1hd.mp4?wsTime=1482357108&wsSecret2=beacb942 a1b6ffcd19ee56249c9d21e2&oi=720167510&rate=2400 - format: SD container: flv video-profile: 流畅 size: 47.8 MiB (50150954 bytes) # download-with: ykdl --format=SD [URL] Real urls: http://ws.acgvideo.com/3/96/4672601-1.mp4?wsTime=1482357108&wsSecret2=bcdec5495c f59a60a29910f8a1632b11&oi=720167510&rate=2000
The text was updated successfully, but these errors were encountered:
76f6ad2
support new url format for bilibili
32c5c2e
close #40 Signed-off-by: ykdl <zhangn1985@gmail.com>
563c513
No branches or pull requests
视频播放页的
URL
解析提示对应av号的
URL格式
提示原来的
URL格式
倒是可行,但是每次都还需要手动修改URL格式啊The text was updated successfully, but these errors were encountered: