| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes comment https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1427002271
|
|
|
|
| |
Closes #6185
|
|
|
|
| |
Closes #5436
Authored by: MrOctopus, pukkandan
|
|
|
|
| |
Closes #4667
|
| |
|
| |
|
| |
|
|
|
| |
Authored by: odo2063
|
|
|
| |
Authored by: crazymoose77756
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Cherry-picks from: #3498, #3947
Related: #3949, https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836
Authored by: pukkandan, flashdagger, gamer191
|
|
|
|
| |
Closes #3835, #3837
|
|
|
|
| |
Closes #3584
|
|
|
|
| |
Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7
|
|
|
|
| |
Fixes https://github.com/yt-dlp/yt-dlp/commit/9196cbfe8bb7a6eb46037735b76f21963dfdc61a#commitcomment-72192406
|
|
|
|
|
|
| |
Using https://github.com/PyCQA/isort
isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
|
|
|
|
|
|
|
|
|
|
| |
Using https://github.com/asottile/pyupgrade
1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`
Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
|
|
|
|
|
| |
Fixes #3102 and most `CERTIFICATE_VERIFY_FAILED` issues
Authored by: coletdjnz
|
|
|
| |
Authored by: coletdjnz
|
|
|
| |
Authored by: unit193
|
| |
|
|
|
|
| |
Closes #1361
|
|
|
|
| |
Closes #1075
Authored by: smplayer-dev
|
| |
|
| |
|
|
|
|
|
| |
py2exe config is copied from youtube-dl
Closes #1160
|
|
|
|
|
|
|
|
| |
* Automate more of the release process by animelover1984, pukkandan - closes #823
* Fix sha256 by nihil-admirari - closes #385
* Bring back brew taps by nao20010128nao #865
* Provide `--onedir` zip for windows by pukkandan - Closes #1024, #661, #705 and #890
Authored by: pukkandan, animelover1984, nihil-admirari, nao20010128nao
|
| |
|
|
|
|
|
|
| |
Necessary for #392
Co-authored by: nao20010128nao, pukkandan
|
|
|
| |
Authored by: nihil-admirari
|
|
|
|
| |
Authored by: fstirlitz
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* All modules and binary names are changed
* All documentation references changed
* yt-dlp no longer loads youtube-dlc config files
* All URLs changed to point to organization account
Co-authored-by: Pccode66
Co-authored-by: pukkandan
|
|
|
|
|
| |
Related: https://github.com/blackjack4494/yt-dlc/pull/182 (7b400ac40b8e9ce5abaa6d0293fa9d4f017cf1f3)
Authored by: jbruchon
|
|
|
|
|
|
|
| |
* Also fix bugs from e5813e53f089e018606435926ae0e109c4838394
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
:ci skip dl
|
|
|
| |
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
| |
* Fix `get_executable_path` in UNIX
* Update `x86.exe` correctly
* Exit immediately in windows once the update process starts so that the file handle is released correctly
* Show `exe`/`zip`/`source` and 32/64bit in verbose message
* Look for both `yt-dlp` and `youtube-dlc` in releases. This ensures that the updater will keep working when the binary name is changed to yt-dlp
* Disable pycryptodome in win_x86 since it causes `distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 10.0 is required`
|
|
|
|
|
| |
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev)
pycryptodome is an in-place replacement for Crypto and is more actively developed
|
| |
|
|
|
|
|
|
|
|
|
| |
* Refactor update-version
* Moved pyinst, update-version and icon into devscripts
* pyinst doesn't bump version anymore
* Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]`
* Add mutagen as requirement
* Remove make_win and related files
|
|
|
|
|
|
| |
:skip ci all
Co-authored by: FelixFrog
|
| |
|
| |
|
|
|