diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2edda9..e6b61d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,9 +23,12 @@ jobs: - name: Upgrade pip and install dependencies run: | pip install --upgrade pip - pip install selenium requests futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm + pip install selenium requests ffmpeg futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm - name: Run iptv run: python ${{ github.workspace }}/py/一锅烩.py + - name: Run iptv + run: python ${{ github.workspace }}/py/验源.py + # 提交和推送的步骤,不再检查文件是否发生变化# - name: Commit and push changes run: |