michael-lazar / rtv

Browse Reddit from your terminal
MIT License
4.64k stars 274 forks source link

vimeo mailcap #561

Closed ghost closed 6 years ago

ghost commented 6 years ago

how do i edit the mailcap config so that vlc or mpv streams vimeo videos instead of having the browser automatically launched directly to the website and having the video played from there. and it would be nice if there were a discord server specifically for rtv

michael-lazar commented 6 years ago

There's no scraper for vimeo videos yet (mime_parsers.py), so unfortunately they will show up as normal html pages. If anybody wants to create a PR for this, it should be a pretty easy addition.

michael-lazar commented 6 years ago

And there's no discord, but if you want to chat you can leave a message in gitter and the people subscribed to the room will get an email.

woorst commented 6 years ago

It is not possible to get a direct link to the video stream from the vimeo html source. Should we just pass it with the video/x-youtube mimetype so people with mpv/youtube-dl can play the video?

michael-lazar commented 6 years ago

@woorst sounds like a reasonable solution for now, thanks!