-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Unsupported URL from Google Search results and/or Google video search #3790
Comments
Could you provide a full link? |
Uh, google has google.com .fr .it .co.uk .es… all regional TLD, moreover it would say open NewPipe and say unsupported URL for every non-youtube google links |
@B0pol I'm currently implementing this for every service, with a utility function called in |
What about calling |
It would be confusing imo: if I shared something to NewPipe, I don't expect a browser to be opened |
true. what about a prompt: This URL is unsupported, would you want to open it in your browser? |
Version
0.19.5
Steps to reproduce the bug
Google anything that returns youtube video. Also you can choose video tab for video search only.
Click to share to newpipe returns error. Unsupported URL.
URL scheme is: https://www.google.com/url?paramaters&url=https://m.youtube.com/watch....
Expected behavior
Play video with newpipe
Actual behavior
Returns Unsupported URL error at bottom of screen. Needs to parse the link to get url parameter.
The text was updated successfully, but these errors were encountered: