Re: youtube-dl python issue, SyntaxError: (unicode error)

2022-12-17 Thread Mikolaj Kucharski
On Sat, Dec 17, 2022 at 11:40:35AM +, Stuart Henderson wrote: > On 2022/12/17 11:18, Mikolaj Kucharski wrote: > > $ youtube-dl -F https://youtu.be/YGdYhvk6xyw > > Traceback (most recent call last): > .. > > from ..compat import compat_os_name > > File "/usr/local/lib/python3.10/site-packa

Re: youtube-dl python issue, SyntaxError: (unicode error)

2022-12-17 Thread Stuart Henderson
On 2022/12/17 11:18, Mikolaj Kucharski wrote: > $ youtube-dl -F https://youtu.be/YGdYhvk6xyw > Traceback (most recent call last): .. > from ..compat import compat_os_name > File "/usr/local/lib/python3.10/site-packages/youtube_dl/compat.py", line > 2368, in > import http.server as compa