1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 14:45:42 +07:00

Compare commits

..

2 Commits

Author SHA1 Message Date
pukkandan
9963cda115 Release 2021.03.03 2021-03-03 16:25:04 +05:30
pukkandan
c1be5231b9 [build] fix bug from da7f321e93 2021-03-03 16:25:04 +05:30
4 changed files with 8 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Print version - name: Print version
run: echo "${{ steps.bump_version.outputs.ytdlp_version }}" run: echo "${{ steps.bump_version.outputs.ytdlp_version }}"
- name: Run Make - name: Run Make
run: make run: make yt-dlp
- name: Create Release - name: Create Release
id: create_release id: create_release
uses: actions/create-release@v1 uses: actions/create-release@v1

View File

@@ -17,20 +17,16 @@ # Instuctions for creating release
--> -->
### 2021.03.03.2
* [build] Fix bug
### 2021.03.03 ### 2021.03.03
* [youtube] Use new browse API for continuation page extraction by [colethedj](https://github.com/colethedj) and [pukkandan](https://github.com/pukkandan) * [youtube] Use new browse API for continuation page extraction by @colethedj and @pukkandan
* Fix HLS playlist downloading by [shirt](https://github.com/shirt-dev) * Fix HLS playlist downloading by @shirt
* **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](https://github.com/DennyDai) * [nick] Fix extractor by @DennyDai
* [mxplayer] Add new extractor by[codeasashu](https://github.com/codeasashu) * [mxplayer] Add new extractor by@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](https://github.com/hseg) * Fix packaging bugs by @hseg
### 2021.03.01 ### 2021.03.01

View File

@@ -1,4 +1,4 @@
all: yt-dlp doc pypi-files all: yt-dlp doc
clean: clean-test clean-dist clean-cache clean: clean-test clean-dist clean-cache
completions: completion-bash completion-fish completion-zsh completions: completion-bash completion-fish completion-zsh
doc: README.md CONTRIBUTING.md issuetemplates supportedsites doc: README.md CONTRIBUTING.md issuetemplates supportedsites

View File

@@ -1,3 +1,3 @@
from __future__ import unicode_literals from __future__ import unicode_literals
__version__ = '2021.03.03.1' __version__ = '2021.03.01'