aboutsummaryrefslogtreecommitdiff
path: root/devscripts
AgeCommit message (Collapse)Author
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
2021-04-22[lazy_extractor] Do not load pluginspukkandan
2021-03-03Fix packaging bugs (#129)hseg
* 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>
2021-02-25Fix completion paths, zsh pip completion installhseg
Closes: #108, #110
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* 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
2021-02-16[version] Set version number based on UTC time, not local timepukkandan
2021-02-09[pyinst.py] Move back to root dir (Closes #63)pukkandan
2021-02-09#64 Implement self updatershirt-dev
Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) Co-authored-by: pukkandan <pukkandan@gmail.com>
2021-02-08[documentation] Crypto is an optional dependencypukkandan
2021-02-04[pyinst] Automatically detect python architecture and working directorypukkandan
:ci skip all
2021-01-29Refactor `update-version`, `pyinst.py` and related filespukkandan
* 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
2021-01-29Linter and misc cleanuppukkandan
:ci skip dl
2021-01-13Added `--force-overwrites` option ↵alxnull
(https://github.com/ytdl-org/youtube-dl/pull/20405) Co-authored by alxnull
2021-01-09Add post_hooks option to YoutubeDL.py ↵Alex Merkel
(https://github.com/ytdl-org/youtube-dl/pull/27573) Authored by: alexmerkel
2021-01-07Preparing for releasepukkandan
2020-11-20Merge 'ytdl-org/youtube-dl/master' release 2020.11.19pukkandan
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
2020-09-16Merge branch 'ext/remuxe-video' of ↵Tom-Oliver Heidel
https://github.com/Zocker1999NET/youtube-dl into Zocker1999NET-ext/remuxe-video