From 08e29b9f1f0b6e5fe1c1e87bf8169bfd7ac91d57 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Mon, 2 Jan 2023 19:39:03 +0530 Subject: [PATCH] [cleanup] Misc Closes #5576, closes #5887 --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- .gitignore | 5 +++-- Collaborators.md | 2 +- Makefile | 4 ++-- README.md | 2 +- yt_dlp/YoutubeDL.py | 1 + yt_dlp/__init__.py | 2 +- yt_dlp/extractor/bilibili.py | 2 +- yt_dlp/extractor/common.py | 6 ++++-- yt_dlp/extractor/crunchyroll.py | 2 +- yt_dlp/extractor/yandexvideo.py | 4 ++-- yt_dlp/extractor/youtube.py | 4 ++-- yt_dlp/options.py | 8 ++++---- yt_dlp/postprocessor/ffmpeg.py | 6 +++--- yt_dlp/utils.py | 2 +- 15 files changed, 29 insertions(+), 25 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5abc6ce41..7c271565f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,8 +2,6 @@ ### Description of your *pull request* and other information - -