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

Add skill-news as pre installed skill

This commit is contained in:
j1nx
2021-06-09 20:50:27 +02:00
parent 55a8bac340
commit 691fd79538
10 changed files with 83 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
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

View File

@@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/youtube_searcher/json
md5 9ec3a351fd11c93dde4e72695e55b4be youtube_searcher-0.1.6.tar.gz
sha256 bfd77117625283cfece5221e511c0c9dcc1901b67ed0487b32e817803102af26 youtube_searcher-0.1.6.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-youtube-searcher
#
################################################################################
PYTHON_YOUTUBE_SEARCHER_VERSION = 0.1.6
PYTHON_YOUTUBE_SEARCHER_SOURCE = youtube_searcher-$(PYTHON_YOUTUBE_SEARCHER_VERSION).tar.gz
PYTHON_YOUTUBE_SEARCHER_SITE = https://files.pythonhosted.org/packages/e9/7c/c95ce24b6f36d51cc5c41b79265ca5181157a455d95a7c958bc082cfe8c4
PYTHON_YOUTUBE_SEARCHER_SETUP_TYPE = setuptools
PYTHON_YOUTUBE_SEARCHER_LICENSE = Apache
$(eval $(python-package))