1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 06:35:12 +00:00

[cleanup] Misc (#12694)

Authored by: seproDev
This commit is contained in:
sepro
2025-03-25 01:05:02 +01:00
committed by GitHub
parent 66e0bab814
commit 9dde546e7e
10 changed files with 34 additions and 34 deletions

View File

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