mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-24 13:46:53 +01: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:
parent
d38b27dd9b
commit
97653f81b2
@ -21,6 +21,8 @@
|
||||
|
||||
|
||||
class BiliBiliIE(InfoExtractor):
|
||||
_WORKING = False
|
||||
|
||||
_VALID_URL = r'https?://www\.bilibili\.(?:tv|com)/video/av(?P<id>\d+)'
|
||||
|
||||
_TESTS = [{
|
||||
|
Loading…
Reference in New Issue
Block a user