1
0
Kaynağa Gözat

update regex to allow for urls with equal signs

Karim Elatov 10 ay önce
ebeveyn
işleme
be9505e8ac
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)
 
 			//