iambus / youku-lixian

优酷下载脚本,顺便支持其他……
Other
849 stars 264 forks source link

无法下载优酷视频,提醒AttributeError: 'NoneType' object has no attribute 'group' #93

Open ankanch opened 7 years ago

ankanch commented 7 years ago

无法下载优酷视频,下载优酷视频提示如下错误:

AttributeError: 'NoneType' object has no attribute 'group'

runninggoat commented 7 years ago

那是因为 id2 = re.search(r"var\s+videoId2\s*=\s*'(\S+)'", page).group(1) 这一行已经匹配不到了,就是这个视频的id在网页中已经找不到了 貌似是由于youku已经更换了视频加载的方式 毕竟作者在好几年前写的,现在更新了也没办法,还是star一下表示感谢!

ankanch commented 7 years ago

soga

在 2017年4月4日 上午11:31,runninggoat notifications@github.com写道:

那是因为 id2 = re.search(r"var\s+videoId2\s=\s'(\S+)'", page).group(1) 这一行已经匹配不到了,就是这个视频的id在网页中已经找不到了 貌似是由于youku已经更换了视频加载的方式 毕竟作者在好几年前写的,现在更新了也没办法,还是star一下表示感谢!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/iambus/youku-lixian/issues/93#issuecomment-291384167, or mute the thread https://github.com/notifications/unsubscribe-auth/ADPo2EYydmSVHoasOwgwhnSfia9s4vWdks5rsbmggaJpZM4MibGi .

-- Best regards,

Long Zhang (Kanch) http://akakanch.com @ Chengdu University of Information Technology 2015 Computer Science Major

Mail:kanchisme@gmail.com No.24 Block 1, Xuefu Road, Chengdu, Sichuan, China

ankanch commented 7 years ago

soga

zlzdp commented 7 years ago

求更新~谢谢大神

haifeng19cc commented 6 years ago

虽然楼主的代码用不了,但是代码写的非常高端。 学习了。