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

Special chars aren't supported ? #7939

Closed
Kdmeizk opened this issue Dec 21, 2015 · 6 comments
Closed

Special chars aren't supported ? #7939

Kdmeizk opened this issue Dec 21, 2015 · 6 comments

Comments

@Kdmeizk
Copy link

@Kdmeizk Kdmeizk commented Dec 21, 2015

For example, Japan chars aren't copied to the file : https://www.youtube.com/watch?v=J69oCCM1EcI

In title, description, ...
Version : 2015.12.21

@phihag
Copy link
Contributor

@phihag phihag commented Dec 21, 2015

Please provide more information, at the very least the complete output of youtube-dl when called with --verbose. For what it's worth, works fine for me:

$ youtube-dl --get-filename J69oCCM1EcI
Hello Sleepwalkers「午夜の待ち合わせ」MUSIC VIDEO-J69oCCM1EcI.mp4
@Kdmeizk Kdmeizk changed the title Specials chars aren't supported ? Special chars aren't supported ? Dec 21, 2015
@Kdmeizk
Copy link
Author

@Kdmeizk Kdmeizk commented Dec 21, 2015

I've completely forgot my OS : Windows 7 64 bits. I made the same command and special chars didn't display.
Title : Hello SleepwalkersMUSIC VIDEO.mp4

Command : C:\Users\User\Downloads\youtube-dl\youtube-dl.exe --no-playlist --buffer-size 500000000 --no-cache-dir -o "C:\Users\User\Desktop%(title)s.%(ext)s" --console-title -v --print-traffic --no-call-home --youtube-skip-dash-manifest --add-metadata

output.txt

@phihag
Copy link
Contributor

@phihag phihag commented Dec 21, 2015

As I wrote, we need the complete output. That output should start with something along the lines of [debug] System config: []. You can use shell redirection to save the whole output if you are unable otherwise.

@Kdmeizk
Copy link
Author

@Kdmeizk Kdmeizk commented Dec 21, 2015

I used
youtube-dl --no-playlist --buffer-size 500000000 --no-cache-dir -o "C:\Users\User\Desktop%(title)s.%(ext)s" --console-title -v --print-traffic --no-call-home --youtube-skip-dash-manifest --add-metadata https://www.youtube.com/watch?v=J69oCCM1EcI > output.txt

I don't know why first elements aren't here.

@Kdmeizk
Copy link
Author

@Kdmeizk Kdmeizk commented Dec 21, 2015

The only way I found at the moment is a screenshot :

output

All other informations are in the output.txt

It's possible Windows-1252 is the problem. Also, I tried with --encoding UTF-8 mentioned as experimental, the problem is here again.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 22, 2015

Duplicate of #5045.
This is intentional behavior for now. See #4787 for the rationale and #5527 for alternative solution discussions.

@dstftw dstftw closed this Dec 22, 2015
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
3 participants
You can’t perform that action at this time.