[dailymotion] Fix typo
This commit is contained in:
		
							parent
							
								
									c380cc28c4
								
							
						
					
					
						commit
						676723e0da
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -32,7 +32,7 @@ class DailymotionBaseInfoExtractor(InfoExtractor):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @staticmethod
 | 
					    @staticmethod
 | 
				
			||||||
    def _get_cookie_value(cookies, name):
 | 
					    def _get_cookie_value(cookies, name):
 | 
				
			||||||
        cookie = cookies.get('name')
 | 
					        cookie = cookies.get(name)
 | 
				
			||||||
        if cookie:
 | 
					        if cookie:
 | 
				
			||||||
            return cookie.value
 | 
					            return cookie.value
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue