Re: [Tutor] DEALING WITH API

2015-08-07 Thread Gaurav Lathwal
download is someone else's code I found on StackOverflow. I am still unclear as to why it works. On 7 August 2015 at 23:25, Alan Gauld wrote: > On 07/08/15 10:14, Gaurav Lathwal wrote: > > This time I am trying to fetch the required data using the API of the >> website. >>

[Tutor] DEALING WITH API

2015-08-07 Thread Gaurav Lathwal
Hello everyone. :)) This time I am trying to fetch the required data using the API of the website. But, the problem I am having is I don't know how to make the request properly. When I enter the required URL in my browser, it downloads a .tgz which includes all the updates that have taken place on

Re: [Tutor] FETCH URLs FROM WEBSITE

2015-08-02 Thread Gaurav Lathwal
Thank you very much for your input. :) I did not that there was a such thing as websites raising flags on people downloading stuff this way. I will take care about it from next time onwards. & Both of you know a lot about all this, how do I go about doing that ? I mean, how do I learn that much ?

[Tutor] FETCH URLs FROM WEBSITE

2015-08-01 Thread Gaurav Lathwal
Hello everyone, I am new to Python, so please forgive me if my question is too dumb. I want to write a script that automatically downloads all the videos hosted on this site :- http://www.toonova.com/batman-beyond Now, the problem I am having is, I am unable to fetch the video urls of all the vid