Fix for fix #22

Escape the "?"
This commit is contained in:
Kevin Röbert 2017-12-18 19:53:32 +01:00
parent 67e03318c2
commit cb8ab42db9

View File

@ -64,7 +64,7 @@
".*(google\\.)\\w{2,}\\/searchbyimage\\?image_url=[^\\/|\\?|&]*(\\/|&(amp;)?)?", ".*(google\\.)\\w{2,}\\/searchbyimage\\?image_url=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(hangouts\\.google\\.)\\w{2,}\\/webchat.*zx=[^\\/|\\?|&]*(\\/|&(amp;)?)?", ".*(hangouts\\.google\\.)\\w{2,}\\/webchat.*zx=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(client-channel\\.google\\.)\\w{2,}\\/client-channel.*zx=[^\\/|\\?|&]*(\\/|&(amp;)?)?", ".*(client-channel\\.google\\.)\\w{2,}\\/client-channel.*zx=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(.google\\.)\\w{2,}\\/complete\\/search?client=youtube.*gs_gbg=[^\\/|\\?|&]*(\\/|&(amp;)?)?" ".*(.google\\.)\\w{2,}\\/complete\\/search\\?client=youtube.*gs_gbg=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"redirections": [ "redirections": [
"url\\?.*url=([^\\/|\\?|&]*)" "url\\?.*url=([^\\/|\\?|&]*)"