We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! Please tell me, am I using this bundle a wrong way? Because it does not parse URL from this feed http://ria.ru/export/rss2/index.xml
<enclosure url="http://cdn14.img22.ria.ru/images/43313/87/433138710.jpg" type="image/jpeg" length="26331"/>
Using this code:
$medias = $item->getMedias(); foreach ( $medias as $media ) { var_dump($media->getUrl()); }
Medias array is filled by items with empty URLs
The text was updated successfully, but these errors were encountered:
issue #67 : the enclosure URL must be detected because of non-standar…
d1a6215
…ds feeds
Hello!
The problem comes from the bundle not your code. I fixed it, you should get a correct URL now.
Cheers,
Alex
Sorry, something went wrong.
@alexdebril Thanks, I see new attrs support added, it works now!
No branches or pull requests
Hello!
Please tell me, am I using this bundle a wrong way?
Because it does not parse URL from this feed http://ria.ru/export/rss2/index.xml
Using this code:
Medias array is filled by items with empty URLs
The text was updated successfully, but these errors were encountered: