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
@@ -21,6 +21,8 @@ from ..utils import (
class BiliBiliIE(InfoExtractor):
+ _WORKING = False
+
_VALID_URL = r'https?://www\.bilibili\.(?:tv|com)/video/av(?P<id>\d+)'
_TESTS = [{