mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-15 13:55:38 +00:00
Update youtube_dl/extractor/videocdn.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
6b54fcef20
commit
aec8c6b570
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