Browse Source

[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
Yen Chi Hsuan 9 years ago
parent
commit
97653f81b2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      youtube_dl/extractor/bilibili.py

+ 2 - 0
youtube_dl/extractor/bilibili.py

@@ -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 = [{