You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bin/ykdl -i http://v.qq.com/x/cover/fl25yg9pru4vren.html
Traceback (most recent call last):
File "bin/ykdl", line 20, in
main()
File "ykdl/main.py", line 119, in main
info = parser(u)
File "ykdl/extractor.py", line 19, in parser
info = self.prepare()
File "ykdl/extractors/qq/video.py", line 245, in prepare
title, fmt_name, type_name, urls, size = self.get_stream_info(stream)
File "ykdl/extractors/qq/video.py", line 172, in get_stream_info
filename = video.find('./fn').text
AttributeError: 'NoneType' object has no attribute 'find'
make: *** [test_qq] 错误 1
The text was updated successfully, but these errors were encountered:
试下这个链接:http://v.qq.com/x/cover/fl25yg9pru4vren.html
bin/ykdl -i http://v.qq.com/x/cover/fl25yg9pru4vren.html
Traceback (most recent call last):
File "bin/ykdl", line 20, in
main()
File "ykdl/main.py", line 119, in main
info = parser(u)
File "ykdl/extractor.py", line 19, in parser
info = self.prepare()
File "ykdl/extractors/qq/video.py", line 245, in prepare
title, fmt_name, type_name, urls, size = self.get_stream_info(stream)
File "ykdl/extractors/qq/video.py", line 172, in get_stream_info
filename = video.find('./fn').text
AttributeError: 'NoneType' object has no attribute 'find'
make: *** [test_qq] 错误 1
The text was updated successfully, but these errors were encountered: