[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
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