aboutsummaryrefslogtreecommitdiff
path: root/devscripts
AgeCommit message (Collapse)Author
2023-01-01Improve plugin architecture (#5553)Matthew
to make plugins easier to develop and use: * Plugins are now loaded as namespace packages. * Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.). * Plugin packages can be installed and managed via pip, or dropped into any of the documented locations. * Users do not need to edit any code files to install plugins. * Backwards-compatible with previous plugin architecture. As a side-effect, yt-dlp will now search in a few more locations for config files. Closes https://github.com/yt-dlp/yt-dlp/issues/1389 Authored by: flashdagger, coletdjnz, pukkandan, Grub4K Co-authored-by: Marcel <flashdagger@googlemail.com> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
2022-11-16[cleanup] Miscpukkandan
Closes #5541
2022-10-21[build] Replace `set-output` with `GITHUB_OUTPUT` (#5315)Lesmiscore
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Authored by: Lesmiscore
2022-09-22[docs] Misc improvementspukkandan
Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979
2022-09-18[devscripts] make_lazy_extractors: Fix for Docker (#4958)josanabr
Authored by: josanabr
2022-09-01[cleanup] Miscpukkandan
Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022
2022-08-24Fix lazy extractor bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fapukkandan
and add test Fixes https://github.com/yt-dlp/yt-dlp/pull/3234#issuecomment-1225347071
2022-08-11[devscripts] Fix importpukkandan
Closes #4603
2022-08-09[build, devscripts] Add devscript to set a build variantpukkandan
Closes #4471
2022-08-09[devscripts] Create `utils` and refactorpukkandan
2022-08-02[extractor] Framework for embed detection (#4307)pukkandan
2022-07-01[devscripts/update-formulae] Do not change dependency sectionLesmiscore
Closes #4223
2022-06-30[docs] Improve issue templatespukkandan
2022-06-29[build] Consistent order for lazy extractors (#4220)Chris Lamb
Authored by: lamby
2022-06-25[compat] Remove deprecated functions from core codepukkandan
2022-06-25[cleanup] Consistent style for file headspukkandan
2022-06-25[compat] Remove more functionspukkandan
Removing any more will require changes to a large number of extractors
2022-06-16[extractor] Import `_ALL_CLASSES` lazilypukkandan
This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors`
2022-06-12[cleanup] Misc fixes (see desc)pukkandan
* [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
2022-05-27[cleanup] Misc fixes and cleanuppukkandan
Closes #3780, Closes #3853, Closes #3850
2022-05-21[cleanup] Miscpukkandan
2022-05-18[cleanup] Minor fixespukkandan
2022-05-17[cleanup] Misc cleanuppukkandan
2022-05-13[extractor] Use classmethod/property where possiblepukkandan
and refactor lazy extractors accordingly. This reduces the need to create extractor instances
2022-05-11[extractor] Document netrc machinespukkandan
Closes #3169
2022-05-09[cleanup] Minor fixes (See desc)pukkandan
* [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
2022-04-29[cleanup] Misc fixespukkandan
Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
2022-04-27[cleanup,build] Cleanup some build-related codepukkandan
Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7
2022-04-18[cleanup] Misc cleanup and refactor (#2173)pukkandan
2022-04-18[test] Convert warnings into errorspukkandan
* And fix some existing warnings Authored by: fstirlitz
2022-04-12[cleanup] Misc cleanup (#2173)pukkandan
Authored by: fstirlitz, pukkandan
2022-04-12[cleanup] Sort importspukkandan
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
2022-04-12[cleanup] Upgrade syntaxpukkandan
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
2022-04-12[cleanup] Remove unused scripts/tests (#2173)felix
Authored by fstirlitz, pukkandan
2022-03-24Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0pukkandan
Closes #3173
2022-03-08[cleanup, docs] Misc cleanuppukkandan
Closes #2828, closes #2734, closes #2802, closes #2937
2022-02-24[devscripts] Improve `prepare_manpage`pukkandan
Closes #2873
2021-12-23[cleanup] Misc cleanuppukkandan
Closes #1942 #1976 #2020 #2058 #1984
2021-12-20[docs] Fix bug in regex escape in python 3.6pukkandan
Bug in ec2e44fc5752ca15fb7ce2e31994453226507f8b Closes #2060
2021-12-17[docs] Improve manpage format (#2003)chris
Closes #1448 Authored by: iw0nderhow, pukkandan
2021-12-01[lazy_extractors] Fix for search IEspukkandan
Closes #1851
2021-11-29[build] Use `workflow_dispatch` for releasepukkandan
2021-11-29[build] Save Git HEAD at release alongside version infopukkandan
2021-10-23[cleanup] Add keyword automatically to SearchIE descriptionspukkandan
and some minor cleanup of docs
2021-10-23[cleanup] miscpukkandan
2021-10-13[devscripts/run_tests] Use markers to filter tests (#1258)Ákos Sülyi
`-k` filters using a substring match on test name. `-m` checks markers for an exact match. Authored by: sulyi
2021-10-09[docs] Write embedding and contributing documentation (#528)timethrow
Authored by: pukkandan, timethrow
2021-09-30[docs,cleanup] Some minor refactoring and improve docspukkandan
2021-08-30[build] Add homebrew taps (#827)The Hatsune Daishi
https://github.com/yt-dlp/homebrew-taps Closes: #754, #770 Authored by: nao20010128nao
2021-08-23Fix `add_info_extractor` when used via APIpukkandan
Bug from: 251ae04e6a057167e4eafaf8b7b565a984b48405