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
totalwebcasting
Yen Chi Hsuan 8 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 View File

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


Loading…
Cancel
Save