add line to replace = with : for meta-tags
This commit is contained in:
@@ -50,6 +50,7 @@ func main() {
|
|||||||
|
|
||||||
// edit tags array to met API requirement
|
// edit tags array to met API requirement
|
||||||
tags = strings.Replace(tags, ",", "+", -1)
|
tags = strings.Replace(tags, ",", "+", -1)
|
||||||
|
tags = strings.Replace(tags, "=", ":", -1)
|
||||||
tags = strings.TrimSuffix(tags, "\n")
|
tags = strings.TrimSuffix(tags, "\n")
|
||||||
|
|
||||||
for picHits > 0 {
|
for picHits > 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user