[Tutor] FETCH URLs FROM WEBSITE

Gaurav Lathwal glathwal at gmail.com
Sat Aug 1 12:48:50 CEST 2015


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 videos.
I mean I can manually fetch the video urls using the chrome developer's
console, but it's too time consuming.
Is there any way to just fetch all the video urls using BeautifulSoup ?

Please help.


More information about the Tutor mailing list