mirror of
https://github.com/iv-org/invidious
synced 2026-05-26 17:05:30 +00:00
Fix CI: support reloadContinuationItemsCommand containers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user