mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
15 lines
329 B
Python
15 lines
329 B
Python
from .play import PlayCommand
|
|
|
|
|
|
class YahoovideoCommand(PlayCommand):
|
|
name: str = "yahoovideo"
|
|
|
|
aliases = ["yv"]
|
|
|
|
description: str = "Cerca un video su Yahoo Video e lo aggiunge alla coda della chat vocale."
|
|
|
|
syntax = "{ricerca}"
|
|
|
|
_URL_FORMAT = "yvsearch:{url}"
|
|
|
|
# Too bad yvsearch: always finds nothing.
|