| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Removing any more will require changes to a large number of extractors
|
|
|
|
| |
This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [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
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
and refactor lazy extractors accordingly.
This reduces the need to create extractor instances
|
|
|
|
| |
Closes #3169
|
|
|
|
|
|
|
|
|
|
| |
* [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
|
|
|
|
| |
Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
|
|
|
|
| |
Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7
|
| |
|
|
|
|
|
|
| |
* And fix some existing warnings
Authored by: fstirlitz
|
|
|
|
| |
Authored by: fstirlitz, pukkandan
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Authored by fstirlitz, pukkandan
|
|
|
|
| |
Closes #3173
|
|
|
|
| |
Closes #2828, closes #2734, closes #2802, closes #2937
|
|
|
|
| |
Closes #2873
|
|
|
|
| |
Closes #1942 #1976 #2020 #2058 #1984
|
|
|
|
|
| |
Bug in ec2e44fc5752ca15fb7ce2e31994453226507f8b
Closes #2060
|
|
|
|
| |
Closes #1448
Authored by: iw0nderhow, pukkandan
|
|
|
|
| |
Closes #1851
|
| |
|
| |
|
|
|
|
| |
and some minor cleanup of docs
|
| |
|
|
|
|
|
| |
`-k` filters using a substring match on test name.
`-m` checks markers for an exact match.
Authored by: sulyi
|
|
|
| |
Authored by: pukkandan, timethrow
|
| |
|
|
|
|
|
| |
https://github.com/yt-dlp/homebrew-taps
Closes: #754, #770
Authored by: nao20010128nao
|
|
|
|
| |
Bug from: 251ae04e6a057167e4eafaf8b7b565a984b48405
|
| |
|
|
|
|
| |
Now all core tests pass with lazy extraction enabled
|
| |
|
| |
|
|
|
|
|
| |
Bug introduced by: 0b2e9d2c3051f2e1d79449adde3afbba3b5ec94f
Authored by: kidonng
|
| |
|
| |
|
|
|
|
| |
`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
|
| |
|
|
|
|
| |
Authored by: fstirlitz
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
| |
Closes: #108, #110
|
|
|
|
|
|
|
|
|
| |
* 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
|