[iqiyi] Fix typo (#26884)
This commit is contained in:
		
							parent
							
								
									d65d89183f
								
							
						
					
					
						commit
						1050e0d09f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -150,7 +150,7 @@ class IqiyiSDKInterpreter(object):
 | 
				
			||||||
            elif function in other_functions:
 | 
					            elif function in other_functions:
 | 
				
			||||||
                other_functions[function]()
 | 
					                other_functions[function]()
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
                raise ExtractorError('Unknown funcion %s' % function)
 | 
					                raise ExtractorError('Unknown function %s' % function)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return sdk.target
 | 
					        return sdk.target
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue