forked from platypush/platypush
Implemented YouTube videos search and play with support for queuse
This commit is contained in:
parent
02e951bd57
commit
ab19e258bb
2 changed files with 31 additions and 1 deletions
2
setup.py
2
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'],
|
||||
'Support for YouTube in the OMXPlayer plugin': ['youtube-dl', 'beautifulsoup4'],
|
||||
'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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue