[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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