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
Right now using the input box on the main-page is not very nice, since users have to know how to extract the right id to put into the box themselves. At least for popular services (twitch, youtube,...) it would be nice to have this automated, such that pasting https://www.youtube.com/watch?v=6n3pFFPSlW4 becomes 6n3pFFPSlW4.
Could make the logic dependent on the url-parameter, but things like youtu.be could make it annoying to parse...
The same goes for automatically detecting with service to use (make the default value in the box "auto" or something).
The text was updated successfully, but these errors were encountered:
Right now using the input box on the main-page is not very nice, since users have to know how to extract the right id to put into the box themselves. At least for popular services (twitch, youtube,...) it would be nice to have this automated, such that pasting
https://www.youtube.com/watch?v=6n3pFFPSlW4 becomes
6n3pFFPSlW4
.Could make the logic dependent on the url-parameter, but things like youtu.be could make it annoying to parse...
The same goes for automatically detecting with service to use (make the default value in the box "auto" or something).
The text was updated successfully, but these errors were encountered: