mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	Merge pull request #6773 from remitamine/airmozilla
[airmozilla] fix test info
This commit is contained in:
		@@ -20,14 +20,14 @@ class AirMozillaIE(InfoExtractor):
 | 
				
			|||||||
            'id': '6x4q2w',
 | 
					            'id': '6x4q2w',
 | 
				
			||||||
            'ext': 'mp4',
 | 
					            'ext': 'mp4',
 | 
				
			||||||
            'title': 'Privacy Lab - a meetup for privacy minded people in San Francisco',
 | 
					            'title': 'Privacy Lab - a meetup for privacy minded people in San Francisco',
 | 
				
			||||||
            'thumbnail': 're:https://\w+\.cloudfront\.net/6x4q2w/poster\.jpg\?t=\d+',
 | 
					            'thumbnail': 're:https?://vid\.ly/(?P<id>[0-9a-z-]+)/poster',
 | 
				
			||||||
            'description': 'Brings together privacy professionals and others interested in privacy at for-profits, non-profits, and NGOs in an effort to contribute to the state of the ecosystem...',
 | 
					            'description': 'Brings together privacy professionals and others interested in privacy at for-profits, non-profits, and NGOs in an effort to contribute to the state of the ecosystem...',
 | 
				
			||||||
            'timestamp': 1422487800,
 | 
					            'timestamp': 1422487800,
 | 
				
			||||||
            'upload_date': '20150128',
 | 
					            'upload_date': '20150128',
 | 
				
			||||||
            'location': 'SFO Commons',
 | 
					            'location': 'SFO Commons',
 | 
				
			||||||
            'duration': 3780,
 | 
					            'duration': 3780,
 | 
				
			||||||
            'view_count': int,
 | 
					            'view_count': int,
 | 
				
			||||||
            'categories': ['Main'],
 | 
					            'categories': ['Main', 'Privacy'],
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user