1
0
Fork 0

[ie/sbs.co.kr] Add extractors (#8326)

Authored by: seproDev
This commit is contained in:
sepro 2023-11-11 20:53:10 +01:00 committed by GitHub
commit 25a4bd345a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 205 additions and 0 deletions

View file

@ -1758,6 +1758,11 @@ from .samplefocus import SampleFocusIE
from .sapo import SapoIE
from .savefrom import SaveFromIE
from .sbs import SBSIE
from .sbscokr import (
SBSCoKrIE,
SBSCoKrAllvodProgramIE,
SBSCoKrProgramsVodIE,
)
from .screen9 import Screen9IE
from .screencast import ScreencastIE
from .screencastify import ScreencastifyIE