mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/rg3/youtube-dl into bilibili
This commit is contained in:
		| @@ -3,9 +3,11 @@ from __future__ import unicode_literals | ||||
|  | ||||
| import re | ||||
| import json | ||||
| import xml.etree.ElementTree as ET | ||||
|  | ||||
| from .common import InfoExtractor | ||||
| from ..compat import ( | ||||
|     compat_etree_fromstring, | ||||
| ) | ||||
| from ..utils import ( | ||||
|     int_or_none, | ||||
|     unescapeHTML, | ||||
| @@ -68,7 +70,7 @@ class BiliBiliIE(InfoExtractor): | ||||
|         except ValueError: | ||||
|             pass | ||||
|  | ||||
|         doc = ET.fromstring(page) | ||||
|         doc = compat_etree_fromstring(page) | ||||
|  | ||||
|         entries = [] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 remitamine
					remitamine