Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Unable to rename file #272
Comments
|
When you include Where did you find I think we should rename |
|
Hi, Thanks for the prompt reply! I have found the %(title)s in the documentation : when i replaced the title with lireral_title i got the fallowing error C:\Users\Zajac\Downloads>youtube-dl.py -c -w -f 34 --extract-audio --audio-format mp3 -o "%(literal_title)s.%(ext)s" -a aa.txt while %(stitle)s works fine. Thanks! |
|
Oops, the documentation should have never mentioned
|
|
What to use so it does not replace spaces with underscores (which I find ugly as hell). I currently use %(title)s |
Hi there,
I got his error today
C:\Users\Zajac\Downloads>youtube-dl.py -c -w -f 34 --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" -a aa.txt
[youtube] Setting language
[youtube] u_x0e-JOhdU: Downloading video webpage
[youtube] u_x0e-JOhdU: Downloading video info webpage
[youtube] u_x0e-JOhdU: Extracting video information
[download] Destination: Heaven :Bryan Adams.flv
[download] 100.0% of 11.75M at 72.92k/s ETA 00:00
ERROR: unable to rename file
C:\Users\Zajac\Downloads>
the file that i found in the youtube-dl directory was "Heaven".