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

Substitution {} returns filename between single quotes in Windows instead of double quotes #7161

Closed
marnunez opened this issue Oct 13, 2015 · 1 comment
Labels

Comments

@marnunez
Copy link

@marnunez marnunez commented Oct 13, 2015

For example, using --exec "adb push {} /storage/sdcard1/" executes adb push 'filedir\filename' /storage/sdcard1/ instead of adb push "filedir\filename" /storage/sdcard1/.
AFAIK, paths under Windows are resolved only with double quotes.

Using WinXP x32 and ytdl 2015.10.13

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Oct 13, 2015

Duplicate of #5889.

@dstftw dstftw closed this Oct 13, 2015
@dstftw dstftw added the duplicate label Jun 17, 2017
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
2 participants
You can’t perform that action at this time.