From 714326ad011f411377f9929045694f623db65d57 Mon Sep 17 00:00:00 2001 From: N/Ame <173015200+grqz@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:59:24 +1200 Subject: [PATCH] use a larger video --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 509e509..37d0354 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: - name: Test script method shell: bash run: | - script_response=$(./yt-dlp -vF --print-traffic --no-simulate BaW_jenozKc --extractor-args "youtube:getpot_bgutil_script=server/build/generate_once.js" 2>&1) || \ + script_response=$(./yt-dlp -vF --print-traffic --no-simulate -f "b*" -S "filesize:10M" --extractor-args "youtube:getpot_bgutil_script=server/build/generate_once.js" dQw4w9WgXcQ 2>&1) || \ echo "::error title=Failed to run yt-dlp when testing script::\ yt-dlp returned $? exit status" @@ -85,7 +85,7 @@ jobs: echo "::endgroup::" cd .. - script_response=$(./yt-dlp -vF --print-traffic --no-simulate BaW_jenozKc 2>&1) || \ + script_response=$(./yt-dlp -vF --print-traffic --no-simulate -f "b*" -S "filesize:10M" dQw4w9WgXcQ 2>&1) || \ echo "::error title=Failed to run yt-dlp when testing HTTP server::\ yt-dlp returned $? exit status"