[Misc] Correct [_]IE_DESC/NAME in a few IEs

* thx seproDev, yt-dlp/yt-dlp/pull/12694/commits/ae69e3c
* also add documenting comment in `InfoExtractor`
This commit is contained in:
dirkf
2025-03-26 12:47:19 +00:00
parent c1ea7f5a24
commit 4e714f9df1
4 changed files with 5 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ class BokeCCBaseIE(InfoExtractor):
class BokeCCIE(BokeCCBaseIE):
_IE_DESC = 'CC视频'
IE_DESC = 'CC视频'
_VALID_URL = r'https?://union\.bokecc\.com/playvideo\.bo\?(?P<query>.*)'
_TESTS = [{