1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-01-12 01:41:26 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
pukkandan
087f09d7f4 Release 2021.09.01
and some minor documentation fixes
2021-09-02 04:31:46 +05:30
pukkandan
3f02b09da9 [build] Fix bug in b8773e63f0 2021-09-02 04:31:46 +05:30
2 changed files with 17 additions and 1 deletions

View File

@@ -84,6 +84,22 @@ jobs:
rm -rf dist/*
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Install SSH private key
env:
BREW_TOKEN: ${{ secrets.BREW_TOKEN }}
if: ${{ env.BREW_TOKEN }}
uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: ${{ env.BREW_TOKEN }}
- name: Update Homebrew Formulae
env:
BREW_TOKEN: ${{ secrets.BREW_TOKEN }}
if: ${{ env.BREW_TOKEN }}
run: |
git clone git@github.com:yt-dlp/homebrew-taps taps/
python3 devscripts/update-formulae.py taps/Formula/yt-dlp.rb "${{ steps.bump_version.outputs.ytdlp_version }}"
git -C taps/ commit -am 'yt-dlp: ${{ steps.bump_version.outputs.ytdlp_version }}'
git -C taps/ push
build_windows:
runs-on: windows-latest

View File

@@ -19,7 +19,7 @@
-->
### 2021.09.02
### 2021.09.01
* **Native SponsorBlock** implementation by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
* `--sponsorblock-remove CATS` removes specified chapters from file