Re: [Tutor] FETCH URLs FROM WEBSITE

2015-08-02 Thread Alan Gauld
On 02/08/15 08:30, Gaurav Lathwal wrote: & Both of you know a lot about all this, how do I go about doing that ? I mean, how do I learn that much ? I'm no expert but I've been using the web and creating web pages since 1994 and you just learn stuff as you go. So sadly I can't direct you to any

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 ?

Re: [Tutor] FETCH URLs FROM WEBSITE

2015-08-01 Thread Válas Péter
2015-08-01 19:42 GMT+02:00 Alan Gauld : > c) The separate page is not static HTML (or even server >generated HTML) it is created in part by the Javascript >code when the page loads. That means it is very likely to >change on each load (possibly deliberately so to foil robots!) > I di

Re: [Tutor] FETCH URLs FROM WEBSITE

2015-08-01 Thread Válas Péter
2015-08-01 12:48 GMT+02:00 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 ha

Re: [Tutor] FETCH URLs FROM WEBSITE

2015-08-01 Thread Alan Gauld
On 01/08/15 11:48, Gaurav Lathwal wrote: I want to write a script that automatically downloads all the videos hosted on this site :- http://www.toonova.com/batman-beyond The first thing to ask is whether they allow robotic downloads from the site. If they are funded by advertising then they m

[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