From 0a6e086af693ec2f7196e3a0f86c1ffd184104a6 Mon Sep 17 00:00:00 2001 From: Berke Kocaoğlu Date: Mon, 17 Oct 2022 06:05:55 +0300 Subject: readme: add example for YouTube Shorts --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index dc66af2..727f96f 100644 --- a/README.md +++ b/README.md @@ -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?: -- cgit v1.2.3