Update comment to reflect changes to function
This commit is contained in:
parent
d2672e5eea
commit
6fb9828651
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ module HelperExtractors
|
|||
end
|
||||
|
||||
# Retrieves the ID required for querying the InnerTube browse endpoint.
|
||||
# Raises when it's unable to do so
|
||||
# Returns an empty string when it's unable to do so
|
||||
def self.get_browse_id(container)
|
||||
return container.dig?("navigationEndpoint", "browseEndpoint", "browseId").try &.as_s || ""
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue