Преглед изворни кода

update regex to allow for urls with equal signs

Karim Elatov пре 10 месеци
родитељ
комит
be9505e8ac
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rss2hook.go

+ 1 - 1
rss2hook.go

@@ -73,7 +73,7 @@ func loadConfig(filename string) {
 			//
 			// Otherwise find the feed + post-point
 			//
-			parser := regexp.MustCompile("^(.*)=([^=]+)")
+			parser := regexp.MustCompile("^(.+?)=([^=].+)")
 			match := parser.FindStringSubmatch(tmp)
 
 			//