Scrapping videos by giving URL in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
arvi_mca
Forum Newbie
Posts: 1
Joined: Mon May 19, 2008 6:52 am

Scrapping videos by giving URL in php

Post by arvi_mca »

Hello Everybody, i want to scrap the videos from others webpage by giving the url of the webpage. I have already scrapped the image from the others websites, but i didn't know how to scrap the videos using the php coding. Please help me regarding this. Thanks for all who are all viewing and try to give me the solutions. :lol:
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: Scrapping videos by giving URL in php

Post by Jade »

Why are you taking people's images and videos? You'd have to look through the HTML for the <embed> objects to find a video in flash and quicktime, etc.
Post Reply