[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
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
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