|
@@ -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 {
|