]> jfr.im git - yt-dlp.git/commit - devscripts/update-version.py
[cleanup] Sort imports
authorpukkandan <redacted>
Mon, 11 Apr 2022 22:32:57 +0000 (04:02 +0530)
committerpukkandan <redacted>
Tue, 12 Apr 2022 00:02:52 +0000 (05:32 +0530)
commitf82711587cee043cb2496fe180b5cc0e07c06eda
tree9c6bf7952657a78a93200fc7d90013990fdc8585
parent86e5f3ed2e6e71eb81ea4c9e26288f16119ffd0c
[cleanup] Sort imports

Using https://github.com/PyCQA/isort

    isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
86 files changed:
.gitignore
devscripts/bash-completion.py
devscripts/check-porn.py
devscripts/fish-completion.py
devscripts/generate_aes_testdata.py
devscripts/make_lazy_extractors.py
devscripts/make_readme.py
devscripts/make_supportedsites.py
devscripts/update-formulae.py
devscripts/update-version.py
devscripts/zsh-completion.py
pyinst.py
setup.py
test/helper.py
test/test_InfoExtractor.py
test/test_YoutubeDL.py
test/test_YoutubeDLCookieJar.py
test/test_aes.py
test/test_age_restriction.py
test/test_all_urls.py
test/test_cache.py
test/test_compat.py
test/test_cookies.py
test/test_download.py
test/test_downloader_http.py
test/test_execution.py
test/test_http.py
test/test_iqiyi_sdk_interpreter.py
test/test_jsinterp.py
test/test_netrc.py
test/test_overwrites.py
test/test_post_hooks.py
test/test_postprocessors.py
test/test_socks.py
test/test_subtitles.py
test/test_update.py.disabled
test/test_utils.py
test/test_verbose_output.py
test/test_write_annotations.py.disabled
test/test_youtube_lists.py
test/test_youtube_misc.py
test/test_youtube_signature.py
yt_dlp/YoutubeDL.py
yt_dlp/__init__.py
yt_dlp/aes.py
yt_dlp/cache.py
yt_dlp/cookies.py
yt_dlp/downloader/__init__.py
yt_dlp/downloader/common.py
yt_dlp/downloader/dash.py
yt_dlp/downloader/external.py
yt_dlp/downloader/f4m.py
yt_dlp/downloader/fragment.py
yt_dlp/downloader/hls.py
yt_dlp/downloader/http.py
yt_dlp/downloader/ism.py
yt_dlp/downloader/mhtml.py
yt_dlp/downloader/rtmp.py
yt_dlp/downloader/rtsp.py
yt_dlp/downloader/websocket.py
yt_dlp/downloader/youtube_live_chat.py
yt_dlp/extractor/abematv.py
yt_dlp/extractor/common.py
yt_dlp/extractor/commonprotocols.py
yt_dlp/extractor/generic.py
yt_dlp/extractor/mtv.py
yt_dlp/extractor/noz.py
yt_dlp/extractor/openload.py
yt_dlp/extractor/youtube.py
yt_dlp/jsinterp.py
yt_dlp/minicurses.py
yt_dlp/options.py
yt_dlp/postprocessor/__init__.py
yt_dlp/postprocessor/common.py
yt_dlp/postprocessor/embedthumbnail.py
yt_dlp/postprocessor/exec.py
yt_dlp/postprocessor/ffmpeg.py
yt_dlp/postprocessor/modify_chapters.py
yt_dlp/postprocessor/movefilesafterdownload.py
yt_dlp/postprocessor/sponskrub.py
yt_dlp/postprocessor/sponsorblock.py
yt_dlp/postprocessor/xattrpp.py
yt_dlp/socks.py
yt_dlp/update.py
yt_dlp/utils.py
yt_dlp/webvtt.py