rubys / venus

Planet Venus is an awesome ‘river of news’ feed reader. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first.
http://intertwingly.net/code/venus/docs/index.html
Other
273 stars 99 forks source link

<video preload poster>, <audio preload> #18

Open wingo opened 12 years ago

wingo commented 12 years ago

Hi Sam,

These three commits add support to feedparser and html5lib for the preload and poster attributes of video and audio tags. I have already submitted them upstream as well. Please take a look.

I wanted to add preload=none to all video and audio tags, but that was not as straightforward as I would have liked, so this is a useful first step.

Regards,

Andy