This commit is contained in:
doms9 2025-09-01 19:53:40 -04:00
parent 08c92e18f1
commit 00000d9f8e
2 changed files with 9 additions and 1 deletions

View file

@ -59,6 +59,12 @@ jobs:
if: steps.check_time.outputs.run == 'true'
run: uv run playwright install
- name: Install Playwright deps
if: steps.check_time.outputs.run == 'true'
run: |
apt-get update
apt-get install -y libevent-2.1-7 libavif13
- name: Fetch M3U8
if: steps.check_time.outputs.run == 'true'
run: uv run M3U8/fetch.py