Special chars aren't supported ? #6423

Closed
opened 2026-02-21 03:16:24 -05:00 by deekerman · 6 comments
Owner

Originally created by @Kdmeizk on GitHub (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

Originally created by @Kdmeizk on GitHub (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
Author
Owner

@phihag commented on GitHub (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
@phihag commented on GitHub (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 ```
Author
Owner

@Kdmeizk commented on GitHub (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

@Kdmeizk commented on GitHub (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](https://github.com/rg3/youtube-dl/files/69032/output.txt)
Author
Owner

@phihag commented on GitHub (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.

@phihag commented on GitHub (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](https://en.wikipedia.org/wiki/Redirection_%28computing%29) to save the whole output if you are unable otherwise.
Author
Owner

@Kdmeizk commented on GitHub (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 commented on GitHub (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.
Author
Owner

@Kdmeizk commented on GitHub (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.

@Kdmeizk commented on GitHub (Dec 21, 2015): The only way I found at the moment is a screenshot : ![output](https://cloud.githubusercontent.com/assets/13298795/11943349/719ac8b8-a83d-11e5-93d9-f850fd1d3853.png) 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.
Author
Owner

@dstftw commented on GitHub (Dec 22, 2015):

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

@dstftw commented on GitHub (Dec 22, 2015): Duplicate of #5045. This is intentional behavior for now. See #4787 for the rationale and #5527 for alternative solution discussions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#6423
No description provided.