aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-05-27 15:00:50 -0400
committerRapptz <[email protected]>2016-05-27 15:00:50 -0400
commit13a9a7520cc1f2c5a9472b89949c4e4f364c562d (patch)
tree98d1f7a93657ca43efd080a2c9e7e704e960491d
parentAllow to edit mentionable property in Client.edit_role. (diff)
downloaddiscord.py-13a9a7520cc1f2c5a9472b89949c4e4f364c562d.tar.xz
discord.py-13a9a7520cc1f2c5a9472b89949c4e4f364c562d.zip
Fix ytdl documentation link.
-rw-r--r--discord/voice_client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/voice_client.py b/discord/voice_client.py
index 20766aec..d923cba0 100644
--- a/discord/voice_client.py
+++ b/discord/voice_client.py
@@ -425,7 +425,7 @@ class VoiceClient:
| player.views | How many views the audio stream has. |
+---------------------+---------------------------------------------------------+
- .. _ytdl: https://github.com/rg3/youtube-dl/blob/master/youtube_dl/YoutubeDL.py#L117-L265
+ .. _ytdl: https://github.com/rg3/youtube-dl/blob/master/youtube_dl/YoutubeDL.py#L128-L278
Examples
----------
@@ -443,7 +443,7 @@ class VoiceClient:
to ``ffmpeg`` or ``avconv`` to convert to PCM bytes.
ytdl_options : dict
A dictionary of options to pass into the ``YoutubeDL`` instance.
- See `the documentation <ydl>`_ for more details.
+ See `the documentation <ytdl>`_ for more details.
\*\*kwargs
The rest of the keyword arguments are forwarded to
:func:`create_ffmpeg_player`.