Skip to content

Commit aa233bc

Browse files
authored
Update test-youtube.yml
1 parent 9a48b59 commit aa233bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-youtube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
trial: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
1111
steps:
12-
- run: pip install yt-dlp
12+
- run: pip install yt-dlp==2025.06.09
1313
- run: sudo apt install torsocks
1414
- name: Run tests
1515
run: until grep --ignore-case DRM formats.txt; do (rm formats.txt||true)&&(torsocks yt-dlp JFV4u-NcBzg --print-to-file "%(formats_table)s" formats.txt --allow-unplayable-formats --extractor-args "youtube:player_client=tv_simply,tv;formats=duplicate" --simulate||true);done

0 commit comments

Comments
 (0)