Skip to content

Commit b2be49d

Browse files
committed
fix: fixes header selector
1 parent 42e75f4 commit b2be49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scrapex/job_spiders/appsignal_spider.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Scrapex.JobSpiders.AppsignalSpider do
3636
end
3737
end)
3838

39-
header = page_body |> Floki.find("header.c-container") |> Floki.raw_html()
39+
header = page_body |> Floki.find("div.c-container header") |> Floki.raw_html()
4040

4141
data = [header | jobs] |> Enum.join()
4242

0 commit comments

Comments
 (0)