mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[cbsinteractive] Fix extraction for cnet.com
This commit is contained in:
		| @@ -1,6 +1,7 @@ | |||||||
| version <unreleased> | version <unreleased> | ||||||
|  |  | ||||||
| Extractors | Extractors | ||||||
|  | * [cbsinteractive] Fix extraction for cnet.com | ||||||
| * [parliamentliveuk] Lower case URLs are now recognized (#10912) | * [parliamentliveuk] Lower case URLs are now recognized (#10912) | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -63,7 +63,7 @@ class CBSInteractiveIE(ThePlatformIE): | |||||||
|         webpage = self._download_webpage(url, display_id) |         webpage = self._download_webpage(url, display_id) | ||||||
|  |  | ||||||
|         data_json = self._html_search_regex( |         data_json = self._html_search_regex( | ||||||
|             r"data-(?:cnet|zdnet)-video(?:-uvp)?-options='([^']+)'", |             r"data-(?:cnet|zdnet)-video(?:-uvp(?:js)?)?-options='([^']+)'", | ||||||
|             webpage, 'data json') |             webpage, 'data json') | ||||||
|         data = self._parse_json(data_json, display_id) |         data = self._parse_json(data_json, display_id) | ||||||
|         vdata = data.get('video') or data['videos'][0] |         vdata = data.get('video') or data['videos'][0] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan