mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
Sorted with separate closing parentheses for imports.
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
865f1c4fbf
commit
744f3ac109
1 changed files with 3 additions and 2 deletions
|
@ -5,9 +5,10 @@ import re
|
|||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
ExtractorError,
|
||||
url_or_none,
|
||||
parse_duration,
|
||||
unsmuggle_url)
|
||||
unsmuggle_url,
|
||||
url_or_none,
|
||||
)
|
||||
|
||||
from ..compat import (
|
||||
compat_parse_qs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue