aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions <github-actions@example.com>2022-02-04 06:39:10 +0000
committergithub-actions <github-actions@example.com>2022-02-04 06:39:10 +0000
commitb7614282264a5427f7319c5f6c065c33008404c1 (patch)
tree0e1eb18e1e3086e65cea6c02b41ada5fabaa2d62
parentc1653e9efba2768910e6a5f62c88c7a95317b431 (diff)
[version] update2022.02.04
Created by: pukkandan :ci skip all
-rw-r--r--.github/ISSUE_TEMPLATE/1_broken_site.yml6
-rw-r--r--.github/ISSUE_TEMPLATE/2_site_support_request.yml6
-rw-r--r--.github/ISSUE_TEMPLATE/3_site_feature_request.yml6
-rw-r--r--.github/ISSUE_TEMPLATE/4_bug_report.yml6
-rw-r--r--.github/ISSUE_TEMPLATE/5_feature_request.yml2
-rw-r--r--yt_dlp/version.py4
6 files changed, 15 insertions, 15 deletions
diff --git a/.github/ISSUE_TEMPLATE/1_broken_site.yml b/.github/ISSUE_TEMPLATE/1_broken_site.yml
index 2138dc94c..397f92824 100644
--- a/.github/ISSUE_TEMPLATE/1_broken_site.yml
+++ b/.github/ISSUE_TEMPLATE/1_broken_site.yml
@@ -11,7 +11,7 @@ body:
11 options: 11 options:
12 - label: I'm reporting a broken site 12 - label: I'm reporting a broken site
13 required: true 13 required: true
14 - label: I've verified that I'm running yt-dlp version **2022.02.03**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) 14 - label: I've verified that I'm running yt-dlp version **2022.02.04**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update))
15 required: true 15 required: true
16 - label: I've checked that all provided URLs are alive and playable in a browser 16 - label: I've checked that all provided URLs are alive and playable in a browser
17 required: true 17 required: true
@@ -51,12 +51,12 @@ body:
51 [debug] Portable config file: yt-dlp.conf 51 [debug] Portable config file: yt-dlp.conf
52 [debug] Portable config: ['-i'] 52 [debug] Portable config: ['-i']
53 [debug] Encodings: locale cp1252, fs utf-8, stdout utf-8, stderr utf-8, pref cp1252 53 [debug] Encodings: locale cp1252, fs utf-8, stdout utf-8, stderr utf-8, pref cp1252
54 [debug] yt-dlp version 2022.02.03 (exe) 54 [debug] yt-dlp version 2022.02.04 (exe)
55 [debug] Python version 3.8.8 (CPython 64bit) - Windows-10-10.0.19041-SP0 55 [debug] Python version 3.8.8 (CPython 64bit) - Windows-10-10.0.19041-SP0
56 [debug] exe versions: ffmpeg 3.0.1, ffprobe 3.0.1 56 [debug] exe versions: ffmpeg 3.0.1, ffprobe 3.0.1
57 [debug] Optional libraries: Cryptodome, keyring, mutagen, sqlite, websockets 57 [debug] Optional libraries: Cryptodome, keyring, mutagen, sqlite, websockets
58 [debug] Proxy map: {} 58 [debug] Proxy map: {}
59 yt-dlp is up to date (2022.02.03) 59 yt-dlp is up to date (2022.02.04)
60 <more lines> 60 <more lines>
61 render: shell 61 render: shell
62 validations: 62 validations:
diff --git a/.github/ISSUE_TEMPLATE/2_site_support_request.yml b/.github/ISSUE_TEMPLATE/2_site_support_request.yml
index f99409997..9b02f6f72 100644
--- a/.github/ISSUE_TEMPLATE/2_site_support_request.yml
+++ b/.github/ISSUE_TEMPLATE/2_site_support_request.yml
@@ -11,7 +11,7 @@ body:
11 options: 11 options:
12 - label: I'm reporting a new site support request 12 - label: I'm reporting a new site support request
13 required: true 13 required: true
14 - label: I've verified that I'm running yt-dlp version **2022.02.03**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) 14 - label: I've verified that I'm running yt-dlp version **2022.02.04**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update))
15 required: true 15 required: true
16 - label: I've checked that all provided URLs are alive and playable in a browser 16 - label: I've checked that all provided URLs are alive and playable in a browser
17 required: true 17 required: true
@@ -62,12 +62,12 @@ body:
62 [debug] Portable config file: yt-dlp.conf 62 [debug] Portable config file: yt-dlp.conf
63 [debug] Portable config: ['-i'] 63 [debug] Portable config: ['-i']
64 [debug] Encodings: locale cp1252, fs utf-8, stdout utf-8, stderr utf-8, pref cp1252 64 [debug] Encodings: locale cp1252, fs utf-8, stdout utf-8, stderr utf-8, pref cp1252
65 [debug] yt-dlp version 2022.02.03 (exe) 65 [debug] yt-dlp version 2022.02.04 (exe)
66 [debug] Python version 3.8.8 (CPython 64bit) - Windows-10-10.0.19041-SP0 66 [debug] Python version 3.8.8 (CPython 64bit) - Windows-10-10.0.19041-SP0
67 [debug] exe versions: ffmpeg 3.0.1, ffprobe 3.0.1 67 [debug] exe versions: ffmpeg 3.0.1, ffprobe 3.0.1
68 [debug] Optional libraries: Cryptodome, keyring, mutagen, sqlite, websockets 68 [debug] Optional libraries: Cryptodome, keyring, mutagen, sqlite, websockets
69 [debug] Proxy map: {} 69 [debug] Proxy map: {}
70 yt-dlp is up to date (2022.02.03) 70 yt-dlp is up to date (2022.02.04)
71 <more lines> 71 <more lines>
72 render: shell 72 render: shell
73 validations: 73 validations:
diff --git a/.github/ISSUE_TEMPLATE/3_site_feature_request.yml b/.github/ISSUE_TEMPLATE/3_site_feature_request.yml
index 087413875..3ad71edc7 100644
--- a/.github/ISSUE_TEMPLATE/3_site_feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/3_site_feature_request.yml
@@ -11,7 +11,7 @@ body:
11 options: 11 options:
12 - label: I'm reporting a site feature request 12 - label: I'm reporting a site feature request
13 required: true 13 required: true
14 - label: I've verified that I'm running yt-dlp version **2022.02.03**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) 14 - label: I've verified that I'm running yt-dlp version **2022.02.04**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update))
15 required: true 15 required: true
16 - label: I've checked that all provided URLs are alive and playable in a browser 16 - label: I've checked that all provided URLs are alive and playable in a browser
17 required: true 17 required: true
@@ -60,12 +60,12 @@ body:
60 [debug] Portable config file: yt-dlp.conf 60 [debug] Portable config file: yt-dlp.conf
61 [debug] Portable config: ['-i'] 61 [debug] Portable config: ['-i']
62 [debug] Encodings: locale cp1252, fs utf-8, stdout utf-8, stderr utf-8, pref cp1252 62 [debug] Encodings: locale cp1252, fs utf-8, stdout utf-8, stderr utf-8, pref cp1252
63 [debug] yt-dlp version 2022.02.03 (exe) 63 [debug] yt-dlp version 2022.02.04 (exe)
64 [debug] Python version 3.8.8 (CPython 64bit) - Windows-10-10.0.19041-SP0 64 [debug] Python version 3.8.8 (CPython 64bit) - Windows-10-10.0.19041-SP0
65 [debug] exe versions: ffmpeg 3.0.1, ffprobe 3.0.1 65 [debug] exe versions: ffmpeg 3.0.1, ffprobe 3.0.1
66 [debug] Optional libraries: Cryptodome, keyring, mutagen, sqlite, websockets 66 [debug] Optional libraries: Cryptodome, keyring, mutagen, sqlite, websockets
67 [debug] Proxy map: {} 67 [debug] Proxy map: {}
68 yt-dlp is up to date (2022.02.03) 68 yt-dlp is up to date (2022.02.04)
69 <more lines> 69 <more lines>
70 render: shell 70 render: shell
71 validations: 71 validations:
diff --git a/.github/ISSUE_TEMPLATE/4_bug_report.yml b/.github/ISSUE_TEMPLATE/4_bug_report.yml
index fe4c8e571..791a7ee14 100644
--- a/.github/ISSUE_TEMPLATE/4_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/4_bug_report.yml
@@ -11,7 +11,7 @@ body:
11 options: 11 options:
12 - label: I'm reporting a bug unrelated to a specific site 12 - label: I'm reporting a bug unrelated to a specific site
13 required: true 13 required: true
14 - label: I've verified that I'm running yt-dlp version **2022.02.03**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) 14 - label: I've verified that I'm running yt-dlp version **2022.02.04**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update))
15 required: true 15 required: true
16 - label: I've checked that all provided URLs are alive and playable in a browser 16 - label: I've checked that all provided URLs are alive and playable in a browser
17 required: true 17 required: true
@@ -45,12 +45,12 @@ body:
45 [debug] Portable config file: yt-dlp.conf 45 [debug] Portable config file: yt-dlp.conf
46 [debug] Portable config: ['-i'] 46 [debug] Portable config: ['-i']
47 [debug] Encodings: locale cp1252, fs utf-8, stdout utf-8, stderr utf-8, pref cp1252 47 [debug] Encodings: locale cp1252, fs utf-8, stdout utf-8, stderr utf-8, pref cp1252
48 [debug] yt-dlp version 2022.02.03 (exe) 48 [debug] yt-dlp version 2022.02.04 (exe)
49 [debug] Python version 3.8.8 (CPython 64bit) - Windows-10-10.0.19041-SP0 49 [debug] Python version 3.8.8 (CPython 64bit) - Windows-10-10.0.19041-SP0
50 [debug] exe versions: ffmpeg 3.0.1, ffprobe 3.0.1 50 [debug] exe versions: ffmpeg 3.0.1, ffprobe 3.0.1
51 [debug] Optional libraries: Cryptodome, keyring, mutagen, sqlite, websockets 51 [debug] Optional libraries: Cryptodome, keyring, mutagen, sqlite, websockets
52 [debug] Proxy map: {} 52 [debug] Proxy map: {}
53 yt-dlp is up to date (2022.02.03) 53 yt-dlp is up to date (2022.02.04)
54 <more lines> 54 <more lines>
55 render: shell 55 render: shell
56 validations: 56 validations:
diff --git a/.github/ISSUE_TEMPLATE/5_feature_request.yml b/.github/ISSUE_TEMPLATE/5_feature_request.yml
index f7aaff365..a3a824f52 100644
--- a/.github/ISSUE_TEMPLATE/5_feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/5_feature_request.yml
@@ -13,7 +13,7 @@ body:
13 required: true 13 required: true
14 - label: I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) 14 - label: I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
15 required: true 15 required: true
16 - label: I've verified that I'm running yt-dlp version **2022.02.03**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) 16 - label: I've verified that I'm running yt-dlp version **2022.02.04**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update))
17 required: true 17 required: true
18 - label: I've searched the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar issues including closed ones. DO NOT post duplicates 18 - label: I've searched the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar issues including closed ones. DO NOT post duplicates
19 required: true 19 required: true
diff --git a/yt_dlp/version.py b/yt_dlp/version.py
index bc8c414f4..01e1b2345 100644
--- a/yt_dlp/version.py
+++ b/yt_dlp/version.py
@@ -1,5 +1,5 @@
1# Autogenerated by devscripts/update-version.py 1# Autogenerated by devscripts/update-version.py
2 2
3__version__ = '2022.02.03' 3__version__ = '2022.02.04'
4 4
5RELEASE_GIT_HEAD = '28469edd7' 5RELEASE_GIT_HEAD = 'c1653e9ef'