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.
Do we need http.server as dependency? #26343
Comments
|
This is complete error, ideal would be get '/etc/mime.types' out of sandbox, but it will complicate things for me
|
|
You can though it will break tests. |
Checklist
Question
Hello guys, I am trying to use youtube-dl in Ubuntu Touch project. Importing http.server is causing sandbox violations and throws a phyton error. Can we edit this https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/compat.py#L2358 4 lines of code that http.server wouldn't be compulsory? I was looking that it is used just for tests. I am not a python coder, so I am not sure how to write correct MR. Thanks for the answer.