Skip to content

Commit 8a0f2ff

Browse files
authored
Merge branch 'yt-dlp:master' into teachable-fix-add-hotmart
2 parents e61606e + 6b5d93b commit 8a0f2ff

File tree

267 files changed

+6352
-12166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+6352
-12166
lines changed

.github/ISSUE_TEMPLATE/1_broken_site.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
options:
1919
- label: I'm reporting that yt-dlp is broken on a **supported** site
2020
required: true
21-
- label: I've verified that I'm running yt-dlp version **2023.10.13** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
21+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
2222
required: true
2323
- label: I've checked that all provided URLs are playable in a browser with the same IP and same login details
2424
required: true
@@ -61,19 +61,18 @@ body:
6161
description: |
6262
It should start like this:
6363
placeholder: |
64-
[debug] Command-line config: ['-vU', 'test:youtube']
65-
[debug] Portable config "yt-dlp.conf": ['-i']
64+
[debug] Command-line config: ['-vU', 'https://www.youtube.com/watch?v=BaW_jenozKc']
6665
[debug] Encodings: locale cp65001, fs utf-8, pref cp65001, out utf-8, error utf-8, screen utf-8
67-
[debug] yt-dlp version 2023.10.13 [9d339c4] (win32_exe)
66+
[debug] yt-dlp version nightly@... from yt-dlp/yt-dlp [b634ba742] (win_exe)
6867
[debug] Python 3.8.10 (CPython 64bit) - Windows-10-10.0.22000-SP0
69-
[debug] Checking exe version: ffmpeg -bsfs
70-
[debug] Checking exe version: ffprobe -bsfs
7168
[debug] exe versions: ffmpeg N-106550-g072101bd52-20220410 (fdk,setts), ffprobe N-106624-g391ce570c8-20220415, phantomjs 2.1.1
7269
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
7370
[debug] Proxy map: {}
74-
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
75-
Latest version: 2023.10.13, Current version: 2023.10.13
76-
yt-dlp is up to date (2023.10.13)
71+
[debug] Request Handlers: urllib, requests
72+
[debug] Loaded 1893 extractors
73+
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
74+
yt-dlp is up to date (nightly@... from yt-dlp/yt-dlp-nightly-builds)
75+
[youtube] Extracting URL: https://www.youtube.com/watch?v=BaW_jenozKc
7776
<more lines>
7877
render: shell
7978
validations:

.github/ISSUE_TEMPLATE/2_site_support_request.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
options:
1919
- label: I'm reporting a new site support request
2020
required: true
21-
- label: I've verified that I'm running yt-dlp version **2023.10.13** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
21+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
2222
required: true
2323
- label: I've checked that all provided URLs are playable in a browser with the same IP and same login details
2424
required: true
@@ -73,19 +73,18 @@ body:
7373
description: |
7474
It should start like this:
7575
placeholder: |
76-
[debug] Command-line config: ['-vU', 'test:youtube']
77-
[debug] Portable config "yt-dlp.conf": ['-i']
76+
[debug] Command-line config: ['-vU', 'https://www.youtube.com/watch?v=BaW_jenozKc']
7877
[debug] Encodings: locale cp65001, fs utf-8, pref cp65001, out utf-8, error utf-8, screen utf-8
79-
[debug] yt-dlp version 2023.10.13 [9d339c4] (win32_exe)
78+
[debug] yt-dlp version nightly@... from yt-dlp/yt-dlp [b634ba742] (win_exe)
8079
[debug] Python 3.8.10 (CPython 64bit) - Windows-10-10.0.22000-SP0
81-
[debug] Checking exe version: ffmpeg -bsfs
82-
[debug] Checking exe version: ffprobe -bsfs
8380
[debug] exe versions: ffmpeg N-106550-g072101bd52-20220410 (fdk,setts), ffprobe N-106624-g391ce570c8-20220415, phantomjs 2.1.1
8481
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
8582
[debug] Proxy map: {}
86-
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
87-
Latest version: 2023.10.13, Current version: 2023.10.13
88-
yt-dlp is up to date (2023.10.13)
83+
[debug] Request Handlers: urllib, requests
84+
[debug] Loaded 1893 extractors
85+
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
86+
yt-dlp is up to date (nightly@... from yt-dlp/yt-dlp-nightly-builds)
87+
[youtube] Extracting URL: https://www.youtube.com/watch?v=BaW_jenozKc
8988
<more lines>
9089
render: shell
9190
validations:

