You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update :
i modified the CMD which starts the unicorn server and rerun the container with docker compose
i added --certfile and private key arguments
this enabled ssl support
but the CORS problem still an issue because starlette-middleware class is missing
to solve this we need to add https://www.starlette.io/middleware/#corsmiddleware
yeah its been a long time since I tried the bookmarklet... I don't think adding the CORS middleware to starlette will fix that issue. I think adding that middleware would just allow you to load resources from other domains when on the youtube-dl ui. You might just need to use one of the browser extensions that let you toggle CORS on a page.
the bookmarklet produced http request does't go past the browser
i think it needs ssl support
now it uses vpn and im not sure how to configure it behind my proxy
PS: everything else works as expected (UI & Download)
The text was updated successfully, but these errors were encountered: