Renamed the `youtube` plugin.

From `google.youtube` to `youtube`.
This commit is contained in:
Fabio Manganiello 2023-11-04 00:05:57 +01:00
parent 9ac25a7627
commit efdb63443d
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
5 changed files with 8 additions and 9 deletions

View File

@ -1,6 +0,0 @@
``google.youtube``
====================================
.. automodule:: platypush.plugins.google.youtube
:members:

View File

@ -0,0 +1,5 @@
``youtube``
===========
.. automodule:: platypush.plugins.youtube
:members:

View File

@ -41,7 +41,6 @@ Plugins
platypush/plugins/google.maps.rst
platypush/plugins/google.pubsub.rst
platypush/plugins/google.translate.rst
platypush/plugins/google.youtube.rst
platypush/plugins/gotify.rst
platypush/plugins/gpio.rst
platypush/plugins/gpio.zeroborg.rst
@ -142,6 +141,7 @@ Plugins
platypush/plugins/websocket.rst
platypush/plugins/wiimote.rst
platypush/plugins/xmpp.rst
platypush/plugins/youtube.rst
platypush/plugins/zeroconf.rst
platypush/plugins/zigbee.mqtt.rst
platypush/plugins/zwave.mqtt.rst

View File

@ -3,7 +3,7 @@ from platypush.plugins import action
from platypush.plugins.google import GooglePlugin
class GoogleYoutubePlugin(GooglePlugin):
class YoutubePlugin(GooglePlugin):
r"""
YouTube plugin.

View File

@ -25,5 +25,5 @@ manifest:
- google-auth
- oauth2client
- httplib2
package: platypush.plugins.google.youtube
package: platypush.plugins.youtube
type: plugin