Simple source from list of URLs

I wanted to do something similar. (Parsing a website for video files, then mounting those files)

I managed to get the files to mount by creating fake urls on localhost, and having my own http server... Then just using php to redirect the requests at the desired resources. Though, that's really the dumb way to do it. It was just a quick setup to see how mounting would work with Plex.

I might work on this more too... but I was getting like load times for videos around 4-10 seconds... So I'm not sure if I'm going to continue.

edit: If you're going to build your own from source (and you're on Windows), you'll need to do these steps (for being able to mount).

I did try quickly changing things to get stuff to work, but it really wasn't intended for this. (as it was made for recursively parsing links from directories)