Re: [Tutor] Python program to search videos using Bing

2014-09-12 Thread Danny Yoo
... looking slightly further. You might want to check with the MSDN forums; there are folks that run into similar issues. e.g.: http://social.msdn.microsoft.com/Forums/azure/en-US/6fb0baac-32d9-4fdd-a083-f596b85cff9b/urgent-paid-subscription-suddenly-403-forbidden-access-is-denied-no-code-c

Re: [Tutor] Python program to search videos using Bing

2014-09-12 Thread Danny Yoo
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.

[Tutor] Python program to search videos using Bing

2014-09-12 Thread aaron misquith
I have been trying to search videos using bing search engine. But every-time I try I get error HTTPError:HTTPError 403:Forbidden This is the code i am using: import urllib import urllib2 import json def main(): query = "'pyscripter'" print bing_search(query, 'Video') def bin