aboutsummaryrefslogtreecommitdiff
path: root/devscripts
AgeCommit message (Collapse)Author
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
2021-08-23[lazy_extractor] Create instance only after pre-checking archivepukkandan
2021-08-23[lazy_extractor] Import actual class if an attribute is accessedpukkandan
Now all core tests pass with lazy extraction enabled
2021-08-23[lazy_extractors] Fix `suitable` and add flake8 testpukkandan
2021-08-23[extractor] Common function `_match_valid_url`pukkandan
2021-08-13[lazy_extractor] Bugfix for when plugin directory doesn't exist (#691)Kid
Bug introduced by: 0b2e9d2c3051f2e1d79449adde3afbba3b5ec94f Authored by: kidonng
2021-08-07[cleanup] Miscpukkandan
2021-08-02Add logo and bannerpukkandan
2021-07-23[test] Use `pytest` instead of `nosetests` (#482)pukkandan
`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
2021-06-06[cleanup] Mark unused filespukkandan
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix
Authored by: fstirlitz