Update youtube_dl/extractor/videocdn.py

Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
Moritz Bunse 2023-01-21 20:11:25 +01:00 committed by GitHub
parent 6b54fcef20
commit aec8c6b570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ from ..compat import (
compat_urlparse,
)
from ..utils import determine_ext
from ..utils import (
determine_ext,
)
class VideoCdnIE(InfoExtractor):