.github/ISSUE_TEMPLATE/3_site_feature_request.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
options:
1919
- label: I'm requesting a site-specific feature
2020
required: true
21-
- label: I've verified that I'm running yt-dlp version **2023.10.13** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
21+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
2222
required: true
2323
- label: I've checked that all provided URLs are playable in a browser with the same IP and same login details
2424
required: true
@@ -69,19 +69,18 @@ body:
6969
description: |
7070
It should start like this:
7171
placeholder: |
72-
[debug] Command-line config: ['-vU', 'test:youtube']
73-
[debug] Portable config "yt-dlp.conf": ['-i']
72+
[debug] Command-line config: ['-vU', 'https://www.youtube.com/watch?v=BaW_jenozKc']
7473
[debug] Encodings: locale cp65001, fs utf-8, pref cp65001, out utf-8, error utf-8, screen utf-8
75-
[debug] yt-dlp version 2023.10.13 [9d339c4] (win32_exe)
74+
[debug] yt-dlp version nightly@... from yt-dlp/yt-dlp [b634ba742] (win_exe)
7675
[debug] Python 3.8.10 (CPython 64bit) - Windows-10-10.0.22000-SP0
77-
[debug] Checking exe version: ffmpeg -bsfs
78-
[debug] Checking exe version: ffprobe -bsfs
7976
[debug] exe versions: ffmpeg N-106550-g072101bd52-20220410 (fdk,setts), ffprobe N-106624-g391ce570c8-20220415, phantomjs 2.1.1
8077
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
8178
[debug] Proxy map: {}
82-
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
83-
Latest version: 2023.10.13, Current version: 2023.10.13
84-
yt-dlp is up to date (2023.10.13)
79+
[debug] Request Handlers: urllib, requests
80+
[debug] Loaded 1893 extractors
81+
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
82+
yt-dlp is up to date (nightly@... from yt-dlp/yt-dlp-nightly-builds)
83+
[youtube] Extracting URL: https://www.youtube.com/watch?v=BaW_jenozKc
8584
<more lines>
8685
render: shell
8786
validations:

.github/ISSUE_TEMPLATE/4_bug_report.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
options:
1919
- label: I'm reporting a bug unrelated to a specific site
2020
required: true
21-
- label: I've verified that I'm running yt-dlp version **2023.10.13** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
21+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
2222
required: true
2323
- label: I've checked that all provided URLs are playable in a browser with the same IP and same login details
2424
required: true
@@ -54,19 +54,18 @@ body:
5454
description: |
5555
It should start like this:
5656
placeholder: |
57-
[debug] Command-line config: ['-vU', 'test:youtube']
58-
[debug] Portable config "yt-dlp.conf": ['-i']
57+
[debug] Command-line config: ['-vU', 'https://www.youtube.com/watch?v=BaW_jenozKc']
5958
[debug] Encodings: locale cp65001, fs utf-8, pref cp65001, out utf-8, error utf-8, screen utf-8
60-
[debug] yt-dlp version 2023.10.13 [9d339c4] (win32_exe)
59+
[debug] yt-dlp version nightly@... from yt-dlp/yt-dlp [b634ba742] (win_exe)
6160
[debug] Python 3.8.10 (CPython 64bit) - Windows-10-10.0.22000-SP0
62-
[debug] Checking exe version: ffmpeg -bsfs
63-
[debug] Checking exe version: ffprobe -bsfs
6461
[debug] exe versions: ffmpeg N-106550-g072101bd52-20220410 (fdk,setts), ffprobe N-106624-g391ce570c8-20220415, phantomjs 2.1.1
6562
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
6663
[debug] Proxy map: {}
67-
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
68-
Latest version: 2023.10.13, Current version: 2023.10.13
69-
yt-dlp is up to date (2023.10.13)
64+
[debug] Request Handlers: urllib, requests
65+
[debug] Loaded 1893 extractors
66+
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
67+
yt-dlp is up to date (nightly@... from yt-dlp/yt-dlp-nightly-builds)
68+
[youtube] Extracting URL: https://www.youtube.com/watch?v=BaW_jenozKc
7069
<more lines>
7170
render: shell
7271
validations:

.github/ISSUE_TEMPLATE/5_feature_request.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
required: true
2121
- label: I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
2222
required: true
23-
- label: I've verified that I'm running yt-dlp version **2023.10.13** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
23+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
2424
required: true
2525
- label: I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar issues **including closed ones**. DO NOT post duplicates
2626
required: true
@@ -50,18 +50,17 @@ body:
5050
description: |
5151
It should start like this:
5252
placeholder: |
53-
[debug] Command-line config: ['-vU', 'test:youtube']
54-
[debug] Portable config "yt-dlp.conf": ['-i']
53+
[debug] Command-line config: ['-vU', 'https://www.youtube.com/watch?v=BaW_jenozKc']
5554
[debug] Encodings: locale cp65001, fs utf-8, pref cp65001, out utf-8, error utf-8, screen utf-8
56-
[debug] yt-dlp version 2023.10.13 [9d339c4] (win32_exe)
55+
[debug] yt-dlp version nightly@... from yt-dlp/yt-dlp [b634ba742] (win_exe)
5756
[debug] Python 3.8.10 (CPython 64bit) - Windows-10-10.0.22000-SP0
58-
[debug] Checking exe version: ffmpeg -bsfs
59-
[debug] Checking exe version: ffprobe -bsfs
6057
[debug] exe versions: ffmpeg N-106550-g072101bd52-20220410 (fdk,setts), ffprobe N-106624-g391ce570c8-20220415, phantomjs 2.1.1
6158
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
6259
[debug] Proxy map: {}
63-
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
64-
Latest version: 2023.10.13, Current version: 2023.10.13
65-
yt-dlp is up to date (2023.10.13)
60+
[debug] Request Handlers: urllib, requests
61+
[debug] Loaded 1893 extractors
62+
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
63+
yt-dlp is up to date (nightly@... from yt-dlp/yt-dlp-nightly-builds)
64+
[youtube] Extracting URL: https://www.youtube.com/watch?v=BaW_jenozKc
6665
<more lines>
6766
render: shell

