mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52:45 -05:00
Collaboration videos have an additional metadata row containing the names of every channel involved, which means the views and published data cannot be assumed to be located in metadataRows[0]. Iterate every metadata row instead of hardcoding the first one, using the same approach already used by the playlist branch of this parser. Fixes #5740