manimalx / youtube-upload

Automatically exported from code.google.com/p/youtube-upload
0 stars 0 forks source link

error especial characters #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
= Versions

youtube-upload:
python:
python-gdata:

= Describe the steps (including the command you run) that will reproduce
the problem?

Hello if I will like change the title like this :--title "Previsión del 
tiempo".

Give error enconde and if I encode first .encode('utf-8') , give me wrong 
characters

Original issue reported on code.google.com by eltiempo...@pages.plusgoogle.com on 29 Apr 2014 at 9:03

GoogleCodeExporter commented 9 years ago
Need more details. Operating system and the exact output of the command.

Original comment by tokland on 29 Apr 2014 at 9:07

GoogleCodeExporter commented 9 years ago
Windows 7 64 bits
python 2.7 32 bits

Command that execute

os.system('c:/python27/python.exe youtube-upload --email=******** 
--password=**** --update-metadata --title "'+("Previsión del 
tiempo").encode("latin-1")+'" www.youtube.com/watch?v=5Q-6f2p0Yeo')

Original comment by eltiempo...@pages.plusgoogle.com on 29 Apr 2014 at 9:50

GoogleCodeExporter commented 9 years ago
Buenas tardes:

Se ha podido arreglar el tema de los caracteres especiales

Gracias

Original comment by virtuals...@gmail.com on 30 Apr 2014 at 12:00

GoogleCodeExporter commented 9 years ago
ok

Original comment by tokland on 30 Apr 2014 at 12:02

GoogleCodeExporter commented 9 years ago

Original comment by tokland on 13 May 2014 at 8:32