Before I set out on this project, I'm wondering if it's possible. Say I come across a site with a .flv I can't watch.
I'd like to create a script that...
a) Grabs the source code of a URL I enter and parses the information for the .flv file.
b) Downloads that file
c) Converts the file format to .mp4
d) Displays new page with .mp4 in html5 format.
I'm sure I can do all this, I was just wondering if it would work and if anyone sees any possible hurdles with it. Basically I'm fed up with not being able to watch .flv files and want to resolve the problem.