kintesh / containerise

Firefox extension to automatically open websites in a container
MIT License
408 stars 54 forks source link

Upper case IDs in youtube urls #189

Open Wronschien opened 9 months ago

Wronschien commented 9 months ago

Currently, the addon converts all entered characters to lower case, even for regex. But youtube uses upper case characters in its IDs for videos or playlists. So if a filter is set to a specific video or playlist, containerise won't match the ID unless upper case characters are replaced with a dot. Maybe this should be fixed ?

ipwnponies commented 2 months ago

This is duplicate issue, I posted a workaround https://github.com/kintesh/containerise/issues/120#issuecomment-2116002236

Wronschien commented 2 months ago

Thanks, I'll have a look at that