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

[extractor/yappy] Add extractor (#6111)

Authored by: HobbyistDev
Closes #3522
This commit is contained in:
HobbyistDev
2023-02-17 12:19:24 +09:00
committed by GitHub
parent e4a8b1769e
commit 3616300155
2 changed files with 100 additions and 0 deletions

View File

@@ -2329,6 +2329,7 @@ from .yandexvideo import (
ZenYandexChannelIE,
)
from .yapfiles import YapFilesIE
from .yappy import YappyIE
from .yesjapan import YesJapanIE
from .yinyuetai import YinYueTaiIE
from .yle_areena import YleAreenaIE