1
0
Fork 0

[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
commit 6f69101dc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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