mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 14:45:42 +07:00
Compare commits
2 Commits
2021.03.03
...
2021.03.03
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9963cda115 | ||
|
|
c1be5231b9 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|||||||
14
Changelog.md
14
Changelog.md
@@ -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
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '2021.03.03.1'
|
__version__ = '2021.03.01'
|
||||||
|
|||||||
Reference in New Issue
Block a user