1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-07 18:15:15 +00:00

[cleanup] Misc

This commit is contained in:
pukkandan
2022-08-15 03:15:05 +05:30
parent 49b4ceaedf
commit 1e4fca9a87
10 changed files with 23 additions and 35 deletions

View File

@@ -1,7 +1,5 @@
from .jixie import JixieBaseIE
# Video from video.kompas.com seems use jixie player
class KompasVideoIE(JixieBaseIE):
_VALID_URL = r'https?://video\.kompas\.com/\w+/(?P<id>\d+)/(?P<slug>[\w-]+)'