mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	Add errorcode for invalid video IDs
This commit is contained in:
		| @@ -633,6 +633,10 @@ def fetch_video(id, proxies, region) | ||||
|     end | ||||
|   end | ||||
|  | ||||
|   if info["errorcode"]?.try &.== "2" | ||||
|     raise "Video unavailable." | ||||
|   end | ||||
|  | ||||
|   title = info["title"] | ||||
|   author = info["author"] | ||||
|   ucid = info["ucid"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Omar Roth
					Omar Roth