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

[extractor/wykop] Add extractors (#6140)

Authored by: selfisekai
This commit is contained in:
lauren n. liberda
2023-05-29 06:07:45 +02:00
committed by GitHub
parent fc5a7f9b27
commit aed945e1b9
2 changed files with 274 additions and 0 deletions

View File

@ -2357,6 +2357,12 @@ from .wsj import (
WSJArticleIE,
)
from .wwe import WWEIE
from .wykop import (
WykopDigIE,
WykopDigCommentIE,
WykopPostIE,
WykopPostCommentIE,
)
from .xanimu import XanimuIE
from .xbef import XBefIE
from .xboxclips import XboxClipsIE