[yandexvideo] Add extractor

This commit is contained in:
Sergey M․ 2019-03-17 17:33:07 +07:00
parent 04988b55b5
commit 8428fdccf2
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 92 additions and 1 deletions

View file

@ -1444,12 +1444,13 @@ from .yahoo import (
YahooIE,
YahooSearchIE,
)
from .yandexdisk import YandexDiskIE
from .yandexmusic import (
YandexMusicTrackIE,
YandexMusicAlbumIE,
YandexMusicPlaylistIE,
)
from .yandexdisk import YandexDiskIE
from .yandexvideo import YandexVideoIE
from .yapfiles import YapFilesIE
from .yesjapan import YesJapanIE
from .yinyuetai import YinYueTaiIE