QupZilla / qupzilla-plugins

Plugins for QupZilla browser
http://www.qupzilla.com
34 stars 22 forks source link

Videoner is not working with vimeo and dailymotion #77

Open ghost opened 6 years ago

ghost commented 6 years ago

qupzilla 2.2.5 I am using this script to stream youtube videos using videoner and it works perfectly

#!/bin/sh
mpv --cache=1024 --no-config --slang=en --ytdl-raw-options=write-auto-sub=,sub-lang=en --ytdl-format='bestvideo[height<=?720]+bestaudio' $1

I want to use this same script to stream vimeo and dailymotion videos. In my standalone testing this worked perfectly but when I added this to videoner in the General tab and run it nothing happens. In dailymotion videoner is not even showing up in the page.