Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Files Title encoding (UTF-8) #836
Comments
|
On my system it works fine. When downloading to a dumb filesystem, instead, you'll probably want to use |
|
@thiagof did |
|
Yes |
|
Well, this should work without |
|
@thiagof can you confirm whether this issue still exists? |
|
It stil exists |
|
@roshkattu Can you post the full output you get when you run youtube-dl with the |
|
@phihag Here is what I've got...
Could you pls trace anything out of it ? EDIT: Update:I have tried the SW removing the
And I tried installing
...without any avail. |
|
@smnuman The issue is unrelated. The first error is because there must be an |
Youtube uses UTF-8 encode for their pages, but I'm experiencing issues when downloading files with some special characters (brazilian portuguese language).
Under puppy linux 528, the ROX-filer tell me that the files (written on ext4) has "bad utf-8". youtube-dl still download them.
But if I try to download directly to a FAT/NTFS file system youtube-dl isnt posssible to create the files, giving the following error
Seems like a string conversion check need to be made.