mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-28 17:51:15 +01:00
11 lines
335 B
Plaintext
11 lines
335 B
Plaintext
|
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
|