1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add python-tutubo package and dependencies

This commit is contained in:
Peter Steenbergen
2021-11-01 16:09:23 +01:00
parent cc0b218abc
commit 7ec23074b4
11 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_PYTHON_TUTUBO
bool "python-tutubo"
select BR2_PACKAGE_PYTHON_BS4 # runtime
select BR2_PACKAGE_PYTHON_PYTUBE # runtime
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
select BR2_PACKAGE_PYTHON_YTMUSICAPI # runtime
help
wrapper around pytube with some new functionality.
https://github.com/OpenJarbas/tutubo