Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoextract bug with url https://www.koko.co.uk/whats-on #166

Closed
jakopako opened this issue Feb 10, 2023 · 3 comments · Fixed by #170
Closed

Autoextract bug with url https://www.koko.co.uk/whats-on #166

jakopako opened this issue Feb 10, 2023 · 3 comments · Fixed by #170
Assignees
Labels
bug Something isn't working

Comments

@jakopako
Copy link
Owner

A config is generated after running goskyr -g https://www.koko.co.uk/whats-on -m 10 -d and selecting some fields but the generated config doesn't work when using it to scrape. No items are found.

@jakopako jakopako added the bug Something isn't working label Feb 10, 2023
@jakopako jakopako self-assigned this Feb 18, 2023
@jakopako
Copy link
Owner Author

One issue is that the title has different selectors across the website.

@jakopako
Copy link
Owner Author

Another issue is that colons in css class names need to be escaped.

@jakopako
Copy link
Owner Author

One issue is that the title has different selectors across the website.

Solved by only taking the last element of the css selector (h1)

Can the auto extract feature somehow figure this out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant