antodippo / flight-scraper

A simple flight prices scraper written in Go
MIT License
5 stars 3 forks source link

Seems not working anymore #27

Open doxt3r opened 1 year ago

doxt3r commented 1 year ago
./flight-scraper -departure=FCO -arrival=AMS -date=2023-04-12 -recipient=me@yopmail.com
Fetching results...
Parsing results...
No results parsed.
antodippo commented 1 year ago

Hi @doxt3r, probably Kayak changed the HTML/CSS structure, and the parsing function doesn't work anymore, see https://github.com/antodippo/flight-scraper/blob/master/ParseKayakResults.go

I don't have much time to look into it at the moment, but I will give an update here whenever I can.