1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-07 11:57:07 -05:00

[nexx:embed] Add extractor for iframe embeds

This commit is contained in:
Sergey M․
2017-07-16 04:32:37 +07:00
parent 089b97cfee
commit 3f59b0154a
3 changed files with 80 additions and 2 deletions

View File

@@ -653,7 +653,10 @@ from .nextmedia import (
AppleDailyIE,
NextTVIE,
)
from .nexx import NexxIE
from .nexx import (
NexxIE,
NexxEmbedIE,
)
from .nfb import NFBIE
from .nfl import NFLIE
from .nhk import NhkVodIE