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:
10
buildroot-external/package/python-tutubo/Config.in
Normal file
10
buildroot-external/package/python-tutubo/Config.in
Normal 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
|
Reference in New Issue
Block a user