Skip to content

Commit f47627a

Browse files
committed
release 2021.05.16
1 parent efeb9e0 commit f47627a

9 files changed

+16
-16
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 2021.04.26. 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 2021.05.16. 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 **2021.04.26**
29+
- [ ] I've verified that I'm running youtube-dl version **2021.05.16**
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 2021.04.26
44+
[debug] youtube-dl version 2021.05.16
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 2021.04.26. 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 2021.05.16. 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 **2021.04.26**
30+
- [ ] I've verified that I'm running youtube-dl version **2021.05.16**
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 2021.04.26. 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 2021.05.16. 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 **2021.04.26**
27+
- [ ] I've verified that I'm running youtube-dl version **2021.05.16**
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 2021.04.26. 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 2021.05.16. 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 **2021.04.26**
30+
- [ ] I've verified that I'm running youtube-dl version **2021.05.16**
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 2021.04.26
46+
[debug] youtube-dl version 2021.05.16
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 2021.04.26. 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 2021.05.16. 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 **2021.04.26**
28+
- [ ] I've verified that I'm running youtube-dl version **2021.05.16**
2929
- [ ] I've searched the bugtracker for similar feature requests including closed ones
3030

3131

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version <unreleased>
1+
version 2021.05.16
22

33
Core
44
* [options] Fix thumbnail option group name (#29042)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
287287
--no-cache-dir Disable filesystem caching
288288
--rm-cache-dir Delete all filesystem cache files
289289

290-
## Thumbnail images:
290+
## Thumbnail Options:
291291
--write-thumbnail Write thumbnail image to disk
292292
--write-all-thumbnails Write all thumbnail image formats to
293293
disk

docs/supportedsites.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
- **BitChuteChannel**
120120
- **BleacherReport**
121121
- **BleacherReportCMS**
122-
- **blinkx**
123122
- **Bloomberg**
124123
- **BokeCC**
125124
- **BongaCams**
@@ -713,6 +712,7 @@
713712
- **play.fm**
714713
- **player.sky.it**
715714
- **PlayPlusTV**
715+
- **PlayStuff**
716716
- **PlaysTV**
717717
- **Playtvak**: Playtvak.cz, iDNES.cz and Lidovky.cz
718718
- **Playvid**

youtube_dl/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import unicode_literals
22

3-
__version__ = '2021.04.26'
3+
__version__ = '2021.05.16'

0 commit comments

Comments
 (0)