diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-03-03 16:29:35 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-03-03 16:34:14 +0530 |
commit | a8278ababd5f18128b31ba51649b57f2affdabf9 (patch) | |
tree | b70b421e9d7caeeebb1ad8d76c049d1cf40e70e9 | |
parent | bd9ed42387e5d221e9b3d65c3307c610401afec6 (diff) | |
download | hypervideo-pre-a8278ababd5f18128b31ba51649b57f2affdabf9.tar.lz hypervideo-pre-a8278ababd5f18128b31ba51649b57f2affdabf9.tar.xz hypervideo-pre-a8278ababd5f18128b31ba51649b57f2affdabf9.zip |
Release 2021.03.03.2
-rw-r--r-- | Changelog.md | 14 | ||||
-rw-r--r-- | yt_dlp/version.py | 2 |
2 files changed, 10 insertions, 6 deletions
diff --git a/Changelog.md b/Changelog.md index 3676e7d9f..10de4a49c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,16 +17,20 @@ --> +### 2021.03.03.2 +* [build] Fix bug + + ### 2021.03.03 -* [youtube] Use new browse API for continuation page extraction by @colethedj and @pukkandan -* Fix HLS playlist downloading by @shirt +* [youtube] Use new browse API for continuation page extraction by [colethedj](https://github.com/colethedj) and [pukkandan](https://github.com/pukkandan) +* Fix HLS playlist downloading by [shirt](https://github.com/shirt-dev) * **Merge youtube-dl:** Upto [2021.03.03](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03) * [mtv] Fix extractor -* [nick] Fix extractor by @DennyDai -* [mxplayer] Add new extractor by@codeasashu +* [nick] Fix extractor by [DennyDai](https://github.com/DennyDai) +* [mxplayer] Add new extractor by[codeasashu](https://github.com/codeasashu) * [youtube] Throw error when `--extractor-retries` are exhausted * Reduce default of `--extractor-retries` to 3 -* Fix packaging bugs by @hseg +* Fix packaging bugs by [hseg](https://github.com/hseg) ### 2021.03.01 diff --git a/yt_dlp/version.py b/yt_dlp/version.py index 96f2227ab..fe4c2463f 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2021.03.01' +__version__ = '2021.03.03.1' |