Skip to content
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

video_obj = json_data['data']['dash']['video'][-1] #14

Open
xincheng213618 opened this issue Sep 9, 2019 · 5 comments
Open

video_obj = json_data['data']['dash']['video'][-1] #14

xincheng213618 opened this issue Sep 9, 2019 · 5 comments
Labels
BUG Something isn't working DONE Problem solved or answered

Comments

@xincheng213618
Copy link

我在出入了cookie 之后,依旧下载的是640*380的视频,我在定位视频的原因的时候,发现需要将
video_obj = json_data['data']['dash']['video'][-1]
改成
video_obj = json_data['data']['dash']['video'][0]
之后使用起来就可以完成了

@wolfbolin wolfbolin added the BUG Something isn't working label Oct 15, 2019
@wolfbolin
Copy link
Owner

我错了,会尽快改正的

wolfbolin pushed a commit that referenced this issue Oct 15, 2019
@wolfbolin
Copy link
Owner

已修复,详见 v0.2.1

@wolfbolin wolfbolin added the DONE Problem solved or answered label Oct 15, 2019
@xincheng213618
Copy link
Author

xincheng213618 commented Oct 17, 2019 via email

@xincheng213618
Copy link
Author

xincheng213618 commented Jun 13, 2020 via email

@xincheng213618
Copy link
Author

xincheng213618 commented Jun 13, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working DONE Problem solved or answered
Projects
None yet
Development

No branches or pull requests

2 participants