10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
|
config BR2_PACKAGE_PYTHON_YOUTUBE_SEARCHER
|
||
|
bool "python-youtube-searcher"
|
||
|
select BR2_PACKAGE_PYTHON_BS4 # runtime
|
||
|
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
||
|
select BR2_PACKAGE_PYTHON_REQUESTS_CACHE # runtime
|
||
|
help
|
||
|
search youtube.
|
||
|
|
||
|
https://github.com/HelloChatterbox/youtube_searcher
|