.github/ISSUE_TEMPLATE/6_question.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
required: true
2727
- label: I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
2828
required: true
29-
- label: I've verified that I'm running yt-dlp version **2023.10.13** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
29+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
3030
required: true
3131
- label: I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar questions **including closed ones**. DO NOT post duplicates
3232
required: true
@@ -56,18 +56,17 @@ body:
5656
description: |
5757
It should start like this:
5858
placeholder: |
59-
[debug] Command-line config: ['-vU', 'test:youtube']
60-
[debug] Portable config "yt-dlp.conf": ['-i']
59+
[debug] Command-line config: ['-vU', 'https://www.youtube.com/watch?v=BaW_jenozKc']
6160
[debug] Encodings: locale cp65001, fs utf-8, pref cp65001, out utf-8, error utf-8, screen utf-8
62-
[debug] yt-dlp version 2023.10.13 [9d339c4] (win32_exe)
61+
[debug] yt-dlp version nightly@... from yt-dlp/yt-dlp [b634ba742] (win_exe)
6362
[debug] Python 3.8.10 (CPython 64bit) - Windows-10-10.0.22000-SP0
64-
[debug] Checking exe version: ffmpeg -bsfs
65-
[debug] Checking exe version: ffprobe -bsfs
6663
[debug] exe versions: ffmpeg N-106550-g072101bd52-20220410 (fdk,setts), ffprobe N-106624-g391ce570c8-20220415, phantomjs 2.1.1
6764
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
6865
[debug] Proxy map: {}
69-
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
70-
Latest version: 2023.10.13, Current version: 2023.10.13
71-
yt-dlp is up to date (2023.10.13)
66+
[debug] Request Handlers: urllib, requests
67+
[debug] Loaded 1893 extractors
68+
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
69+
yt-dlp is up to date (nightly@... from yt-dlp/yt-dlp-nightly-builds)
70+
[youtube] Extracting URL: https://www.youtube.com/watch?v=BaW_jenozKc
7271
<more lines>
7372
render: shell

.github/ISSUE_TEMPLATE_tmpl/1_broken_site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
options:
1313
- label: I'm reporting that yt-dlp is broken on a **supported** site
1414
required: true
15-
- label: I've verified that I'm running yt-dlp version **%(version)s** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
15+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
1616
required: true
1717
- label: I've checked that all provided URLs are playable in a browser with the same IP and same login details
1818
required: true

.github/ISSUE_TEMPLATE_tmpl/2_site_support_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
options:
1313
- label: I'm reporting a new site support request
1414
required: true
15-
- label: I've verified that I'm running yt-dlp version **%(version)s** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
15+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
1616
required: true
1717
- label: I've checked that all provided URLs are playable in a browser with the same IP and same login details
1818
required: true

.github/ISSUE_TEMPLATE_tmpl/3_site_feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
options:
1313
- label: I'm requesting a site-specific feature
1414
required: true
15-
- label: I've verified that I'm running yt-dlp version **%(version)s** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
15+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
1616
required: true
1717
- label: I've checked that all provided URLs are playable in a browser with the same IP and same login details
1818
required: true

.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
options:
1313
- label: I'm reporting a bug unrelated to a specific site
1414
required: true
15-
- label: I've verified that I'm running yt-dlp version **%(version)s** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
15+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
1616
required: true
1717
- label: I've checked that all provided URLs are playable in a browser with the same IP and same login details
1818
required: true

.github/ISSUE_TEMPLATE_tmpl/5_feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
required: true
1515
- label: I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
1616
required: true
17-
- label: I've verified that I'm running yt-dlp version **%(version)s** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
17+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
1818
required: true
1919
- label: I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar issues **including closed ones**. DO NOT post duplicates
2020
required: true

.github/ISSUE_TEMPLATE_tmpl/6_question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
required: true
2121
- label: I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
2222
required: true
23-
- label: I've verified that I'm running yt-dlp version **%(version)s** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
23+
- label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
2424
required: true
2525
- label: I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar questions **including closed ones**. DO NOT post duplicates
2626
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,4 @@ Fixes #
4040
- [ ] Core bug fix/improvement
4141
- [ ] New feature (It is strongly [recommended to open an issue first](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#adding-new-feature-or-making-overarching-changes))
4242

43-
44-
<!-- Do NOT edit/remove anything below this! -->
45-
</details><details><summary>Copilot Summary</summary>
46-
47-
copilot:all
48-
4943
</details>

0 commit comments

Comments
 (0)