From e85ce83d3644c62d197c16f55bbc790411fdaac5 Mon Sep 17 00:00:00 2001 From: sigma67 Date: Wed, 27 Dec 2023 22:35:29 +0100 Subject: [PATCH] update get_artist docstring once more (closes #480) --- ytmusicapi/mixins/browsing.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ytmusicapi/mixins/browsing.py b/ytmusicapi/mixins/browsing.py index d929971..f64b330 100644 --- a/ytmusicapi/mixins/browsing.py +++ b/ytmusicapi/mixins/browsing.py @@ -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:: {