mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 20:51:56 +00:00 
			
		
		
		
	Add extra data to 'adaptiveFormats' in videos API
This commit is contained in:
		| @@ -412,6 +412,15 @@ struct Video | ||||
|                   end | ||||
|                 end | ||||
|               end | ||||
|  | ||||
|               # Audio-related data | ||||
|               json.field "audioQuality", fmt["audioQuality"] if fmt.has_key?("audioQuality") | ||||
|               json.field "audioSampleRate", fmt["audioSampleRate"].as_s.to_i if fmt.has_key?("audioSampleRate") | ||||
|               json.field "audioChannels", fmt["audioChannels"] if fmt.has_key?("audioChannels") | ||||
|  | ||||
|               # Extra misc stuff | ||||
|               json.field "colorInfo", fmt["colorInfo"] if fmt.has_key?("colorInfo") | ||||
|               json.field "captionTrack", fmt["captionTrack"] if fmt.has_key?("captionTrack") | ||||
|             end | ||||
|           end | ||||
|         end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Samantaz Fox
					Samantaz Fox