[Tutor] Python program to search videos using Bing
Danny Yoo
dyoo at hashcollision.org
Sat Sep 13 00:13:18 CEST 2014
Hard to say. This is not quite Tutor material, so we may not be able
to give you good help.
... you seem to be asking the same question here:
http://stackoverflow.com/questions/25813510/python-program-to-search-videos-using-bing
and hopefully you'll get some more specialized help there.
What's you're encountering is an authentication error. That could
mean that the key being passed to the API isn't being accepted. I'm
assuming that you're using the API described by:
https://datamarket.azure.com/dataset/5BA839F1-12CE-4CCE-BF57-A49D98D29A44#schema
but the URL there is different than the one you're using.
I am guessing that you are trying to reuse code from:
http://www.guguncube.com/2771/python-using-the-bing-search-api
given the similarity to your program. However, that article was
written in June 2013: it may be stale or referring to outdated
material. It's a bit hard to tell.
More information about the Tutor
mailing list