diff --git a/README.md b/README.md index 3d0fcf2..93d997d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ * [x] Từ khóa: location (Hà nội, Hồ chí minh, đà nẵng,...) * [x] Từ khóa: company (vccorp, FPT, vng,...) - Xem chi tiết nội dung tin tuyển dụng dưới dạng ảnh chụp màn hình + [link](https://www.topcv.vn/brand/smartosc/tuyen-dung/it-comtor-j592057.html) ![alt text](https://github.com/dactoankmapydev/vieclamit/blob/master/screenshot_descript_brand.png) - Cài đặt: diff --git a/feeds/topcv.go b/feeds/topcv.go index cf88301..6714aa1 100644 --- a/feeds/topcv.go +++ b/feeds/topcv.go @@ -201,7 +201,7 @@ func ScreenshotJDTopCV(url string) { } } - if err := ioutil.WriteFile("screenshot_descript_y.png", buf, 0644); err != nil { + if err := ioutil.WriteFile("screenshot_descript.png", buf, 0644); err != nil { fmt.Println(err) } }