We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a48b59 commit aa233bcCopy full SHA for aa233bc
.github/workflows/test-youtube.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
trial: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
11
steps:
12
- - run: pip install yt-dlp
+ - run: pip install yt-dlp==2025.06.09
13
- run: sudo apt install torsocks
14
- name: Run tests
15
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