Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output filename bug when closing youtube-dl while downloading mp3 stream on Windows #5744

Closed
Steveland opened this issue May 18, 2015 · 3 comments

Comments

@Steveland
Copy link

@Steveland Steveland commented May 18, 2015

Hello,

When I download an mp3 stream with the command below, then close the console window to cut the stream, the output filename is .mp3.part instead of being .mp3.
youtube-dl.exe http://1live.radio.de

@linuxdv
Copy link

@linuxdv linuxdv commented Jun 7, 2015

You are try set option "-o" to set another file name ?

@manrodriguezf
Copy link

@manrodriguezf manrodriguezf commented Jul 24, 2015

Also you can try to rename the files as soon as youtube-dl exits:
rename *.mp3.part *.mp3

@mpenkov
Copy link

@mpenkov mpenkov commented Jul 24, 2018

@Steveland Is this still a problem? If not, then we can probably close this ticket.

@Steveland Steveland closed this Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.