diff --git a/.github/ISSUE_TEMPLATE/1_broken_site.md b/.github/ISSUE_TEMPLATE/1_broken_site.md index 39447a743..0b0bf3a1d 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.05.20** +- [ ] I've verified that I'm running yt-dlp version **2021.06.01** - [ ] 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.05.20** +- [ ] I've verified that I'm running yt-dlp version **2021.06.01** - [ ] 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 656e88bae..ff99b5c3d 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.05.20** +- [ ] I've verified that I'm running yt-dlp version **2021.06.01** - [ ] 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 0d6c5767c..23950f56b 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.05.20** +- [ ] I've verified that I'm running yt-dlp version **2021.06.01** - [ ] 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.05.20** +- [ ] I've verified that I'm running yt-dlp version **2021.06.01** - [ ] I've searched the bugtracker for similar feature requests including closed ones diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1a180aa49..a03b9cb7a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,7 @@ pukkandan (owner) shirt-dev (collaborator) colethedj (collaborator) +Ashish0804 (collaborator) h-h-h-h pauldubois98 nixxo @@ -20,11 +21,9 @@ FelixFrog Zocker1999NET nao20010128nao kurumigi -tsukumi bbepis animelover1984 Pccode66 -Ashish0804 RobinD42 hseg DennyDai @@ -48,3 +47,9 @@ craftingmod tpikonen tripulse king-millez +alex-gedeon +hhirtz +louie-github +MinePlayersPE +olifre +rhsmachine diff --git a/Changelog.md b/Changelog.md index 223de0edf..8704de1e9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -25,7 +25,7 @@ * Pre-check archive and filters during playlist extraction * Handle Basic Auth `user:pass` in URLs by [hhirtz](https://github.com/hhirtz) and [pukkandan](https://github.com/pukkandan) * [archiveorg] Add YoutubeWebArchiveIE by [colethedj](https://github.com/colethedj) and [alex-gedeon](https://github.com/alex-gedeon) -* [fancode] Add extractor by [rmsmachine](https://github.com/rmsmachine) +* [fancode] Add extractor by [rhsmachine](https://github.com/rhsmachine) * [patreon] Support vimeo embeds by [rhsmachine](https://github.com/rhsmachine) * [Saitosan] Add new extractor by [llacb47](https://github.com/llacb47) * [ShemarooMe] Add extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan) @@ -400,7 +400,7 @@ ### 2021.02.15 * Merge youtube-dl: Upto [2021.02.10](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.10) (except archive.org) -* [niconico] Improved extraction and support encrypted/SMILE movies by [kurumigi](https://github.com/kurumigi), [tsukumi](https://github.com/tsukumi), [bbepis](https://github.com/bbepis), [pukkandan](https://github.com/pukkandan) +* [niconico] Improved extraction and support encrypted/SMILE movies by [kurumigi](https://github.com/kurumigi), [tsukumijima](https://github.com/tsukumijima), [bbepis](https://github.com/bbepis), [pukkandan](https://github.com/pukkandan) * Fix HLS AES-128 with multiple keys in external downloaders by [shirt](https://github.com/shirt-dev) * [youtube_live_chat] Fix by using POST API by [siikamiika](https://github.com/siikamiika) * [rumble] Add support for video page diff --git a/yt_dlp/version.py b/yt_dlp/version.py index 0daeb6469..86865ad65 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2021.05.20' +__version__ = '2021.06.01'