Skip to content

Commit

Permalink
Update youtube
Browse files Browse the repository at this point in the history
Add youtu.be link support
Add support for new ?si= tracker
  • Loading branch information
Gymcap committed Nov 5, 2023
1 parent 965c0c2 commit f4d52da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data.min.json
Expand Up @@ -367,12 +367,13 @@
"forceRedirection": false
},
"youtube": {
"urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?youtube\\.com",
"urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?(youtube\\.com|youtu\\.be)",
"completeProvider": false,
"rules": [
"feature",
"gclid",
"kw"
"kw" ,
"si"
],
"referralMarketing": [],
"rawRules": [],
Expand Down

0 comments on commit f4d52da

Please sign in to comment.