[dailymotion:playlist] Carry long line
This commit is contained in:
		
							parent
							
								
									485fedf6fd
								
							
						
					
					
						commit
						fa9f1d16b8
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -331,7 +331,9 @@ class DailymotionPlaylistIE(DailymotionBaseInfoExtractor):
 | 
			
		|||
 | 
			
		||||
            for video_id in re.findall(r'data-xid="(.+?)"', webpage):
 | 
			
		||||
                if video_id not in video_ids:
 | 
			
		||||
                    yield self.url_result('http://www.dailymotion.com/video/%s' % video_id, 'Dailymotion', video_id)
 | 
			
		||||
                    yield self.url_result(
 | 
			
		||||
                        'http://www.dailymotion.com/video/%s' % video_id,
 | 
			
		||||
                        DailymotionIE.ie_key(), video_id)
 | 
			
		||||
                    video_ids.add(video_id)
 | 
			
		||||
 | 
			
		||||
            if re.search(self._MORE_PAGES_INDICATOR, webpage) is None:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue