-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fixed playlists video titles not updating #13
Conversation
Modified the radio and mix fix again, this time with proper include and exclude list as to not make an error again. Result is even neater than before.
no functional changes, just for completeness sake
Fixed invalid API request with over 50 IDs (instead splitting them up) Fixed repeated API request on video IDs of private/deleted videos which won't have any data in the API response Improved video element search in the DOM to first list by ID and then filter on way fewer elements than before Improved video ID extraction from element to use regex
Another small reminder for a merge, a few more fixes have been added (not including the issues still present on this github, but other, more hidden errors) |
Added support for timestamp links in video description (#15) |
Any plans to accept and update? It's not a trivial update anymore with several fixes so it'd rather have it updated officially. |
Thank you for being invested in this project. The improvements you made look neat, but since I was satisfied with the (somewhat incomplete and buggy) previous version, I did not take the time to try it out. Please accept my apologies for not giving enough consideration to your hard work. I will have some free time soon and will gladly merge this after I try it out and review the code. Do you still use it ? Does it still work smoothly ? |
Ya it's fine, can understand. Edit: Well, the livestream description duplication bug is still there, but it hasn't bothered me too much so far. |
Fixed playlists video titles not updating
Modified the radio and mix fix again, this time with proper include and exclude list as to not make an error again. Result is even neater than before.