e
This commit is contained in:
parent
00000d9531
commit
00000d90a3
3 changed files with 144 additions and 28 deletions
13
.github/workflows/m3u8.yml
vendored
13
.github/workflows/m3u8.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue