From 78e08cc3bbae708d7e78876f85b02913950ada54 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 18 Apr 2018 00:30:56 +0200 Subject: [PATCH] Added lxml as a requirement for YouTube search (from BeautifulSoup4) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a4cea3e..1a45e6df 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ setup( 'Support for Belkin WeMo Switch plugin': ['ouimeaux'], 'Support for text2speech plugin': ['mplayer'], 'Support for OMXPlayer plugin': ['omxplayer'], - 'Support for YouTube in the OMXPlayer plugin': ['youtube-dl', 'beautifulsoup4'], + 'Support for YouTube in the OMXPlayer plugin': ['youtube-dl', 'beautifulsoup4', 'lxml'], 'Support for Google Assistant': ['google-assistant-library'], 'Support for the Google APIs': ['google-api-python-client'], 'Support for most of the HTTP poll backends': ['python-dateutil'],