Commit Graph

504 Commits (3d38b2d6d014b8b0d90e72213420441634744efb)

Author SHA1 Message Date
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 8026e50152
[version] update
:ci skip all
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 2e7781a93c
[docs] Fix some typos
Closes , 
pukkandan 3fb4e21b38
[lazy_extractors] Fix `suitable` and add flake8 test
pukkandan ade6dc5e9e
[version] update
:ci skip all
pukkandan 418964fa91
Release 2021.08.10
shirt 476febeb3a
[build] Use custom build of `pyinstaller` ()
Related:  

Authored-by: shirt
pukkandan e9d9efc0f2
[version] update
:ci skip all
pukkandan 28dff70b51
Add donate links
pukkandan 1aebc0f79e
Add logo and banner
pukkandan 1fe3c4c27e
[version] update
:ci skip all
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 
pukkandan e4d666d27b
[version] update
:ci skip all
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 38a40c9e16
[version] update
:ci skip all
pukkandan bc97cdae67
[cleanup] Fix linter and some typos
Related: https://github.com/ytdl-org/youtube-dl/pull/29398
pukkandan dac8b87b0c
[version] update :ci skip all
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 fd3c633d26
[version] update
:ci skip all
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 
pukkandan aa75e51f99
[build] Build Windows x86 version with py3.8
and remove redundant tests
:ci skip

Ao-authored by: pukkandan, shirt-dev
pukkandan 884ce9d05d
[version] update :ci skip all
pukkandan ed64ce5905
[build] Release `yt-dlp.tar.gz`
Closes 
Nil Admirari beb982bead
[build,update] Add GNU-style SHA512 and prepare updater for simlar SHA256 ()
Authored by: nihil-admirari <50202386+nihil-admirari@users.noreply.github.com>

Related: 
pukkandan e88396f123
[build] Fix SHA256
pukkandan 14b17a551f
Remove support for obsolete python versions
pukkandan eb03899192
[version] update
:ci skip all
pukkandan cd59e22191
[version] update
:ci skip all
shirt 7237fdc6ce
[build] Fix `pefile` version for x86
Authored by: shirt-dev
pukkandan eaeca38fc4
[version] update :ci skip all
pukkandan 41d1cca328
Update to ytdl-commit-a726009
[blinkx] Remove extractor
a726009987
pukkandan ca0b91b39e
[version] update :ci skip all
pukkandan e4bdd3377d
[ci] Disable fail-fast
pukkandan 54670cf084
[version] update
:ci skip all
pukkandan 57d104424f
[version] update
:ci skip all
pukkandan b23b9eefd9
[version] update
pukkandan a2f0b0c672
Release 2021.03.24.1
pukkandan 389b9dbbcc
[version] update
pukkandan 5aeefbd633
[version] update
:ci skip all
pukkandan 994443d24d
[version] update :ci skip all
pukkandan 162e6f0000
[version] update :ci skip all
pukkandan 5372545ddb
[version] update :ci skip
pukkandan 3638226215 [ci] Disable download tests unless specifically invoked
Tests can be enabled/disabled using the following in the commit message
* Run Download: `ci-run-dl`
* Skip Core: `ci-skip`
* Skip Quick & Core: `ci-skip-all`
(replace "-" by a space " ")
pukkandan aae273ded8 [version] update :ci skip dl
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
pukkandan ad68b9f07f [version] update
:ci skip all
pukkandan 2a86f3da07 [build] Publish on PyPi only if token is set
This allows forks to easily build releases
:ci skip all
shirt-dev 55e36f035c
Build improvements
* Lock all python package versions to the last officially supported releases for x86
* Bugfix for UNIX hash output
* Use wheels to avoid compilation of python packages
* Hash calculation on Windows now uses PowerShell rather than the legacy certutil

Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
pukkandan d16ab6ef1c [version] update
: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 8d801631cf [version] update
:ci skip all
pukkandan b3943b2f33 [pyinst.py] Move back to root dir (Closes )
pukkandan 06ff212d64 [documentation] Crypto is an optional dependency
pukkandan 0fd1a2b0bf [version] update (and linter)
pukkandan c25228e5da Release 2021.02.04
pukkandan e3b771a898 fix typos :ci skip dl
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 66c935fb16 Linter and misc cleanup
:ci skip dl
pukkandan 4ff5e98991 More badges
:ci skip all
pukkandan a392adf56c [version] update
:ci skip dl
pukkandan 6b4b65c4f4 [test] fix typo
pukkandan 3bcaa37b1b [tests] Split core and download tests
pukkandan e2f6586c16 [version] update
:skip ci all
pukkandan f57adf0e59 [version] update
:skip ci all
pukkandan 298f597b4f Release 2021.01.16
pukkandan 7bc877a20d Add PyPI release
pukkandan ff0bc1aa4c [version] update
:skip ci all
pukkandan 17fa3ee25f Documentation fixes
* Change all links to point to new fork URL
* Changed sponskrub links to my fork of the same
* Other typos
pukkandan fd51377c95 [issuetemplates] Change all links to point to new fork URL
pukkandan 8c1fead3ce [version] update
pukkandan d9d045e2ef Changed repo name to yt-dlp
pukkandan f5546c0b3c Fix typos (Closes )
:skip ci all

Co-authored by: FelixFrog
pukkandan 0ed3baddf2 [CI] Option to skip
:skip ci all
pukkandan 6d07ec81d3 [version] update
pukkandan 65156eba45 Release 2021.01.10
pukkandan b2f70ae74e Update version badge automatically in README
Uses: https://github.com/Schneegans/dynamic-badges-action
pukkandan 4084f235eb [version] update
pukkandan 6fd35a1101 Release 2021.01.09
pukkandan 0c0ff18f7d [CI] Created quick-test
pukkandan a26c99ac13 Release 2021.01.07-1
pukkandan 3ad6c46175 Release 2021.01.07
pukkandan b5611f728f Temporarily disable python 3.3 and 3.4 tests
pukkandan c76eb41bb9 Preparing for release
Tom-Oliver Heidel d052b9a112
[skip travis] typo
Tom-Oliver Heidel da8fb75df5
[skip travis] adjust python versions
Tom-Oliver Heidel 651bae3d23
Merge pull request from blackjack4494/release
workflow file
Tom-Oliver Heidel 5943bb6214
[skip travis] update workflow - sha file
Tom-Oliver Heidel 764876a01f
[skip travis] select python 3.8 in workflow file
Unknown 7fb5f2f29d [skip travis] templates and urls
Tom-Oliver Heidel da6403d340
[skip travis] finalised workflow
Tom-Oliver Heidel 9891884768
[skip travis] half done workflow
Unknown 8045ef7760 next release: 2020.10.26
Unknown 6c894ea191 [youtube/ytsearch] fix yt search feed + version update.
Tom-Oliver Heidel 93721ed09c
[skip travis] typo