Merge branch 'feature/add_videocdn_extractor' of https://github.com/mbunse/youtube-dl into feature/add_videocdn_extractor
This commit is contained in:
commit
62e96f48db
@ -7,7 +7,9 @@ from ..compat import (
|
|||||||
compat_urlparse,
|
compat_urlparse,
|
||||||
)
|
)
|
||||||
|
|
||||||
from ..utils import determine_ext
|
from ..utils import (
|
||||||
|
determine_ext,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class VideoCdnIE(InfoExtractor):
|
class VideoCdnIE(InfoExtractor):
|
||||||
|
Loading…
Reference in New Issue
Block a user