igrigorik / videospeed

HTML5 video speed controller (for Google Chrome)
https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk
MIT License
3.79k stars 535 forks source link

[HELP] Regex for youtube shorts #1036

Open bchooxg opened 1 year ago

bchooxg commented 1 year ago

Anyone able to help for the regex for youtube shorts? I want to be able to speed up videos for youtube but for shorts to be normal speed.

Not able to get the regex to work

Tried the following below youtube.com\/shorts (.+)youtube.com(\/shorts)$

hiteshbedre commented 1 year ago

@bchooxg can you share some samples? To match sample such as youtube.com/shorts you can use regex pattern: youtube\.com\/shorts

Here is simple playground: https://regex101.com/r/LtpsvE/1