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.
Invalid character #264
Invalid character #264
Comments
|
This issue should be fixed in youtube-dl 2012.01.08b. You can update youtube-dl with |
C:\Users\Zajac\Downloads>youtube-dl.py -c -w -f 34 --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" -a aa.txt
[youtube] Setting language
[youtube] 6pRLwuPdTZg: Downloading video webpage
[youtube] 6pRLwuPdTZg: Downloading video info webpage
[youtube] 6pRLwuPdTZg: Extracting video information
[download] Destination: Andrzej Piaseczny - Z g│ŕbi duszy.flv
[download] 100.0% of 6.97M at 52.09k/s ETA 00:00
Traceback (most recent call last):
File "C:\Users\Zajac\Downloads\youtube-dl.py", line 4514, in
main()
File "C:\Users\Zajac\Downloads\youtube-dl.py", line 4505, in main
_real_main()
File "C:\Users\Zajac\Downloads\youtube-dl.py", line 4489, in _real_main
retcode = fd.download(all_urls)
File "C:\Users\Zajac\Downloads\youtube-dl.py", line 840, in download
ie.extract(url)
File "C:\Users\Zajac\Downloads\youtube-dl.py", line 1098, in extract
return self._real_extract(url)
File "C:\Users\Zajac\Downloads\youtube-dl.py", line 1427, in _real_extract
'player_url': player_url,
File "C:\Users\Zajac\Downloads\youtube-dl.py", line 819, in process_info
self.post_process(filename, info_dict)
File "C:\Users\Zajac\Downloads\youtube-dl.py", line 855, in post_process
info = pp.run(info)
File "C:\Users\Zajac\Downloads\youtube-dl.py", line 3982, in run
filecodec = self.get_audio_codec(path)
File "C:\Users\Zajac\Downloads\youtube-dl.py", line 3945, in get_audio_codec
handle = subprocess.Popen(cmd, stderr=file(os.path.devnull, 'w'), stdout=subprocess.PIPE)
File "C:\Python27\lib\subprocess.py", line 679, in init
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 893, in _execute_child
startupinfo)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 49-50: ordinal not in range(128)
C:\Users\Zajac\Downloads>