mirror of https://github.com/yt-dlp/yt-dlp.git
Release 2021.03.03.2
This commit is contained in:
parent
bd9ed42387
commit
a8278ababd
14
Changelog.md
14
Changelog.md
|
@ -17,16 +17,20 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
### 2021.03.03.2
|
||||||
|
* [build] Fix bug
|
||||||
|
|
||||||
|
|
||||||
### 2021.03.03
|
### 2021.03.03
|
||||||
* [youtube] Use new browse API for continuation page extraction by @colethedj and @pukkandan
|
* [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
|
* 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)
|
* **Merge youtube-dl:** Upto [2021.03.03](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03)
|
||||||
* [mtv] Fix extractor
|
* [mtv] Fix extractor
|
||||||
* [nick] Fix extractor by @DennyDai
|
* [nick] Fix extractor by [DennyDai](https://github.com/DennyDai)
|
||||||
* [mxplayer] Add new extractor by@codeasashu
|
* [mxplayer] Add new extractor by[codeasashu](https://github.com/codeasashu)
|
||||||
* [youtube] Throw error when `--extractor-retries` are exhausted
|
* [youtube] Throw error when `--extractor-retries` are exhausted
|
||||||
* Reduce default of `--extractor-retries` to 3
|
* Reduce default of `--extractor-retries` to 3
|
||||||
* Fix packaging bugs by @hseg
|
* Fix packaging bugs by [hseg](https://github.com/hseg)
|
||||||
|
|
||||||
|
|
||||||
### 2021.03.01
|
### 2021.03.01
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '2021.03.01'
|
__version__ = '2021.03.03.1'
|
||||||
|
|
Loading…
Reference in New Issue