mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 11:43:47 +00:00 
			
		
		
		
	[ivi] Fix python 3.4 support
This commit is contained in:
		
							parent
							
								
									25d3f770e6
								
							
						
					
					
						commit
						f8015c1574
					
				@ -91,10 +91,10 @@ class IviIE(InfoExtractor):
 | 
				
			|||||||
                    'contentid': video_id
 | 
					                    'contentid': video_id
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
        }).encode()
 | 
					        })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        for site in (353, 183):
 | 
					        for site in (353, 183):
 | 
				
			||||||
            content_data = data % site
 | 
					            content_data = (data % site).encode()
 | 
				
			||||||
            if site == 353:
 | 
					            if site == 353:
 | 
				
			||||||
                try:
 | 
					                try:
 | 
				
			||||||
                    from Cryptodome.Cipher import Blowfish
 | 
					                    from Cryptodome.Cipher import Blowfish
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user