-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
channelID lookup optimizations #1249
Comments
.take |
.take |
The issue you are trying to assign to yourself is already assigned. |
Selectorsin-video
embed
|
To see the unreliability of the Once the video is loaded, run Running Also, somewhat unrelated, but it seems like the custom channel URL is only used in the Home tab. For the channel links on active videos, it seems to always be the channel ID. This means that user channel overrides that use the custom URL (likely) have never worked and will not work after this is fixed. |
The regex can also be more strict, handling trailing slashes and absolute/relative URLs as well. Using the capture group as the channel ID instead of replacing the non-channel ID parts, the following should work in all tested scenarios: |
Also the Invidious selector should probably select based on the Something like |
cc @zedseven
The text was updated successfully, but these errors were encountered: