mirror of
https://github.com/iv-org/invidious
synced 2024-11-10 05:03:32 +01:00
Fix change in parser file
This commit is contained in:
parent
31ad708206
commit
629599f940
@ -327,7 +327,7 @@ def parse_video_info(video_id : String, player_response : Hash(String, JSON::Any
|
||||
|
||||
if metadata_title == "Category"
|
||||
contents = contents.try &.dig?("runs", 0)
|
||||
|
||||
|
||||
genre = contents.try &.["text"]?
|
||||
genre_ucid = contents.try &.dig?("navigationEndpoint", "browseEndpoint", "browseId")
|
||||
elsif metadata_title == "License"
|
||||
|
Loading…
Reference in New Issue
Block a user