aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts
Commit message (Collapse)AuthorAgeFilesLines
* update from upstream 2022-12-01 UTC+8Jesús2022-12-019-69/+148
|\
| * [cleanup] Miscpukkandan2022-11-162-3/+10
| | | | | | | | Closes #5541
| * [build] Replace `set-output` with `GITHUB_OUTPUT` (#5315)Lesmiscore2022-10-212-3/+5
| | | | | | | | | | https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Authored by: Lesmiscore
| * [docs] Misc improvementspukkandan2022-09-221-1/+1
| | | | | | | | Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979
| * [devscripts] make_lazy_extractors: Fix for Docker (#4958)josanabr2022-09-181-2/+4
| | | | | | Authored by: josanabr
| * [cleanup] Miscpukkandan2022-09-011-4/+4
| | | | | | | | | | Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022
| * Fix lazy extractor bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fapukkandan2022-08-242-5/+10
| | | | | | | | | | | | and add test Fixes https://github.com/yt-dlp/yt-dlp/pull/3234#issuecomment-1225347071
| * [devscripts] Fix importpukkandan2022-08-111-0/+1
| | | | | | | | Closes #4603
| * [build, devscripts] Add devscript to set a build variantpukkandan2022-08-093-0/+44
| | | | | | | | Closes #4471
| * [devscripts] Create `utils` and refactorpukkandan2022-08-098-97/+125
| |
| * [extractor] Framework for embed detection (#4307)pukkandan2022-08-022-8/+5
| |
| * [devscripts/update-formulae] Do not change dependency sectionLesmiscore2022-07-011-2/+2
| | | | | | | | Closes #4223
| * [docs] Improve issue templatespukkandan2022-06-301-3/+44
| |
| * [build] Consistent order for lazy extractors (#4220)Chris Lamb2022-06-291-1/+1
| | | | | | Authored by: lamby
* | updated from upstream | 27/06/2022 at 01:25Jesús2022-06-2711-25/+94
|\|
| * [compat] Remove deprecated functions from core codepukkandan2022-06-251-2/+2
| |
| * [cleanup] Consistent style for file headspukkandan2022-06-2511-10/+53
| |
| * [compat] Remove more functionspukkandan2022-06-252-7/+12
| | | | | | | | Removing any more will require changes to a large number of extractors
| * [extractor] Import `_ALL_CLASSES` lazilypukkandan2022-06-161-1/+1
| | | | | | | | This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors`
| * [cleanup] Misc fixes (see desc)pukkandan2022-06-121-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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
| * [cleanup] Misc fixes and cleanuppukkandan2022-05-272-7/+13
| | | | | | | | Closes #3780, Closes #3853, Closes #3850
| * [cleanup] Miscpukkandan2022-05-212-11/+36
| |
| * [cleanup] Minor fixespukkandan2022-05-181-1/+1
| |
* | updated from upstream | 17/05/2022 at 10:10Jesús2022-05-1715-636/+178
|\|
| * [cleanup] Misc cleanuppukkandan2022-05-172-5/+10
| |
| * [extractor] Use classmethod/property where possiblepukkandan2022-05-133-101/+123
| | | | | | | | | | | | and refactor lazy extractors accordingly. This reduces the need to create extractor instances
| * [extractor] Document netrc machinespukkandan2022-05-111-25/+6
| | | | | | | | Closes #3169
| * [cleanup] Minor fixes (See desc)pukkandan2022-05-093-5/+4
| | | | | | | | | | | | | | | | | | | | * [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
| * [cleanup] Misc fixespukkandan2022-04-291-1/+1
| | | | | | | | Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
| * [cleanup,build] Cleanup some build-related codepukkandan2022-04-275-15/+17
| | | | | | | | Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7
| * [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-11/+14
| |
| * [test] Convert warnings into errorspukkandan2022-04-182-1/+2
| | | | | | | | | | | | * And fix some existing warnings Authored by: fstirlitz
| * [cleanup] Misc cleanup (#2173)pukkandan2022-04-124-8/+7
| | | | | | | | Authored by: fstirlitz, pukkandan
| * [cleanup] Sort importspukkandan2022-04-1210-16/+14
| | | | | | | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
| * [cleanup] Upgrade syntaxpukkandan2022-04-1214-56/+26
| | | | | | | | | | | | | | | | | | | | 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
| * [cleanup] Remove unused scripts/tests (#2173)felix2022-04-1212-1036/+0
| | | | | | | | Authored by fstirlitz, pukkandan
* | updated from upstream | 30/03/2022 at 01:24Jesús2022-03-301-3/+2
|\|
| * Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0pukkandan2022-03-241-3/+2
| | | | | | | | Closes #3173
* | updated from upstream | 12/03/2022 at 06:05Jesús2022-03-121-1/+5
|\|
| * [cleanup, docs] Misc cleanuppukkandan2022-03-081-1/+5
| | | | | | | | Closes #2828, closes #2734, closes #2802, closes #2937
* | updated from upstream | 25/02/2022 at 00:38Jesús2022-02-251-15/+11
|\|
| * [devscripts] Improve `prepare_manpage`pukkandan2022-02-241-15/+11
| | | | | | | | Closes #2873
| * [cleanup] Misc cleanuppukkandan2021-12-231-2/+2
| | | | | | | | Closes #1942 #1976 #2020 #2058 #1984
* | updated from upstream | 20/12/2021 at 11:53Jesús2021-12-201-36/+54
|\|
| * [docs] Fix bug in regex escape in python 3.6pukkandan2021-12-201-1/+2
| | | | | | | | | | Bug in ec2e44fc5752ca15fb7ce2e31994453226507f8b Closes #2060
| * [docs] Improve manpage format (#2003)chris2021-12-171-36/+53
| | | | | | | | Closes #1448 Authored by: iw0nderhow, pukkandan
* | updated from upstream | 02/12/2021 at 11:02Jesús2021-12-021-9/+2
|\|
| * [lazy_extractors] Fix for search IEspukkandan2021-12-011-9/+2
| | | | | | | | Closes #1851
| * [build] Use `workflow_dispatch` for releasepukkandan2021-11-291-1/+5
| |
| * [build] Save Git HEAD at release alongside version infopukkandan2021-11-291-16/+21
| |