mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-04 06:31:57 +00:00 
			
		
		
		
	quick fix for channel videos page
This commit is contained in:
		@@ -30,7 +30,9 @@ def produce_channel_videos_continuation(ucid, page = 1, auto_generated = nil, so
 | 
			
		||||
        "15:embedded" => {
 | 
			
		||||
          "1:embedded" => {
 | 
			
		||||
            "1:string" => object_inner_2_encoded,
 | 
			
		||||
            "2:string" => "00000000-0000-0000-0000-000000000000",
 | 
			
		||||
          },
 | 
			
		||||
          "2:embedded" => {
 | 
			
		||||
            "1:string" => "00000000-0000-0000-0000-000000000000",
 | 
			
		||||
          },
 | 
			
		||||
          "3:varint" => sort_by_numerical,
 | 
			
		||||
        },
 | 
			
		||||
 
 | 
			
		||||
@@ -773,6 +773,7 @@ end
 | 
			
		||||
def extract_items(initial_data : InitialData, &block)
 | 
			
		||||
  if unpackaged_data = initial_data["contents"]?.try &.as_h
 | 
			
		||||
  elsif unpackaged_data = initial_data["response"]?.try &.as_h
 | 
			
		||||
  elsif unpackaged_data = initial_data.dig?("onResponseReceivedActions", 1).try &.as_h
 | 
			
		||||
  elsif unpackaged_data = initial_data.dig?("onResponseReceivedActions", 0).try &.as_h
 | 
			
		||||
  else
 | 
			
		||||
    unpackaged_data = initial_data
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user