Merge pull request #2 from aman207/main

add HP regex pattern
This commit is contained in:
Dave Gallant
2023-03-17 11:53:07 -04:00
committed by GitHub

View File

@@ -24,6 +24,10 @@
name: 'Best Buy',
pattern: 'bestbuyca.(.*).net(.*)\\?u=(?<baseUrl>.*)',
},
{
name: 'HP',
pattern: 'www.awin1.com(.*)\&clickref=\&p=(?<baseUrl>.*)\&.*',
},
{
name: 'Samsung',
pattern: 'www.awin1.com(.*)\?p=(?<baseUrl>.*)',