Commit Graph

101 Commits (a4713ba96d8b4905e9e8c37fb3b0c1826ae28e25)

Author SHA1 Message Date
pukkandan 98d4ec1ef2
[build] Pin `py2exe` version
Workaround for 
shirt 9f9c85dda4
[Build] Update pyinstaller
pukkandan 81e0195998
[build] Fix changelog
Bug in c4b6c5c7c9
pukkandan 70b2340909
[build, devscripts] Add devscript to set a build variant
Closes 
shirt c4b6c5c7c9
[build] Improve build process ()
Authored by: shirt-dev
shirt 8ef5af1942
[build] Update pyinstaller
pukkandan 6929b41a21
Remove Python 3.6 support
Closes 
pukkandan 135f05ef66
Release 2022.07.18
pukkandan 258d88f301
[test] Split download tests so they can be more easily run in CI
pukkandan 28cdb605aa
[build] Fix bug in 6d916fe709
pukkandan b1f94422cc
[update] Ability to set a maximum version for specific variants
pukkandan c2c8921b41
[build] Draft release until complete
Related: 

:ci skip
Stefan Lobbenmeier 6d916fe709
[build] Standalone x64 builds for MacOS 10.9 ()
Authored by: StefanLobbenmeier
pukkandan 885fe351fb
[build] Fix release tag commit
bug in b5899f4f19
pukkandan 1ed70fd0b7
[build] Fix updating homebrew formula
bug in b5899f4f19
pukkandan e4afcfde08
[build] Add Linux standalone builds
pukkandan 2cb1982043
[utils] `locked_file`: Fix for PyPy on Windows
pukkandan 64fa820ccf
[cleanup] Misc fixes (see desc)
* [tvver] Fix bug in 6837633a4a - Closes 
* [rumble] Fix tests - Closes 
* [make] Remove `cat` abuse - Closes 
* [make] Revert  - Closes 
* [utils] Improve `get_elements_by_class` - Closes 
* [utils] Inherit `Namespace` from `types.SimpleNamespace`
* [utils] Use `re.fullmatch` for matching filters
* [jsinterp] Handle quotes in `_separate`
* [make_readme] Allow overshooting last line

Authored by: pukkandan, kwconder, MrRawes, Lesmiscore
pukkandan b5899f4f19
[build, cleanup] Refactor
Closes , 
pukkandan 7a96d0b39c
[build] More test-runners
* GHA does not cache python 3.6 for Windows, so use 3.8 instead
* Add tests for 3.11, PyPy3.8/3.9
* CPython 3.10 is now stable
* Do not pin Ubuntu to 18.04
shirt b46ccbc6d4
[build] Update pyinstaller to 4.10
shirt fc259cc249
[build] Update pyinstaller to 4.9
pukkandan 9e907ebddf
[cleanup] Misc cleanup
pukkandan 767f999b53
[build] Reduce dependency on third party workflows
Closes 
pukkandan a804f6d89c
[cleanup Fix some typos
* `MetadataFromFieldPP` is not deprecated!
* Wrong args to `MetadataFromFieldPP`
* Some mistakes in change log
* Type in build.yml causing release tag to be placed on wrong commit
pukkandan 75b725a7cc
[build] Use `workflow_dispatch` for release
pukkandan 13ab5fa586
[build] Fix MacOS Build
Closes 
pukkandan 36eaf3039a
[build] Save Git HEAD at release alongside version info
pukkandan 7144b697fc
Release 2021.11.10.1
:ci skip all
pukkandan 0930b11fda
[docs,cleanup] Improve docs and minor cleanup
Closes , , , , , , 
pukkandan 49a57e70a9
[cleanup] misc
pukkandan 733d8e8f99
[build] Refactor `pyinst.py` and misc cleanup
Closes 
pukkandan 386cdfdb5b
[build] Release windows exe built with py2exe
Closes: 
Related: , , , , 
pukkandan 6e21fdd279
[build] Enable lazy-extractors in releases
Set the environment variable `YTDLP_NO_LAZY_EXTRACTORS`
to forcefully disable lazy extractor loading
Ricardo 0e5927eebf
[build] Build standalone MacOS packages ()
Closes  
Authored by: smplayer-dev
pukkandan 84999521c8
[build] Allow to release without changelog
so that forks can build using GHA easily
shirt f85e6be42e
[build] Use pycryptodomex for PyInstaller ()
pukkandan 5d535b4a55
[build] Allow building with py2exe (and misc fixes)
py2exe config is copied from youtube-dl
Closes 
pukkandan a5de4099cb [build] Fix brew tap
pukkandan 4c88ff87fc
[build] Improve release process ()
* Automate more of the release process by animelover1984, pukkandan - closes 
* Fix sha256 by nihil-admirari - closes 
* Bring back brew taps by nao20010128nao 
* Provide `--onedir` zip for windows by pukkandan - Closes , ,  and 

Authored by: pukkandan, animelover1984, nihil-admirari, nao20010128nao
pukkandan be4d9f4cd9
Partially revert "[build] Add homebrew taps ()"
The Hatsune Daishi b8773e63f0
[build] Add homebrew taps ()
https://github.com/yt-dlp/homebrew-taps
Closes: , 
Authored by: nao20010128nao
pukkandan 3fb4e21b38
[lazy_extractors] Fix `suitable` and add flake8 test
shirt 476febeb3a
[build] Use custom build of `pyinstaller` ()
Related:  

Authored-by: shirt
xtkoba cb89cfc14b
[test] Add Python 3.10 ()
Authored-by: pukkandan, xtkoba
pukkandan 060ac76257
[test] Use `pytest` instead of `nosetests` ()
`nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099
and will stop working in py 3.10 as can be seen in 
Matt Broadway 982ee69a74
Add option `--cookies-from-browser` to load cookies from a browser ()
* also adds `--no-cookies-from-browser`

Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201
Authored by: mbway
pukkandan e36d50c5dd
[websockets] Add `WebSocketFragmentFD` ()
Necessary for 

Co-authored by: nao20010128nao, pukkandan
pukkandan 0181adefc6
[build] Build Windows x86 version with py3.7
and remove redundant tests
Closes 

:ci skip

Co-authored by: pukkandan, shirt-dev
pukkandan b5c5d84f60
Revert "[build] Build Windows x86 version with py3.8"
This reverts commit aa75e51f99.

See 

This is being reverted instead of modified due to