mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[facebook] use _parse_mpd
This commit is contained in:
		| @@ -215,9 +215,8 @@ class FacebookIE(InfoExtractor): | ||||
|                         }) | ||||
|             dash_manifest = f[0].get('dash_manifest') | ||||
|             if dash_manifest: | ||||
|                 formats.extend(self._parse_dash_manifest( | ||||
|                     compat_etree_fromstring(compat_urllib_parse_unquote_plus(dash_manifest)), | ||||
|                     namespace='urn:mpeg:dash:schema:mpd:2011')) | ||||
|                 formats.extend(self._parse_mpd( | ||||
|                     compat_etree_fromstring(compat_urllib_parse_unquote_plus(dash_manifest)))) | ||||
|         if not formats: | ||||
|             raise ExtractorError('Cannot find video formats') | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 remitamine
					remitamine