-
Notifications
You must be signed in to change notification settings - Fork 18
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
http_status: 200, error: 1005, SystemException, Client id invalid when using find_videos_by_ids #6
Comments
I found there are only two apis on Youku docs for videos now https://cloud.youku.com/docs/doc?id=43 . Those two apis are |
Hi I checked but I'm getting 404 so the old link should work but it does not. Can you ask the support please? (I do not speak Chinese) |
I simply test api.youku.com , it doesn't support old |
It looks like only these two methods are currently supported |
Thank you |
Hi, can you check the
youku.find_videos_by_ids
method?while using
youku.find_videos_by_ids(ids)
I'm gettinghttp_status: 200, error: 1005, SystemException, Client id invalid
the same client ID works fine with uploading
my
ids = ['XMzg3NzcwNjEwNA==']
thank you
The text was updated successfully, but these errors were encountered: