diff options
author | Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | 2022-10-17 06:05:55 +0300 |
---|---|---|
committer | Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | 2022-10-17 06:05:55 +0300 |
commit | 0a6e086af693ec2f7196e3a0f86c1ffd184104a6 (patch) | |
tree | c089214087d2ae98bba8cbd11d884e1502032dfc | |
parent | 3cdd06e02b93880a7344a6089943e87ea05821f3 (diff) |
readme: add example for YouTube Shorts
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -25,6 +25,13 @@ - Pattern type: Regular Expression - Description: remove doubleclick link tracking / fix problems with doubleclick host based blocking +### YouTube Shorts to YouTube +- Example URL: `https://www.youtube.com/shorts/video-id` +- Include pattern: `^(?:https?://)(?:www.)?youtube.com/shorts/([a-zA-Z0-9_-]+)(.*)` +- Redirect to: `https://www.youtube.com/watch?v=$1$2` +- Pattern type: Regular Expression +- Description: Redirect YouTube Shorts to YouTube + ### Fun with !bangs What are bangs?: <https://duckduckgo.com/bang> |