senko / python-video-converter

Python Video Converter (ffmpeg wrapper)
468 stars 191 forks source link

remove os.path.exists checks so we can also work with files over http #39

Open rdkls opened 10 years ago

rdkls commented 10 years ago

I know you guys put those checks there to be safe, but the code seems to fail nicely enough if files don't exist without them =) I needed it just for my case, to work with files over HTTP (kinda cool!)

x1ah commented 6 years ago

+1,remove path check is better.

rdkls commented 6 years ago

I notice the CI failure isn't related to that code :/