View Single Post
  #1  
Old 05-26-2015, 01:37 PM
jamesd jamesd is offline
Junior Member
 
Join Date: May 2015
Posts: 1
jamesd is on a distinguished road
Default

How can I set the path of the download with the correct filenames?


No matter what drive I run get_flash_videos from my videos are put in C:/Windows/System32. I can get around this with this command:

Code:
perl c:/flash/get_flash_videos url -f E:/Downloads/video.flv
but this doesn't keep the original filename. Is there a way around this?
Reply With Quote