Hi,
ive found a table, that isnt available for the webscraper: https://bundesliga-tipphilfe.de/
(the first one: "1. Bundesliga - Spieltag 1")
Table, text, element - none of this tools does work.
Do you know why?
Hi,
ive found a table, that isnt available for the webscraper: https://bundesliga-tipphilfe.de/
(the first one: "1. Bundesliga - Spieltag 1")
Table, text, element - none of this tools does work.
Do you know why?
Hi!
It's because the content of a table is loaded using an iframe
You can actually open iframe source and see the very same results you were trying to scrape:
And you can still scrape it on a page that it's being loaded, but you will have to use Inspect Tool to manually assign selectors.