mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[bilibili] Mark as broken
Bilibili now uses emscripten, which is very difficult for reverse engineering. I don't expect it to be fixed in near future, so I mark it as broken. Ref: #10375
This commit is contained in:
		| @@ -21,6 +21,8 @@ from ..utils import ( | |||||||
|  |  | ||||||
|  |  | ||||||
| class BiliBiliIE(InfoExtractor): | class BiliBiliIE(InfoExtractor): | ||||||
|  |     _WORKING = False | ||||||
|  |  | ||||||
|     _VALID_URL = r'https?://www\.bilibili\.(?:tv|com)/video/av(?P<id>\d+)' |     _VALID_URL = r'https?://www\.bilibili\.(?:tv|com)/video/av(?P<id>\d+)' | ||||||
|  |  | ||||||
|     _TESTS = [{ |     _TESTS = [{ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user