mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-15 13:55:38 +00:00
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
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ from ..compat import (
|
|||
compat_urlparse,
|
||||
)
|
||||
|
||||
from ..utils import determine_ext
|
||||
from ..utils import (
|
||||
determine_ext,
|
||||
)
|
||||
|
||||
|
||||
class VideoCdnIE(InfoExtractor):
|
||||
|
|
Loading…
Reference in a new issue