View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#434
Originally Posted by Addison View Post
I got this file name as well "Destination: Jeremy_Camp_Walk_by_Faith_acoustic-dEkh_KxKao0.flv"

This so doesn't even really concern me, but is there a way to truncate the "-dEkh_KxKao0" part in the name for the videos I download?
The ID is different for each video and putting it in the filename prevents overwriting one video with another when they share the same name. But the following code will remove the ID if you don't care about it.

Code:
youtube-dl-x -f 5 -o "%(stitle)s.%(ext)s" $1
 

The Following User Says Thank You to auouymous For This Useful Post: