dropin

alternative frontend for dropout.tv
git clone https://git.ce9e.org/dropin.git

NameSize
README.md2268B
dropin.py12473B
requirements.txt26B
static/favicon.ico16958B
static/favicon.svg759B
static/style.css3409B
static/video.js2283B
templates/_list.html1059B
templates/base.html855B
templates/collection.html524B
templates/feed.xml2262B
templates/home.html344B
templates/search.html139B
templates/series.html502B
templates/video.html2426B

Dropout is a comedy subscription streaming service. Unfortunately, I had issue with their website, so I created a separate frontend.

Dropout uses Vimeo OTT. It should be relatively easy to adapt this code to any other service based on the same technology. The only Dropout-specific code is the authentication.

Features

Usage

pip install -r requirements.txt
DROPOUT_EMAIL='me@example.com' DROPOUT_PASSWORD='abc123' python3 dropin.py

Podcasts

I personally would love to get some shows as podcasts. To some degree I managed to do that by providing RSS feeds. The feeds do not link directly to Vimeo (because the Vimeo links expire quickly), but instead link to dropin which redirects to a currently valid source. However, I was not yet able to provide links to audio files: