ff - Football Fetcher

This is a quick-and-dirty program that automates downloading football videos from lasthl.com and similar sites. It scrapes the page looking for match videos and optionally tried to download them with youtube-dl(1).

This project no longer works due to structural changes in the sites it scrapes. It could be made to work again without too much trouble, but you’ll probably want to use a different video source.

Requirements

Building

Once you have opam installed, run:

$ make deps
$ make

Usage

ff operates in one of two modes:

License

3-clause BSD. See LICENSE for details.