Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 484 Bytes

AllTube example project

Example project to show how to use AllTube as a library

Setup

You need to use Composer to install the dependencies:

composer install

This repository does not contain a way to install youtube-dl.

The example code expects youtube-dl to be available at /usr/lib/python3/dist-packages/youtube_dl/__main__.py and Python at /usr/bin/python. If it's not the case, you can adjust these paths in the example files.