Added lxml as a requirement for YouTube search (from BeautifulSoup4)

This commit is contained in:
Fabio Manganiello 2018-04-18 00:30:56 +02:00
parent ab19e258bb
commit 78e08cc3bb
1 changed files with 1 additions and 1 deletions

View File

@ -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'],