1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-22 08:19:09 -04:00

Fix CI: support reloadContinuationItemsCommand containers

This commit is contained in:
Samantaz Fox 2022-06-01 23:17:28 +02:00
parent fd99f20404
commit d7f6b6b018
No known key found for this signature in database
GPG Key ID: F42821059186176E

@ -517,6 +517,8 @@ private module Extractors
self.extract(target)
elsif target = initial_data["appendContinuationItemsAction"]?
self.extract(target)
elsif target = initial_data["reloadContinuationItemsCommand"]?
self.extract(target)
end
end