An open API service indexing awesome lists of open source software.

https://github.com/tribut/ttrss-videoframes

TT-RSS plugin to enable embedded videos in feeds
https://github.com/tribut/ttrss-videoframes

Last synced: 11 months ago
JSON representation

TT-RSS plugin to enable embedded videos in feeds

Awesome Lists containing this project

README

          

videoframes for tt-rss
======================

[Tiny Tiny RSS](http://www.tt-rss.org) plugin to **enable embedded videos** in feeds.

It currently supports Youtube, Vimeo, Dailymotion, MyVideo, Viddler, SoundCloud and Spotify. If you are missing a site in this list, please [open a ticket](https://github.com/tribut/ttrss-videoframes/issues/new).

![Screenshot](http://i.imgur.com/MhccdQn.png)

## How does it work?
This plugins allows the inclusion of iframes from the above listed sites without the *sandbox* attribute to enable flash videos. Additionally, the plugin will transform directly embedded videos (object/embed tags) from those sites to iframes so they can be shown as well.

If you do not trust one or more of these sites this plugin could be considered a *security risk*. It will force the iframe to be requested over https to avoid possible MITM scenarios however.

Requires **tt-rss 1.7.5 or later**. Note, that if your browser does not support the sandbox attribute, this plugin might not work on versions of tt-rss prior to 1.7.6.

## Installation

* Unpack the [zip-File](https://github.com/tribut/ttrss-videoframes/archive/master.zip)
* Move the folder "videoframes" to your plugins directory
* Enable "videoframes" in TT-RSS's Preferences -> Plugins

Please report any problems you might encounter using github's [issue tracker](https://github.com/tribut/ttrss-videoframes/issues).

## Legal

Copyright [Felix Eckhofer](https://tribut.de) and Contributors

> This program is free software: you can redistribute it and/or modify
> it under the terms of the GNU General Public License as published by
> the Free Software Foundation, either version 3 of the License, or
> (at your option) any later version.
>
> This program is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU General Public License for more details.
>
> You should have received a copy of the GNU General Public License
> along with this program. If not, see .