1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[extractor/detik] Generalize extractors (#4899)

Authored by: HobbyistDev, coletdjnz
This commit is contained in:
HobbyistDev
2022-10-04 12:09:23 +09:00
committed by GitHub
parent 12f153a827
commit c7f540ea1e
3 changed files with 186 additions and 90 deletions

View File

@ -333,6 +333,7 @@ from .cnn import (
CNNIE,
CNNBlogsIE,
CNNArticleIE,
CNNIndonesiaIE,
)
from .coub import CoubIE
from .comedycentral import (
@ -411,7 +412,7 @@ from .deezer import (
DeezerAlbumIE,
)
from .democracynow import DemocracynowIE
from .detik import Detik20IE
from .detik import DetikEmbedIE
from .dfb import DFBIE
from .dhm import DHMIE
from .digg import DiggIE