mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[options] Correct option usage
This commit is contained in:
parent
34a741a8ec
commit
2daabe4992
@ -86,6 +86,9 @@
|
||||
import sys
|
||||
|
||||
|
||||
from .options import (
|
||||
parseOpts,
|
||||
)
|
||||
from .utils import (
|
||||
compat_getpass,
|
||||
compat_print,
|
||||
@ -94,7 +97,6 @@
|
||||
decodeOption,
|
||||
DownloadError,
|
||||
MaxDownloadsReached,
|
||||
parseOpts,
|
||||
preferredencoding,
|
||||
read_batch_urls,
|
||||
SameFileError,
|
||||
|
@ -1,3 +1,5 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import os.path
|
||||
import optparse
|
||||
import shlex
|
||||
|
Loading…
Reference in New Issue
Block a user