diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-10 22:28:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-10 22:28:22 +0800 |
commit | fd36fd4ae9f23bb6bb083df5263fd4bea887e5f8 (patch) | |
tree | 78e1ef8132f396650deae97c2b67e447038906c6 /www/Makefile | |
parent | 735573148d0e262565d00c84097c7ffeccd17bc5 (diff) | |
download | freebsd-ports-gnome-fd36fd4ae9f23bb6bb083df5263fd4bea887e5f8.tar.gz freebsd-ports-gnome-fd36fd4ae9f23bb6bb083df5263fd4bea887e5f8.tar.zst freebsd-ports-gnome-fd36fd4ae9f23bb6bb083df5263fd4bea887e5f8.zip |
Download-gemist downloads video's from the Dutch uitzending gemist site.
Included tools:
### download-gemist
Can download a single episode from the episode URL.
### download-gemist-guide
This fetches information from a program page. You can use it download multiple
videos.
WWW: http://code.arp242.net/download-gemist
PR: ports/173567
Submitted by: Martin Tournoij <martin@arp242.net>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 59e62af46c05..a415a9117b80 100644 --- a/www/Makefile +++ b/www/Makefile @@ -137,6 +137,7 @@ SUBDIR += dokuwiki SUBDIR += dotclear SUBDIR += dotproject + SUBDIR += download-gemist SUBDIR += dpsearch SUBDIR += drood SUBDIR += drraw |