Commit Graph

18 Commits (da33e35b055100cc98419873f7219a778489f403)

Author SHA1 Message Date
pukkandan 1aebc0f79e
Add logo and banner
pukkandan e36d50c5dd
[websockets] Add `WebSocketFragmentFD` ()
Necessary for 

Co-authored by: nao20010128nao, pukkandan
Nil Admirari 56ce9eb832
[pyinst] Show Python version in EXE metadata ()
Authored by: nihil-admirari
felix cc52de4356
[cleanup] Point all shebang to `python3` ()
Authored by: fstirlitz
pukkandan cc1dfc9373
[cleanup] setup.py
pukkandan e58c22a0f6
[documentation] Fix typos
Pccode66 7a5c1cfe93
Completely change project name to yt-dlp ()
* 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
Jody Bruchon 46261325be
[pyinst.py] Exclude vcruntime140.dll from UPX ()
Related: https://github.com/blackjack4494/yt-dlc/pull/182 (7b400ac40b)

Authored by: jbruchon
shirt-dev 44f705d001
Implement SHA256 checking for autoupdater
* Also fix bugs from e5813e53f0

Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>

:ci skip dl
shirt-dev 47930b73a5
Fix build.yml hashing and crypto support ()
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
pukkandan e5813e53f0 Improve build/updater
* 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`
shirt-dev 5d25607a3a
Change optional dependency from `Crypto` to `pycryptodome` (Closes )
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev)

pycryptodome is an in-place replacement for Crypto and is more actively developed
pukkandan b3943b2f33 [pyinst.py] Move back to root dir (Closes )
pukkandan e38df8f9fa Refactor `update-version`, `pyinst.py` and related files
* 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
pukkandan f5546c0b3c Fix typos (Closes )
:skip ci all

Co-authored by: FelixFrog
Unknown 1f6cf75488 datetime updated.
Unknown f940c3172a add missing future import
Unknown 915f2a92ac update workflow, semi fix integrated updater