https://github.com/simonbs/alfred-drtv-workflow
A workflow to browsing and downloading programs from DR TV.
https://github.com/simonbs/alfred-drtv-workflow
Last synced: 2 months ago
JSON representation
A workflow to browsing and downloading programs from DR TV.
- Host: GitHub
- URL: https://github.com/simonbs/alfred-drtv-workflow
- Owner: simonbs
- Created: 2014-01-09T20:39:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T16:16:58.000Z (over 11 years ago)
- Last Synced: 2025-10-26T02:51:30.239Z (8 months ago)
- Language: Python
- Size: 320 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DR TV Workflow for Alfred 2.0
===========================
A workflow to browsing and downloading programs from DR TV.

The workflow allows you to browse all programs on [dr.dk/tv](http://dr.dk/tv) and open a video in your browser. Using ffmpeg you can also download the video.
Don't worry if you don't have ffmpeg installed. It's really easy. If you haven't already, install[Homebrew](http://brew.sh) and run `brew install ffmpeg`.
The workflow has two commands:
- **dr (query)** Searhes DR TV for programs matching your query. Select a program to view all available videos for the program.
- **dr --week** Displays this weeks most viewed video.
You can select a video to open it in your default browser. Hold the option key and select the video to start downloading it.
Installation
===
[Download the latest release](https://github.com/simonbs/alfred-drtv-workflow/releases) and double click the .alfredworkflow file. This will open the file in Alfred and install the workflow.
About
===
The workflow is developed by [@simonbs](http://twitter.com/simonbs) and is heavily inspired by [dldr.brnbw.com](http://dldr.brnbw.com) by [@mikker](http://twitter.com/mikker).