Browse Source

230927-1615-Kim

EricKIm 1 year ago
parent
commit
155520364a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main.go

+ 2 - 2
main.go

@@ -11,9 +11,9 @@ import (
 
 func main() {
 	// Wordpress
-	url := "https://addand.kr/shop/new-%ed%95%9c-%ea%b6%8c%ec%9c%bc%eb%a1%9c-%eb%81%9d%eb%82%98%eb%8a%94-%eb%85%b8%ec%85%98/"
+	// url := "https://addand.kr/shop/new-%ed%95%9c-%ea%b6%8c%ec%9c%bc%eb%a1%9c-%eb%81%9d%eb%82%98%eb%8a%94-%eb%85%b8%ec%85%98/"
 
-	// url := "https://seoulknit.com/shop/collar-half-sleeved-top_blue/"
+	url := "https://seoulknit.com/shop/collar-half-sleeved-top_blue/"
 	// Send an HTTP GET request to the URL
 	response, err := http.Get(url)
 	if err != nil {