mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[generic] Add support for channel9 embeds (closes #14469)
This commit is contained in:
		| @@ -81,6 +81,12 @@ class Channel9IE(InfoExtractor): | ||||
|  | ||||
|     _RSS_URL = 'http://channel9.msdn.com/%s/RSS' | ||||
|  | ||||
|     @staticmethod | ||||
|     def _extract_urls(webpage): | ||||
|         return re.findall( | ||||
|             r'<iframe[^>]+src=["\'](https?://channel9\.msdn\.com/(?:[^/]+/)+)player\b', | ||||
|             webpage) | ||||
|  | ||||
|     def _extract_list(self, video_id, rss_url=None): | ||||
|         if not rss_url: | ||||
|             rss_url = self._RSS_URL % video_id | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․