|
@@ -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://www.cafe24h.com.vn/ca-phe-truyen-thong/"
|
|
|
+ url := "https://ssline.kr" //cafe24
|
|
|
+ // url := "https://koskomro.com" //cafe24
|
|
|
+ // url := "https://www.cafe24h.com.vn/ca-phe-truyen-thong/" // Wrong website Target ??
|
|
|
// Send an HTTP GET request to the URL
|
|
|
response, err := http.Get(url)
|
|
|
if err != nil {
|