This commit is contained in:
doms9 2025-09-01 19:22:00 -04:00
parent 00000d9531
commit 00000d90a3
3 changed files with 144 additions and 28 deletions

View file

@ -46,6 +46,19 @@ jobs:
with:
python-version-file: "pyproject.toml"
- name: Cache Playwright browsers
if: steps.check_time.outputs.run == 'true'
uses: actions/cache@v3
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright
restore-keys: |
${{ runner.os }}-playwright
- name: Install Playwright browsers
if: steps.check_time.outputs.run == 'true'
run: uv run playwright install
- name: Fetch M3U8
if: steps.check_time.outputs.run == 'true'
run: uv run M3U8/fetch.py