youtube-dl.2015.06.04.1: Youtube title with Cyrillic text does not work as expected #4872

Closed
opened 2026-02-21 02:25:23 -05:00 by deekerman · 1 comment
Owner

Originally created by @himadri0327 on GitHub (Jun 14, 2015).

Windows 7
Powershell 2.0

PS> youtube-dl --version
2015.06.04.1
PS> youtube-dl --get-title http://www.youtube.com/watch?v=bqLNdXS7YFU
TONI STORARO – Bravo / ТОНИ СТОРАРО – Браво
PS> $YTITLE=youtube-dl --get-title http://www.youtube.com/watch?v=bqLNdXS7YFU
PS> $YTITLE
TONI STORARO – Bravo / –
PS U:#MusicVidsYT-Euro\yt.FanTvBG,BG> youtube-dl -f22 -o "%(title)s.mp4" http://www.youtube.com/watch?v=bqLNdXS7YFU
[youtube] bqLNdXS7YFU: Downloading webpage
[youtube] bqLNdXS7YFU: Extracting video information
[youtube] bqLNdXS7YFU: Downloading DASH manifest
[download] Destination: TONI STORARO – Bravo _ – .mp4
[download] 100% of 78.89MiB in 00:23
PS U:#MusicVidsYT-Euro\yt.FanTvBG,BG>
PS U:#MusicVidsYT-Euro\yt.FanTvBG,BG> dir "TONI STORARO – Bravo*"
Mode LastWriteTime Length Name
-a--- 06/14/15 1:38 PM 82717126 TONI STORARO – Bravo _ – .mp4

Originally created by @himadri0327 on GitHub (Jun 14, 2015). Windows 7 Powershell 2.0 PS> youtube-dl --version 2015.06.04.1 PS> youtube-dl --get-title http://www.youtube.com/watch?v=bqLNdXS7YFU TONI STORARO – Bravo / ТОНИ СТОРАРО – Браво PS> $YTITLE=youtube-dl --get-title http://www.youtube.com/watch?v=bqLNdXS7YFU PS> $YTITLE TONI STORARO – Bravo / – PS U:#MusicVidsYT-Euro\yt.FanTvBG,BG> youtube-dl -f22 -o "%(title)s.mp4" http://www.youtube.com/watch?v=bqLNdXS7YFU [youtube] bqLNdXS7YFU: Downloading webpage [youtube] bqLNdXS7YFU: Extracting video information [youtube] bqLNdXS7YFU: Downloading DASH manifest [download] Destination: TONI STORARO – Bravo _ – .mp4 [download] 100% of 78.89MiB in 00:23 PS U:#MusicVidsYT-Euro\yt.FanTvBG,BG> PS U:#MusicVidsYT-Euro\yt.FanTvBG,BG> dir "TONI STORARO – Bravo*" Mode LastWriteTime Length Name -a--- 06/14/15 1:38 PM 82717126 TONI STORARO – Bravo _ – .mp4
Author
Owner

@dstftw commented on GitHub (Jun 14, 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 (Jun 14, 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#4872
No description provided.