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.
TypeError: Type str doesn't support the buffer API (probably a python3 problem) #837
Comments
|
Thanks for the report, the TypeError is fixed, |
...full backtrace:
[youtube] Setting language
[youtube] uDF8f1bJD_0: Downloading video webpage
[youtube] uDF8f1bJD_0: Downloading video info webpage
[youtube] uDF8f1bJD_0: Extracting video information
[download] uDF8f1bJD_0.flv has already been downloaded
[ffmpeg] Converting video from flv to mp4, Destination: uDF8f1bJD_0.mp4
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 6, in
youtube_dl.main()
File "/usr/lib/python3.3/site-packages/youtube_dl/init.py", line 599, in main
_real_main(argv)
File "/usr/lib/python3.3/site-packages/youtube_dl/init.py", line 583, in _real_main
retcode = fd.download(all_urls)
File "/usr/lib/python3.3/site-packages/youtube_dl/FileDownloader.py", line 706, in download
videos = self.extract_info(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/FileDownloader.py", line 471, in extract_info
return self.process_ie_result(ie_result, download=download)
File "/usr/lib/python3.3/site-packages/youtube_dl/FileDownloader.py", line 539, in process_ie_result
for r in ie_result['entries']
File "/usr/lib/python3.3/site-packages/youtube_dl/FileDownloader.py", line 539, in
for r in ie_result['entries']
File "/usr/lib/python3.3/site-packages/youtube_dl/FileDownloader.py", line 500, in process_ie_result
self.process_info(ie_result)
File "/usr/lib/python3.3/site-packages/youtube_dl/FileDownloader.py", line 693, in process_info
self.post_process(filename, info_dict)
File "/usr/lib/python3.3/site-packages/youtube_dl/FileDownloader.py", line 722, in post_process
keep_video_wish,new_info = pp.run(info)
File "/usr/lib/python3.3/site-packages/youtube_dl/PostProcessor.py", line 233, in run
self.run_ffmpeg(path, outpath, [])
File "/usr/lib/python3.3/site-packages/youtube_dl/PostProcessor.py", line 88, in run_ffmpeg
msg = stderr.strip().split('\n')[-1]
TypeError: Type str doesn't support the buffer API