| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev)
Co-authored-by: pukkandan <pukkandan@gmail.com>
|
| |
|
|
|
|
| |
:ci skip all
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
:ci skip dl
|
|
|
|
|
|
| |
(https://github.com/ytdl-org/youtube-dl/pull/20405)
Co-authored by alxnull
|
|
|
|
|
|
| |
(https://github.com/ytdl-org/youtube-dl/pull/27573)
Authored by: alexmerkel
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Old Extractors left behind:
VLivePlaylistIE
YoutubeSearchURLIE
YoutubeShowIE
YoutubeFavouritesIE
If removing old extractors, make corresponding changes in
docs/supportedsites.md
youtube_dlc/extractor/extractors.py
Not merged:
.github/ISSUE_TEMPLATE/1_broken_site.md
.github/ISSUE_TEMPLATE/2_site_support_request.md
.github/ISSUE_TEMPLATE/3_site_feature_request.md
.github/ISSUE_TEMPLATE/4_bug_report.md
.github/ISSUE_TEMPLATE/5_feature_request.md
test/test_all_urls.py
youtube_dlc/version.py
Changelog
|
|\
| |
| |
| | |
https://github.com/Zocker1999NET/youtube-dl into Zocker1999NET-ext/remuxe-video
|