| Age | Commit message (Collapse) | Author |
|
Authored by: bashonly
|
|
Closes #9763
Authored by: bashonly, seproDev, Grub4K
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
|
|
Authored by: bashonly, seproDev, Grub4K
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
|
|
Authored by: bashonly, pukkandan
|
|
Closes #9417
Authored by: bashonly
|
|
Authored by: pukkandan, bashonly, seproDev
|
|
Authored by: bashonly
|
|
[build:Makefile] Restore compatibility with GNU Make <4.0
- The != variable assignment operator is not supported by GNU Make <4.0
- $(shell) is a no-op in BSD Make, assigns an empty string to the var
- Try to assign with != and fallback to $(shell) if not assigned (?=)
- Old versions of BSD find have different -exec behavior
- Pipe to `sed` instead of using `find ... -exec dirname {}`
- BSD tar does not support --transform, --owner or --group
- Allow user to specify path to GNU tar by passing GNUTAR variable
- pandoc vars are immediately evaluated with != in gmake>=4 and bmake
- Suppress stderr output for pandoc -v in case it is not installed
- Use string comparison instead of int comparison for pandoc version
Authored by: bashonly
|
|
Authored by: bashonly
|
|
Closes #7046, Closes #8481
Authored by: t-nil
|
|
Authored by: bashonly
|
|
Authored by: bashonly
|
|
No actual changes - code is only moved around
|
|
Convert proxies extracted from windows registry to http for older Python versions.
See: https://github.com/python/cpython/issues/86793
Authored by: coletdjnz
|
|
Closes https://github.com/yt-dlp/yt-dlp/pull/2173
Authored by: pukkandan, coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
|
|
|
|
Closes #5576, closes #5887
|
|
Authored by: gamer191, pukkandan
|
|
Closes #5129, Closes #4982
|
|
Authored by: bashonly
|
|
Ref: https://www.gnu.org/prep/standards/html_node/DESTDIR.html
Authored by: satan1st
|
|
|
|
* [tvver] Fix bug in 6837633a4a614920b6e43ffc6b4b8590dca8c9d7 - Closes #4054
* [rumble] Fix tests - Closes #3976
* [make] Remove `cat` abuse - Closes #3989
* [make] Revert #3684 - Closes #3814
* [utils] Improve `get_elements_by_class` - Closes #3993
* [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
|
|
Closes #3780, Closes #3853, Closes #3850
|
|
Closes #3835, #3837
|
|
|
|
|
|
Authored by: MrRawes
|
|
* [youtube] Fix `--youtube-skip-dash-manifest`
* [build] Use `$()` in `Makefile`. Closes #3684
* Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700
* Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38
* [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode`
* [utils] LazyList: Expose unnecessarily "protected" attributes
and other minor cleanup
|
|
Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7
|
|
|
|
Closes #3429
|
|
Closes #3467, #35
Authored by: putnam
|
|
Closes #2828, closes #2734, closes #2802, closes #2937
|
|
[youtube] Support channel search
https://github.com/ytdl-org/youtube-dl/commit/78ce962f4fe020994c216dd2671546fbe58a5c67
|
|
Closes #2334
|
|
|
|
Closes #1942 #1976 #2020 #2058 #1984
|
|
Closes #1805, closes #1800
|
|
Closes #1361
|
|
Set the environment variable `YTDLP_NO_LAZY_EXTRACTORS`
to forcefully disable lazy extractor loading
|
|
Authored by: Ashish0804
|
|
Closes #1099
|
|
Authored by: sulyi
|
|
|
|
|
|
`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 #480
|
|
Closes #386
|
|
|
|
* Autogenerate `AUTHORS`
* Fix `setup.py` using wrong completion files
* Complete `ChangeLog` -> `Changelog.md` rename
* Make `make tar` respect DESTDIR
* Remove `bin/` `yt-dlp` and `docs/` from tar and sdist
* Make `pypi-files` build all files needed for `python setup.py`
* Add `completions` alias
* Add `devscripts/` and `supportedsites.md` to pip sdist
* Remove `man` target
* Remove `README.txt` from sdist
* Make `clean` more granular
* Move aliases to top
Authored by: hseg <gesh@gesh.uni.cx>
|