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

Audio segments #7

Open
armincpath opened this issue Dec 22, 2017 · 1 comment
Open

Audio segments #7

armincpath opened this issue Dec 22, 2017 · 1 comment

Comments

@armincpath
Copy link

Hey everyone,

I was trying to download the following master:
https://122skyfiregce-vimeo.akamaized.net/exp=1513969793~acl=%2F217512921%2F%2A~hmac=d27f90c9b8922f64c901a4bd33b8b7f778e3b2621e0a90baad3318669cf72d4f/217512921/video/753333160,753333156,753333155,753333151/master.json?base64_init=1

The video segments were downloaded successfully, but I got an error in the audio segments part.

Traceback (most recent call last): File "vimeo-download.py", line 170, in <module> download_audio(base_url, content) File "vimeo-download.py", line 89, in download_audio audio = content['audio'][0] TypeError: 'NoneType' object has no attribute '__getitem__'

Other thing, did you notice that if you remove the "base64_" from the url, it returns the first file name without base64 encriptation? Like:
https://122skyfiregce-vimeo.akamaized.net/exp=1513969793~acl=%2F217512921%2F%2A~hmac=d27f90c9b8922f64c901a4bd33b8b7f778e3b2621e0a90baad3318669cf72d4f/217512921/video/753333160,753333156,753333155,753333151/master.json?**init=1**

Thank you :)

ps: If I knew how to debug step-by-step python, I would have figure it out and push it here.

@maxxi165
Copy link
Contributor

Trying to open this url in browser it says "Access Denied"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants