Skip to content

Commit 38fb847

Browse files
author
github-actions
committed
Release (nightly)
Created by: :ci skip all
1 parent 0113801 commit 38fb847

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/ISSUE_TEMPLATE/1_broken_site.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ title: ''
1818

1919
<!--
2020
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
21-
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2024.03.24. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
21+
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2024.03.28. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
2222
- Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser.
2323
- Make sure that all URLs and arguments with special characters are properly quoted or escaped as explained in http://yt-dl.org/escape.
2424
- Search the bugtracker for similar issues: http://yt-dl.org/search-issues. DO NOT post duplicates.
2525
- Finally, put x into all relevant boxes (like this [x])
2626
-->
2727

2828
- [ ] I'm reporting a broken site support
29-
- [ ] I've verified that I'm running youtube-dl version **2024.03.24**
29+
- [ ] I've verified that I'm running youtube-dl version **2024.03.28**
3030
- [ ] I've checked that all provided URLs are alive and playable in a browser
3131
- [ ] I've checked that all URLs and arguments with special characters are properly quoted or escaped
3232
- [ ] I've searched the bugtracker for similar issues including closed ones
@@ -41,7 +41,7 @@ Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v <
4141
[debug] User config: []
4242
[debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
4343
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
44-
[debug] youtube-dl version 2024.03.24
44+
[debug] youtube-dl version 2024.03.28
4545
[debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
4646
[debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
4747
[debug] Proxy map: {}

.github/ISSUE_TEMPLATE/2_site_support_request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ labels: 'site-support-request'
1919

2020
<!--
2121
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
22-
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2024.03.24. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
22+
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2024.03.28. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
2323
- Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser.
2424
- Make sure that site you are requesting is not dedicated to copyright infringement, see https://yt-dl.org/copyright-infringement. youtube-dl does not support such sites. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
2525
- Search the bugtracker for similar site support requests: http://yt-dl.org/search-issues. DO NOT post duplicates.
2626
- Finally, put x into all relevant boxes (like this [x])
2727
-->
2828

2929
- [ ] I'm reporting a new site support request
30-
- [ ] I've verified that I'm running youtube-dl version **2024.03.24**
30+
- [ ] I've verified that I'm running youtube-dl version **2024.03.28**
3131
- [ ] I've checked that all provided URLs are alive and playable in a browser
3232
- [ ] I've checked that none of provided URLs violate any copyrights
3333
- [ ] I've searched the bugtracker for similar site support requests including closed ones

.github/ISSUE_TEMPLATE/3_site_feature_request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ title: ''
1818

1919
<!--
2020
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
21-
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2024.03.24. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
21+
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2024.03.28. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
2222
- Search the bugtracker for similar site feature requests: http://yt-dl.org/search-issues. DO NOT post duplicates.
2323
- Finally, put x into all relevant boxes (like this [x])
2424
-->
2525

2626
- [ ] I'm reporting a site feature request
27-
- [ ] I've verified that I'm running youtube-dl version **2024.03.24**
27+
- [ ] I've verified that I'm running youtube-dl version **2024.03.28**
2828
- [ ] I've searched the bugtracker for similar site feature requests including closed ones
2929

3030

.github/ISSUE_TEMPLATE/4_bug_report.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ title: ''
1818

1919
<!--
2020
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
21-
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2024.03.24. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
21+
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2024.03.28. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
2222
- Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser.
2323
- Make sure that all URLs and arguments with special characters are properly quoted or escaped as explained in http://yt-dl.org/escape.
2424
- Search the bugtracker for similar issues: http://yt-dl.org/search-issues. DO NOT post duplicates.
@@ -27,7 +27,7 @@ Carefully read and work through this check list in order to prevent the most com
2727
-->
2828

2929
- [ ] I'm reporting a broken site support issue
30-
- [ ] I've verified that I'm running youtube-dl version **2024.03.24**
30+
- [ ] I've verified that I'm running youtube-dl version **2024.03.28**
3131
- [ ] I've checked that all provided URLs are alive and playable in a browser
3232
- [ ] I've checked that all URLs and arguments with special characters are properly quoted or escaped
3333
- [ ] I've searched the bugtracker for similar bug reports including closed ones
@@ -43,7 +43,7 @@ Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v <
4343
[debug] User config: []
4444
[debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
4545
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
46-
[debug] youtube-dl version 2024.03.24
46+
[debug] youtube-dl version 2024.03.28
4747
[debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
4848
[debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
4949
[debug] Proxy map: {}

.github/ISSUE_TEMPLATE/5_feature_request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ labels: 'request'
1919

2020
<!--
2121
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
22-
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2024.03.24. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
22+
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2024.03.28. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
2323
- Search the bugtracker for similar feature requests: http://yt-dl.org/search-issues. DO NOT post duplicates.
2424
- Finally, put x into all relevant boxes (like this [x])
2525
-->
2626

2727
- [ ] I'm reporting a feature request
28-
- [ ] I've verified that I'm running youtube-dl version **2024.03.24**
28+
- [ ] I've verified that I'm running youtube-dl version **2024.03.28**
2929
- [ ] I've searched the bugtracker for similar feature requests including closed ones
3030

3131

youtube_dl/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Autogenerated by devscripts/update-version.py
22
from __future__ import unicode_literals
33

4-
__version__ = '2024.03.24'
5-
RELEASE_GIT_HEAD = '71211e7db7243377f862dfdea9a9c3a511df66c2'
4+
__version__ = '2024.03.28'
5+
RELEASE_GIT_HEAD = '21792b88b791b16e3ab0a0fb2e26e5bb8a4e2ff3'

0 commit comments

Comments
 (0)