mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Merge pull request #2684 from iv-org/SamantazFox-patch-2
Decode title from download widget
This commit is contained in:
		@@ -240,7 +240,7 @@ module Invidious::Routes::VideoPlayback
 | 
			
		||||
      download_widget = JSON.parse(env.params.query["download_widget"])
 | 
			
		||||
 | 
			
		||||
      id = download_widget["id"].as_s
 | 
			
		||||
      title = download_widget["title"].as_s
 | 
			
		||||
      title = URI.decode_www_form(download_widget["title"].as_s)
 | 
			
		||||
 | 
			
		||||
      if label = download_widget["label"]?
 | 
			
		||||
        return env.redirect "/api/v1/captions/#{id}?label=#{label}&title=#{title}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user