Skip to content

Commit

Permalink
update get_artist docstring once more (closes #480)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Dec 27, 2023
1 parent b51603a commit e85ce83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ytmusicapi/mixins/browsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ def get_artist(self, channelId: str) -> Dict:
:param channelId: channel id of the artist
:return: Dictionary with requested information.
.. warning::
The returned channelId is not the same as the one passed to the function.
It should be used only with :py:func:`subscribe_artists`.
Example::
{
Expand Down

0 comments on commit e85ce83

Please sign in to comment.