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

Why go missing umlauts? #1235

Closed
andrewjswan opened this issue Aug 13, 2013 · 4 comments
Closed

Why go missing umlauts? #1235

andrewjswan opened this issue Aug 13, 2013 · 4 comments

Comments

@andrewjswan
Copy link

youtube-dl.exe http://www.youtube.com/watch?v=-fSFu-ZaX0w -o "Mötley Crüe - Kickstart My Heart.avi" -v -w
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.youtube.com/watch?v=-fSFu-ZaX0w', '-o', 'Motley Crue - Kickstart My Heart.avi', '-v', '-w']
[debug] youtube-dl version 2013.08.09
[debug] Python version 2.7.3 - Windows-7-6.1.7601-SP1
[youtube] Setting language
[youtube] -fSFu-ZaX0w: Downloading video webpage
[youtube] -fSFu-ZaX0w: Downloading video info webpage
[youtube] -fSFu-ZaX0w: Extracting video information
[download] Destination: Motley Crue - Kickstart My Heart.avi
[download] Motley Crue - Kickstart My Heart.avi has already been downloaded

Mötley Crüe <> Motley Crue ?

Windows 7 x86 (Russian)

@phihag
Copy link
Contributor

phihag commented Aug 13, 2013

Don't pass in --restrict-filenames; what it does is precisely to leave out the umlauts.

@phihag phihag closed this as completed Aug 13, 2013
@andrewjswan
Copy link
Author

Sory, wrong log. Correct:
youtube-dl.exe http://www.youtube.com/watch?v=-fSFu-ZaX0w -o "Mötley Crüe - Kickstart My Heart.avi" -v -w
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.youtube.com/watch?v=-fSFu-ZaX0w', '-o', 'Motley Crue - Kickstart My Heart.avi', '-v', '-w']
[debug] youtube-dl version 2013.08.09
[debug] Python version 2.7.3 - Windows-7-6.1.7601-SP1
[youtube] Setting language
[youtube] -fSFu-ZaX0w: Downloading video webpage
[youtube] -fSFu-ZaX0w: Downloading video info webpage
[youtube] -fSFu-ZaX0w: Extracting video information
[download] Destination: Motley Crue - Kickstart My Heart.avi

@jaimeMF
Copy link
Collaborator

jaimeMF commented Aug 21, 2013

The problem is that even if you pass the title with umlauts, youtube-dl gets it without them, for example in OS X it works fine

$y-dl  http://www.youtube.com/watch?v=-fSFu-ZaX0w -o "Mötley Crüe - Kickstart My Heart.avi" -v -w
[debug] System config: []
[debug] User config: ['--keep-video', '--verbose', '--write-info-json', '--write-thumbnail']
[debug] Command-line args: ['http://www.youtube.com/watch?v=-fSFu-ZaX0w', '-o', 'M\xc3\xb6tley Cr\xc3\xbce - Kickstart My Heart.avi', '-v', '-w']
[debug] youtube-dl version 2013.08.21
[debug] Git HEAD: a91b954
[debug] Python version 2.7.5 - Darwin-11.4.2-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] Setting language
[youtube] -fSFu-ZaX0w: Downloading video webpage
[youtube] -fSFu-ZaX0w: Downloading video info webpage
[youtube] -fSFu-ZaX0w: Extracting video information
[info] Video description metadata as JSON to: Mötley Crüe - Kickstart My Heart.avi.info.json
[youtube] -fSFu-ZaX0w: Downloading thumbnail ...
[youtube] -fSFu-ZaX0w: Writing thumbnail to: Mötley Crüe - Kickstart My Heart.jpg
[download] Destination: Mötley Crüe - Kickstart My Heart.avi
[download]   2.9% of 34.83MiB at 919.71KiB/s ETA 00:37

@jaimeMF jaimeMF reopened this Aug 21, 2013
@jaimeMF
Copy link
Collaborator

jaimeMF commented Aug 21, 2013

Sorry, but I hadn't seen it was being handled in #1236.

@jaimeMF jaimeMF closed this as completed Aug 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants