diff options
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md index 866fa1315..ad48b1aa9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,7 +7,8 @@ * Update Changelog.md and CONTRIBUTORS * Change "Merged with ytdl" version in Readme.md if needed * Commit to master as `Release <version>` -* Push to origin/release - build task will now run +* Push to origin/release using `git push origin master:release` + build task will now run * Update version.py using devscripts\update-version.py * Run `make issuetemplates` * Commit to master as `[version] update :ci skip all` @@ -17,10 +18,24 @@ --> +### 2021.04.03 +* Merge youtube-dl: Upto 2021.04.01 ([commit/654b4f4](https://github.com/ytdl-org/youtube-dl/commit/654b4f4ff2718f38b3182c1188c5d569c14cc70a)) +* Ability to set a specific field in the file's metadata using `--parse-metadata` +* Ability to select n'th best format like `-f bv*.2` +* [DiscoveryPlus] Add discoveryplus.in +* [la7] Add podcasts and podcast playlists by [nixxo](https://github.com/nixxo) +* [mildom] Update extractor with current proxy by [nao20010128nao](https://github.com/nao20010128nao) +* [ard:mediathek] Fix video id extraction +* [generic] Detect Invidious' link element +* [youtube] Show premium state in `availability` by [colethedj](https://github.com/colethedj) +* [viewsource] Add extractor to handle `view-source:` +* [sponskrub] Run before embedding thumbnail +* [documentation] Improve `--parse-metadata` documentation + + ### 2021.03.24.1 * Revert [commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf) - ### 2021.03.24 * Merge youtube-dl: Upto 2021.03.25 ([commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf)) * Parse metadata from multiple fields using `--parse-metadata` @@ -102,7 +117,6 @@ ### 2021.03.03.2 * [build] Fix bug - ### 2021.03.03 * [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) |