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

Media RSS Support #27

Open
aleemb opened this issue Nov 23, 2017 · 2 comments
Open

Media RSS Support #27

aleemb opened this issue Nov 23, 2017 · 2 comments

Comments

@aleemb
Copy link

aleemb commented Nov 23, 2017

Any chance of adding Media RSS support to the lib? Guardian, BBC, NYTimes, all leverage it. Enclosures are extremely limiting (sort of like the author vs dc:creator issue).

@aleemb
Copy link
Author

aleemb commented Nov 23, 2017

Along the lines of:

<media:content url="https://static01.nyt.com/images/2017/11/10/moth.jpg" type="image/jpeg" medium="image">
  <media:thumbnail url="https://static01.nyt.com/thumbnail/2017/11/10/moth.jpg"/>
  <media:title>Foo Bar</media:title>
</media:content>
<media:content url="https://static01.nyt.com/images/2017/11/10/fly.jpg" type="image/jpeg" medium="image">
  <media:thumbnail url="https://static01.nyt.com/thumb/2017/11/10/fly.jpg"/>
</media:content>

@fritzmg
Copy link

fritzmg commented Dec 4, 2017

Yes, this is a must. MailChimp for example also expects <media:content> for the primary image of an article (instead of <enclosure>).

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

No branches or pull requests

2 participants