1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 14:15:13 +00:00

[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
parent 3906de0755
commit 25a4bd345a
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