mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 05:37:07 -05:00 
			
		
		
		
	Merge remote-tracking branch 'fstirlitz/master'
This commit is contained in:
		@@ -53,4 +53,5 @@ class ComCarCoffIE(InfoExtractor):
 | 
				
			|||||||
            'timestamp': parse_iso8601(video_data.get('pubDate')),
 | 
					            'timestamp': parse_iso8601(video_data.get('pubDate')),
 | 
				
			||||||
            'thumbnails': thumbnails,
 | 
					            'thumbnails': thumbnails,
 | 
				
			||||||
            'formats': formats,
 | 
					            'formats': formats,
 | 
				
			||||||
 | 
					            'webpage_url': 'http://comediansincarsgettingcoffee.com/%s' % (video_data.get('urlSlug', video_data.get('slug'))),
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user