I would like to pull the video from this website. http://www.jpopsuki.tv/video/Meisa-Kuroki---Bad-Girl/eec457785fba1b9bb35481f438cf35a7
I can access it with python and get the whole html. But the video's url is relative, i.e. looks like so:
<source src="/images/media/eec457785fba1b9bb35481f438cf35a7_1351466328.mp4" type="video/mp4" />
Is there a way to pull it from the website using python?