1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-04 00:55:15 +00:00

[docs,cleanup] Add deprecation warning in docs

for some counter intuitive behaviour that may be removed in future.

and fix linter
This commit is contained in:
pukkandan
2021-09-22 05:50:11 +05:30
parent 5e3f2f8fc4
commit d806c9fd97
2 changed files with 7 additions and 4 deletions

View File

@ -7,11 +7,9 @@ import sys
import time
from .fragment import FragmentFD
from ..aes import aes_cbc_decrypt_bytes
from ..compat import (
compat_setenv,
compat_str,
compat_struct_pack,
)
from ..postprocessor.ffmpeg import FFmpegPostProcessor, EXT_TO_OUT_FORMATS
from ..utils import (
@ -25,7 +23,6 @@ from ..utils import (
check_executable,
is_outdated_version,
process_communicate_or_kill,
sanitized_Request,
sanitize_open,
)