Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 465 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 465 Bytes

ocaml-youtube-dl

An OCaml wrapper for the youtube-dl command line tool.

Installation

Use the following commands to build and install the project:

dune build
dune install

Use the following command to run the unit tests:

dune runtest -f

Common Issues

The title of my downloads are just '_'

Updating youtube-dl should fix this issue. Run: youtube-dl -U

Contributing

All contributions to ocaml-youtube-dl are appreciated! ❤️