use yt-dlp by default (#1850, #2028)

This commit is contained in:
Mike Fährmann
2021-11-29 04:36:43 +01:00
parent f1b142e993
commit f4e3cee6ac
8 changed files with 29 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Build executable
run: |
pip install requests requests[socks] urllib3==1.25.11 youtube-dl pyinstaller
pip install requests requests[socks] urllib3==1.25.11 yt-dlp pyinstaller
python scripts/pyinstaller.py
- name: Upload executable