[coub] Update test and remove comment count extraction
This commit is contained in:
		
							parent
							
								
									e0c1e9a98c
								
							
						
					
					
						commit
						a146fa1c68
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -24,12 +24,11 @@ class CoubIE(InfoExtractor):
 | 
			
		|||
            'duration': 4.6,
 | 
			
		||||
            'timestamp': 1428527772,
 | 
			
		||||
            'upload_date': '20150408',
 | 
			
		||||
            'uploader': 'Артём Лоскутников',
 | 
			
		||||
            'uploader': 'Artyom Loskutnikov',
 | 
			
		||||
            'uploader_id': 'artyom.loskutnikov',
 | 
			
		||||
            'view_count': int,
 | 
			
		||||
            'like_count': int,
 | 
			
		||||
            'repost_count': int,
 | 
			
		||||
            'comment_count': int,
 | 
			
		||||
            'age_limit': 0,
 | 
			
		||||
        },
 | 
			
		||||
    }, {
 | 
			
		||||
| 
						 | 
				
			
			@ -118,7 +117,6 @@ class CoubIE(InfoExtractor):
 | 
			
		|||
        view_count = int_or_none(coub.get('views_count') or coub.get('views_increase_count'))
 | 
			
		||||
        like_count = int_or_none(coub.get('likes_count'))
 | 
			
		||||
        repost_count = int_or_none(coub.get('recoubs_count'))
 | 
			
		||||
        comment_count = int_or_none(coub.get('comments_count'))
 | 
			
		||||
 | 
			
		||||
        age_restricted = coub.get('age_restricted', coub.get('age_restricted_by_admin'))
 | 
			
		||||
        if age_restricted is not None:
 | 
			
		||||
| 
						 | 
				
			
			@ -137,7 +135,6 @@ class CoubIE(InfoExtractor):
 | 
			
		|||
            'view_count': view_count,
 | 
			
		||||
            'like_count': like_count,
 | 
			
		||||
            'repost_count': repost_count,
 | 
			
		||||
            'comment_count': comment_count,
 | 
			
		||||
            'age_limit': age_limit,
 | 
			
		||||
            'formats': formats,
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue