forked from platypush/platypush
Renamed the youtube
plugin.
From `google.youtube` to `youtube`.
This commit is contained in:
parent
9ac25a7627
commit
efdb63443d
5 changed files with 8 additions and 9 deletions
|
@ -1,6 +0,0 @@
|
||||||
``google.youtube``
|
|
||||||
====================================
|
|
||||||
|
|
||||||
.. automodule:: platypush.plugins.google.youtube
|
|
||||||
:members:
|
|
||||||
|
|
5
docs/source/platypush/plugins/youtube.rst
Normal file
5
docs/source/platypush/plugins/youtube.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``youtube``
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. automodule:: platypush.plugins.youtube
|
||||||
|
:members:
|
|
@ -41,7 +41,6 @@ Plugins
|
||||||
platypush/plugins/google.maps.rst
|
platypush/plugins/google.maps.rst
|
||||||
platypush/plugins/google.pubsub.rst
|
platypush/plugins/google.pubsub.rst
|
||||||
platypush/plugins/google.translate.rst
|
platypush/plugins/google.translate.rst
|
||||||
platypush/plugins/google.youtube.rst
|
|
||||||
platypush/plugins/gotify.rst
|
platypush/plugins/gotify.rst
|
||||||
platypush/plugins/gpio.rst
|
platypush/plugins/gpio.rst
|
||||||
platypush/plugins/gpio.zeroborg.rst
|
platypush/plugins/gpio.zeroborg.rst
|
||||||
|
@ -142,6 +141,7 @@ Plugins
|
||||||
platypush/plugins/websocket.rst
|
platypush/plugins/websocket.rst
|
||||||
platypush/plugins/wiimote.rst
|
platypush/plugins/wiimote.rst
|
||||||
platypush/plugins/xmpp.rst
|
platypush/plugins/xmpp.rst
|
||||||
|
platypush/plugins/youtube.rst
|
||||||
platypush/plugins/zeroconf.rst
|
platypush/plugins/zeroconf.rst
|
||||||
platypush/plugins/zigbee.mqtt.rst
|
platypush/plugins/zigbee.mqtt.rst
|
||||||
platypush/plugins/zwave.mqtt.rst
|
platypush/plugins/zwave.mqtt.rst
|
||||||
|
|
|
@ -3,7 +3,7 @@ from platypush.plugins import action
|
||||||
from platypush.plugins.google import GooglePlugin
|
from platypush.plugins.google import GooglePlugin
|
||||||
|
|
||||||
|
|
||||||
class GoogleYoutubePlugin(GooglePlugin):
|
class YoutubePlugin(GooglePlugin):
|
||||||
r"""
|
r"""
|
||||||
YouTube plugin.
|
YouTube plugin.
|
||||||
|
|
|
@ -25,5 +25,5 @@ manifest:
|
||||||
- google-auth
|
- google-auth
|
||||||
- oauth2client
|
- oauth2client
|
||||||
- httplib2
|
- httplib2
|
||||||
package: platypush.plugins.google.youtube
|
package: platypush.plugins.youtube
|
||||||
type: plugin
|
type: plugin
|
Loading…
Reference in a new issue