You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example "Scraping Lebensmittelwarnung" does not seem to work. I tried accessing similar feeds, and it turns out to be the same error. In your example, the "Link" does not work, the same as the date.
Turns out, that the date can be fixed $return[$title]['DatumTime'] = date('Y-m-d H:m:s', strtotime($item->find('pubDate')->text()[0]));. I cannot find any fix for the link-Attribute.
Any idea on that? Should be an easy fix.
The text was updated successfully, but these errors were encountered:
The example "Scraping Lebensmittelwarnung" does not seem to work. I tried accessing similar feeds, and it turns out to be the same error. In your example, the "Link" does not work, the same as the date.
Turns out, that the date can be fixed
$return[$title]['DatumTime'] = date('Y-m-d H:m:s', strtotime($item->find('pubDate')->text()[0]));
. I cannot find any fix for the link-Attribute.Any idea on that? Should be an easy fix.
The text was updated successfully, but these errors were encountered: