Merge branch 'feature/add_videocdn_extractor' of https://github.com/mbunse/youtube-dl into feature/add_videocdn_extractor

This commit is contained in:
mbunse 2023-01-21 20:16:36 +01:00
commit 62e96f48db
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):