[extractor/yappy] YappyProfile: Add extractor (#7346)

Authored by: 7vlad7
This commit is contained in:
Vladislav
2023-06-19 23:43:35 +03:00
committed by GitHub
parent 81c8b9bdd9
commit 6f69101dc9
2 changed files with 33 additions and 2 deletions

View File

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