Explorar o código

Merge pull request #6 from elatov/master

update regex to allow for urls with equal signs
Steve Kemp hai 10 meses
pai
achega
a52cd8e7be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 
 			//