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.
Save mp3 file from youtube with hebrew charcter #740
Comments
|
Sorry for the problem, but I'm unfortunately unable to reproduce it. In order to diagnose, the problem, can you post the output of
Thanks! |
|
thanks... the first line returns: The second line returns: |
|
|
Thanks very much. On Tue, Mar 12, 2013 at 9:43 AM, Philipp Hagemeister <
|
|
Hi, On Tue, Mar 12, 2013 at 9:43 AM, Philipp Hagemeister <
|
|
can you run the same command with |
|
This is the output: C:\Users\yarad>youtube-dl --verbose -t -x --audio-format mp3 [debug] System config: [] On Wed, Jul 3, 2013 at 10:09 PM, M.Yasoob Ullah Khalid
|
|
@yonarad Update to the new version of youtube-dl with |
|
with --restrict-filenames it's working, but without this option- not On Sun, Jul 7, 2013 at 12:15 PM, Jaime Marquínez Ferrándiz <
|
|
I have tested this in windows and the problem is in the audio extraction, when it invokes |
|
This should be closed as wont-fix. |
|
Works fine with latest version. |
Hi,
I want to save MP3s from youtube with the title of the song in hebrew.
when I want only download video, i success, but when i want to extract audio, I getting error.
Can you help me?
Thanks
The command:
youtube-dl -t -x --audio-format mp3 http://www.youtube.com/watch?v=OIYeCPUIL1E
The error:
Traceback (most recent call last):
File "main.py", line 17, in
File "youtube_dl__init__.pyo", line 516, in main
File "youtube_dl__init__.pyo", line 500, in _real_main
File "youtube_dl\FileDownloader.pyo", line 525, in download
File "youtube_dl\FileDownloader.pyo", line 480, in process_info
File "youtube_dl\FileDownloader.pyo", line 544, in post_process
File "youtube_dl\PostProcessor.pyo", line 140, in run
File "youtube_dl\PostProcessor.pyo", line 110, in get_audio_codec
File "subprocess.pyo", line 679, in init
File "subprocess.pyo", line 896, in _execute_child
UnicodeEncodeError: 'ascii' codec can't encode characters in position 23-26: ordinal not in range(128)