Parcourir la source

update regex to allow for urls with equal signs

Karim Elatov il y a 10 mois
Parent
commit
be9505e8ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
 
 			//