From ecfc3c62ebbbf86f8e29b1d9eb591dc95957f006 Mon Sep 17 00:00:00 2001 From: William Horvath Date: Wed, 27 Jul 2022 22:20:09 -0700 Subject: [PATCH] Change first of to first of all --- .github/ISSUE_TEMPLATE/1_broken_site.md | 2 +- .github/ISSUE_TEMPLATE/2_site_support_request.md | 2 +- .github/ISSUE_TEMPLATE/3_site_feature_request.md | 2 +- .github/ISSUE_TEMPLATE/4_bug_report.md | 2 +- .github/ISSUE_TEMPLATE/5_feature_request.md | 2 +- .github/ISSUE_TEMPLATE_tmpl/1_broken_site.md | 2 +- .github/ISSUE_TEMPLATE_tmpl/2_site_support_request.md | 2 +- .github/ISSUE_TEMPLATE_tmpl/3_site_feature_request.md | 2 +- .github/ISSUE_TEMPLATE_tmpl/4_bug_report.md | 2 +- .github/ISSUE_TEMPLATE_tmpl/5_feature_request.md | 2 +- youtube_dl/extractor/common.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_broken_site.md b/.github/ISSUE_TEMPLATE/1_broken_site.md index e5405c235..77a56069b 100644 --- a/.github/ISSUE_TEMPLATE/1_broken_site.md +++ b/.github/ISSUE_TEMPLATE/1_broken_site.md @@ -18,7 +18,7 @@ title: '' diff --git a/.github/ISSUE_TEMPLATE/4_bug_report.md b/.github/ISSUE_TEMPLATE/4_bug_report.md index af73525fb..d604b5979 100644 --- a/.github/ISSUE_TEMPLATE/4_bug_report.md +++ b/.github/ISSUE_TEMPLATE/4_bug_report.md @@ -18,7 +18,7 @@ title: '' diff --git a/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md b/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md index c7600d5b5..2d2bf6061 100644 --- a/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md +++ b/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md @@ -18,7 +18,7 @@ title: '' diff --git a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md index 41fb14b72..691c81270 100644 --- a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md +++ b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md @@ -18,7 +18,7 @@ title: '' diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 797c35fd5..8d07819b4 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -2223,7 +2223,7 @@ class InfoExtractor(object): def prepare_template(template_name, identifiers): tmpl = representation_ms_info[template_name] - # First of, % characters outside $...$ templates + # First of all, % characters outside $...$ templates # must be escaped by doubling for proper processing # by % operator string formatting used further (see # https://github.com/ytdl-org/youtube-dl/issues/16867).