1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 22:55:42 +07: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 @@
AppleDailyIE,
NextTVIE,
)
from .nexx import NexxIE
from .nexx import (
NexxIE,
NexxEmbedIE,
)
from .nfb import NFBIE
from .nfl import NFLIE
from .nhk import NhkVodIE