diff --git a/.github/ISSUE_TEMPLATE/1_broken_site.md b/.github/ISSUE_TEMPLATE/1_broken_site.md index 466a74d46..87221ac51 100644 --- a/.github/ISSUE_TEMPLATE/1_broken_site.md +++ b/.github/ISSUE_TEMPLATE/1_broken_site.md @@ -21,7 +21,7 @@ assignees: '' - [ ] I'm reporting a broken site support -- [ ] I've verified that I'm running yt-dlp version **2021.04.03** +- [ ] I've verified that I'm running yt-dlp version **2021.04.11** - [ ] I've checked that all provided URLs are alive and playable in a browser - [ ] I've checked that all URLs and arguments with special characters are properly quoted or escaped - [ ] I've searched the bugtracker for similar issues including closed ones @@ -44,7 +44,7 @@ Add the `-v` flag to your command line you run yt-dlp with (`yt-dlp -v - [ ] I'm reporting a new site support request -- [ ] I've verified that I'm running yt-dlp version **2021.04.03** +- [ ] I've verified that I'm running yt-dlp version **2021.04.11** - [ ] I've checked that all provided URLs are alive and playable in a browser - [ ] I've checked that none of provided URLs violate any copyrights - [ ] I've searched the bugtracker for similar site support requests including closed ones diff --git a/.github/ISSUE_TEMPLATE/3_site_feature_request.md b/.github/ISSUE_TEMPLATE/3_site_feature_request.md index cb6b6df1e..4d92d54b4 100644 --- a/.github/ISSUE_TEMPLATE/3_site_feature_request.md +++ b/.github/ISSUE_TEMPLATE/3_site_feature_request.md @@ -21,13 +21,13 @@ assignees: '' - [ ] I'm reporting a site feature request -- [ ] I've verified that I'm running yt-dlp version **2021.04.03** +- [ ] I've verified that I'm running yt-dlp version **2021.04.11** - [ ] I've searched the bugtracker for similar site feature requests including closed ones diff --git a/.github/ISSUE_TEMPLATE/4_bug_report.md b/.github/ISSUE_TEMPLATE/4_bug_report.md index c904460ea..f8ccc1085 100644 --- a/.github/ISSUE_TEMPLATE/4_bug_report.md +++ b/.github/ISSUE_TEMPLATE/4_bug_report.md @@ -21,7 +21,7 @@ assignees: '' - [ ] I'm reporting a broken site support issue -- [ ] I've verified that I'm running yt-dlp version **2021.04.03** +- [ ] I've verified that I'm running yt-dlp version **2021.04.11** - [ ] I've checked that all provided URLs are alive and playable in a browser - [ ] I've checked that all URLs and arguments with special characters are properly quoted or escaped - [ ] I've searched the bugtracker for similar bug reports including closed ones @@ -46,7 +46,7 @@ Add the `-v` flag to your command line you run yt-dlp with (`yt-dlp -v - [ ] I'm reporting a feature request -- [ ] I've verified that I'm running yt-dlp version **2021.04.03** +- [ ] I've verified that I'm running yt-dlp version **2021.04.11** - [ ] I've searched the bugtracker for similar feature requests including closed ones diff --git a/Changelog.md b/Changelog.md index 95d6d8dbe..c7d1c0007 100644 --- a/Changelog.md +++ b/Changelog.md @@ -35,7 +35,7 @@ * [youtube] Fix thumbnail URL * [youtube] Parse API parameters from initial webpage by [colethedj](https://github.com/colethedj) * [youtube] Extract comments' approximate timestamp by [colethedj](https://github.com/colethedj) -* [youtube] Fix `\_extract_alerts` +* [youtube] Fix alert extraction * [bilibili] Fix uploader * [utils] Add `datetime_from_str` and `datetime_add_months` by [colethedj](https://github.com/colethedj) * Run some `postprocessors` before actual download diff --git a/yt_dlp/version.py b/yt_dlp/version.py index 6a04a4c35..8be1d6c28 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2021.04.03' +__version__ = '2021.04.11'