add staples (#14)

This commit is contained in:
anonion
2023-12-30 17:59:22 -07:00
committed by GitHub
parent effea0795d
commit 5dde4528d5
2 changed files with 8 additions and 0 deletions

View File

@@ -74,5 +74,9 @@
{
"name": "tkqlhce.com",
"pattern": ".*tkqlhce\\.com.+?url=(?<baseUrl>.*)&sid=.*"
},
{
"name": "staples",
"pattern": ".*staplescanada\\.4u8mqw\\.net.+\\?u=(?<baseUrl>.*)"
}
]

View File

@@ -91,6 +91,10 @@
{
name: "tkqlhce.com",
pattern: ".*tkqlhce\\.com.+?url=(?<baseUrl>.*)&sid=.*"
},
{
name: "staples",
pattern: ".*staplescanada\\.4u8mqw\\.net.+\\?u=(?<baseUrl>.*)"
}
];