forked from platypush/platypush
Fixed omxplayer plugin doc
This commit is contained in:
parent
72d490456f
commit
86754534ae
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class VideoOmxplayerPlugin(Plugin):
|
||||||
* **youtube-dl** installed on your system (see your distro instructions), optional for YouTube support
|
* **youtube-dl** installed on your system (see your distro instructions), optional for YouTube support
|
||||||
"""
|
"""
|
||||||
|
|
||||||
""" Supported video extensions """
|
# Supported video extensions
|
||||||
video_extensions = {
|
video_extensions = {
|
||||||
'.avi', '.flv', '.wmv', '.mov', '.mp4', '.m4v', '.mpg', '.mpeg',
|
'.avi', '.flv', '.wmv', '.mov', '.mp4', '.m4v', '.mpg', '.mpeg',
|
||||||
'.rm', '.swf', '.vob', '.mkv'
|
'.rm', '.swf', '.vob', '.mkv'
|
||||||
|
|
Loading…
Reference in a new issue