-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boorkmarklet produces "True" #51
Comments
Here I get a similar error when I use the curl method
|
Does the browser UI work for you? |
Yes the wep app UI works |
I am also wondering between now and then if youtube API has changed :( I just tried the web app and this is what I have in the terminal
|
Ok Here is web ui first then Curl, I have no idea.
|
I can watch in a regular browser, but same youtube url produces the errors above, so this is something to do with the downloader It seems to be an API change. But the erro I originally reported could be not related to the youtube-dl breakage.
|
FWIW - I am pretty sure this is a CORS problem. Not sure though just how to resolve it. |
Hi
I am trying to use the bookmarklet, but when I press on it when in a youtube page all I get is an empty screen that says "true" after clicking on it. I put the right server ip and the port.
I am usingn the python version, and I tested regular ui download and that works.
javascript:!function(){fetch("http://IP:PORTyoutube-dl/q",{body:new URLSearchParams({url:window.location.href,format:"bestvideo"}),method:"POST"})}();
Here is the response log when clicked
IP - - [04/Nov/2019 20:08:20] "GET /youtube-dl/q HTTP/1.1" 404 744
The text was updated successfully, but these errors were encountered: