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 82c96af commit 13dd9b1Copy full SHA for 13dd9b1
.github/workflows/test-youtube.yml
@@ -13,6 +13,6 @@ jobs:
13
- run: pip install yt-dlp
14
- run: sudo apt install torsocks
15
- name: Run tests
16
- run: until torsocks yt-dlp "https://www.youtube.com/watch?v=JFV4u-NcBzg" --print-to-file "%(formats_table)s" temp.txt --allow-unplayable-formats --extractor-args ${{ matrix.extractor-args }} --simulate; do true;done
+ run: until grep --ignore-case DRM temp.txt; do (torsocks yt-dlp "https://www.youtube.com/watch?v=JFV4u-NcBzg" --print-to-file "%(formats_table)s" temp.txt --allow-unplayable-formats --extractor-args "youtube:player_client=tv_simply,tv;formats=duplicate" --simulate||true);done
17
- run: grep --ignore-case DRM temp.txt
18
- run: cat temp.txt
0 commit comments