[beam:vod] Add extractor

This commit is contained in:
Mike Fährmann 2017-05-14 10:04:42 +02:00 committed by Sergey M․
parent 03327bc9a6
commit 1e0d65f0bd
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 116 additions and 10 deletions

View file

@ -98,7 +98,10 @@ from .bbc import (
BBCCoUkPlaylistIE,
BBCIE,
)
from .beampro import BeamProLiveIE
from .beampro import (
BeamProLiveIE,
BeamProVodIE,
)
from .beeg import BeegIE
from .behindkink import BehindKinkIE
from .bellmedia import BellMediaIE