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

Improve auto config extraction #115

Closed
jakopako opened this issue Jul 16, 2022 · 4 comments · Fixed by #117
Closed

Improve auto config extraction #115

jakopako opened this issue Jul 16, 2022 · 4 comments · Fixed by #117
Assignees

Comments

@jakopako
Copy link
Owner

Make it work for http://www.redutajazzclub.cz/program-en

@jakopako
Copy link
Owner Author

The problem seems to be that each item has a unique set of classes, eg.

  • class="progitem col s12 isafter row d01072022 hl2"
  • class="progitem col s12 isafter row d02072022 hl2"
  • class="progitem col s12 isafter row d03072022 hl2"

@jakopako
Copy link
Owner Author

jakopako commented Jul 16, 2022

For https://www.brauerei-oerlikon.ch/events/ the auto extraction also doesn't properly work.

@jakopako
Copy link
Owner Author

Here, https://www.porgy.at/events/upcoming, the item selector is not properly extracted. It works when the path is one node longer, ie

body > div.main > div.main_content > div.container > div.row.events > div.col-md-9.event_list > div.row.event_list

instead of

body > div.main > div.main_content > div.container > div.row.events > div.col-md-9.event_list

@jakopako jakopako self-assigned this Jul 19, 2022
@jakopako
Copy link
Owner Author

jakopako commented Aug 1, 2022

last comment will be addressed in new issue #116

jakopako added a commit that referenced this issue Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant