]> jfr.im git - yt-dlp.git/commitdiff
Release 2021.03.03.2 2021.03.03.2
authorpukkandan <redacted>
Wed, 3 Mar 2021 10:59:35 +0000 (16:29 +0530)
committerpukkandan <redacted>
Wed, 3 Mar 2021 11:04:14 +0000 (16:34 +0530)
Changelog.md
yt_dlp/version.py

index 3676e7d9f23dba1c6687405bdf5b1f692b4115f6..10de4a49c882e5df32d8c944939b303bdd93b78d 100644 (file)
@@ -17,16 +17,20 @@ # Instuctions for creating release
 -->
 
 
+### 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
index 96f2227ab28f700364254a8ce6188b01e0a06325..fe4c2463f6bfb002472bd5c68fff590d61077cae 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2021.03.01'
+__version__ = '2021.03.03.1'