mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	Merge pull request #5717 from blissland/master
[CBSNewsIE] Relax thumbnail regex so test passes
This commit is contained in:
		@@ -32,7 +32,7 @@ class CBSNewsIE(InfoExtractor):
 | 
				
			|||||||
                'id': 'fort-hood-shooting-army-downplays-mental-illness-as-cause-of-attack',
 | 
					                'id': 'fort-hood-shooting-army-downplays-mental-illness-as-cause-of-attack',
 | 
				
			||||||
                'ext': 'flv',
 | 
					                'ext': 'flv',
 | 
				
			||||||
                'title': 'Fort Hood shooting: Army downplays mental illness as cause of attack',
 | 
					                'title': 'Fort Hood shooting: Army downplays mental illness as cause of attack',
 | 
				
			||||||
                'thumbnail': 'http://cbsnews2.cbsistatic.com/hub/i/r/2014/04/04/0c9fbc66-576b-41ca-8069-02d122060dd2/thumbnail/140x90/6dad7a502f88875ceac38202984b6d58/en-0404-werner-replace-640x360.jpg',
 | 
					                'thumbnail': 're:^https?://.*\.jpg$',
 | 
				
			||||||
                'duration': 205,
 | 
					                'duration': 205,
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            'params': {
 | 
					            'params': {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user