diff --git a/rss2hook.go b/rss2hook.go index 91d3469..c195bb3 100644 --- a/rss2hook.go +++ b/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) //