From 03a68fa70bb0ef282c84e280e5b863bf603fb443 Mon Sep 17 00:00:00 2001 From: kikuyan Date: Sat, 26 Jun 2021 10:23:14 +0900 Subject: [PATCH 1/2] [README.md] change video id that looks like a typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2841ed68f..d4eae1a01 100644 --- a/README.md +++ b/README.md @@ -622,7 +622,7 @@ Available for the media that is a track or a part of a music album: Each aforementioned sequence when referenced in an output template will be replaced by the actual value corresponding to the sequence name. Note that some of the sequences are not guaranteed to be present since they depend on the metadata obtained by a particular extractor. Such sequences will be replaced with placeholder value provided with `--output-na-placeholder` (`NA` by default). -For example for `-o %(title)s-%(id)s.%(ext)s` and an mp4 video with title `youtube-dl test video` and id `BaW_jenozKcj`, this will result in a `youtube-dl test video-BaW_jenozKcj.mp4` file created in the current directory. +For example for `-o %(title)s-%(id)s.%(ext)s` and an mp4 video with title `youtube-dl test video` and id `BaW_jenozKc`, this will result in a `youtube-dl test video-BaW_jenozKc.mp4` file created in the current directory. For numeric sequences you can use numeric related formatting, for example, `%(view_count)05d` will result in a string with view count padded with zeros up to 5 characters, like in `00042`. @@ -928,7 +928,7 @@ Passing cookies to youtube-dl is a good way to workaround login when a particula You will first need to tell youtube-dl to stream media to stdout with `-o -`, and also tell your media player to read from stdin (it must be capable of this for streaming) and then pipe former to latter. For example, streaming to [vlc](https://www.videolan.org/) can be achieved with: - youtube-dl -o - "https://www.youtube.com/watch?v=BaW_jenozKcj" | vlc - + youtube-dl -o - "https://www.youtube.com/watch?v=BaW_jenozKc" | vlc - ### How do I download only new videos from a playlist? @@ -1413,7 +1413,7 @@ Bugs and suggestions should be reported at: [debug] System config: [] [debug] User config: [] -[debug] Command-line args: [u'-v', u'https://www.youtube.com/watch?v=BaW_jenozKcj'] +[debug] Command-line args: [u'-v', u'https://www.youtube.com/watch?v=BaW_jenozKc'] [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251 [debug] youtube-dl version 2015.12.06 [debug] Git HEAD: 135392e From 2aea5e7f87140ece9ca61c75c625529943fb5f11 Mon Sep 17 00:00:00 2001 From: kikuyan Date: Sat, 26 Jun 2021 23:19:43 +0900 Subject: [PATCH 2/2] added ISSUE_TEMPLATE_tmpl --- .github/ISSUE_TEMPLATE_tmpl/1_broken_site.md | 2 +- .github/ISSUE_TEMPLATE_tmpl/4_bug_report.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md b/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md index c7600d5b5..6743df643 100644 --- a/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md +++ b/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md @@ -39,7 +39,7 @@ Provide the complete verbose output of youtube-dl that clearly demonstrates the Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v `), copy the WHOLE output and insert it below. It should look similar to this: [debug] System config: [] [debug] User config: [] - [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj'] + [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKc'] [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251 [debug] youtube-dl version %(version)s [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2 diff --git a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md index 41fb14b72..625cb1121 100644 --- a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md +++ b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md @@ -41,7 +41,7 @@ Provide the complete verbose output of youtube-dl that clearly demonstrates the Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v `), copy the WHOLE output and insert it below. It should look similar to this: [debug] System config: [] [debug] User config: [] - [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj'] + [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKc'] [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251 [debug] youtube-dl version %(version)s [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2