Skip to content

Commit 72a2c0a

Browse files
committed
release 2021.04.07
1 parent 445db58 commit 72a2c0a

8 files changed

+20
-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 2021.04.01. 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.04.07. 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.01**
29+
- [ ] I've verified that I'm running youtube-dl version **2021.04.07**
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.01
44+
[debug] youtube-dl version 2021.04.07
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.01. 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.04.07. 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.01**
30+
- [ ] I've verified that I'm running youtube-dl version **2021.04.07**
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.01. 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.04.07. 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.01**
27+
- [ ] I've verified that I'm running youtube-dl version **2021.04.07**
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.01. 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.04.07. 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.01**
30+
- [ ] I've verified that I'm running youtube-dl version **2021.04.07**
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.01
46+
[debug] youtube-dl version 2021.04.07
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.01. 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.04.07. 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.01**
28+
- [ ] I've verified that I'm running youtube-dl version **2021.04.07**
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.04.07
22

33
Core
44
* [extractor/common] Use compat_cookies_SimpleCookie for _get_cookies

docs/supportedsites.md

+6
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@
463463
- **limelight**
464464
- **limelight:channel**
465465
- **limelight:channel_list**
466+
- **LineLive**
467+
- **LineLiveChannel**
466468
- **LineTV**
467469
- **linkedin:learning**
468470
- **linkedin:learning:course**
@@ -679,6 +681,9 @@
679681
- **OutsideTV**
680682
- **PacktPub**
681683
- **PacktPubCourse**
684+
- **PalcoMP3:artist**
685+
- **PalcoMP3:song**
686+
- **PalcoMP3:video**
682687
- **pandora.tv**: 판도라TV
683688
- **ParamountNetwork**
684689
- **parliamentlive.tv**: UK parliament videos
@@ -1059,6 +1064,7 @@
10591064
- **Vidbit**
10601065
- **Viddler**
10611066
- **Videa**
1067+
- **video.arnes.si**: Arnes Video
10621068
- **video.google:search**: Google Video search
10631069
- **video.sky.it**
10641070
- **video.sky.it:live**

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.01'
3+
__version__ = '2021.04.07'

0 commit comments

Comments
 (0)