aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | updated from upstream | 31/10/2021 at 11:36Jesús2021-10-312-1/+4
|\|
| * [cleanup] Add keyword automatically to SearchIE descriptionspukkandan2021-10-231-0/+3
| | | | | | | | and some minor cleanup of docs
| * [cleanup] miscpukkandan2021-10-231-1/+1
| |
| * [devscripts/run_tests] Use markers to filter tests (#1258)Ákos Sülyi2021-10-132-6/+6
| | | | | | | | | | `-k` filters using a substring match on test name. `-m` checks markers for an exact match. Authored by: sulyi
| * [docs] Write embedding and contributing documentation (#528)timethrow2021-10-091-10/+11
| | | | | | Authored by: pukkandan, timethrow
| * [docs,cleanup] Some minor refactoring and improve docspukkandan2021-09-302-5/+9
| |
| * [build] Add homebrew taps (#827)The Hatsune Daishi2021-08-301-0/+37
| | | | | | | | | | https://github.com/yt-dlp/homebrew-taps Closes: #754, #770 Authored by: nao20010128nao
| * Fix `add_info_extractor` when used via APIpukkandan2021-08-231-1/+1
| | | | | | | | Bug from: 251ae04e6a057167e4eafaf8b7b565a984b48405
| * [lazy_extractor] Create instance only after pre-checking archivepukkandan2021-08-232-7/+9
| |
| * [lazy_extractor] Import actual class if an attribute is accessedpukkandan2021-08-231-6/+14
| | | | | | | | Now all core tests pass with lazy extraction enabled
| * [lazy_extractors] Fix `suitable` and add flake8 testpukkandan2021-08-232-5/+2
| |
| * [extractor] Common function `_match_valid_url`pukkandan2021-08-231-2/+4
| |
| * [lazy_extractor] Bugfix for when plugin directory doesn't exist (#691)Kid2021-08-131-2/+6
| | | | | | | | | | Bug introduced by: 0b2e9d2c3051f2e1d79449adde3afbba3b5ec94f Authored by: kidonng
| * [cleanup] Miscpukkandan2021-08-071-1/+0
| |
| * Add logo and bannerpukkandan2021-08-022-0/+0
| |
| * [test] Use `pytest` instead of `nosetests` (#482)pukkandan2021-07-232-33/+25
| | | | | | | | `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
| * [cleanup] Mark unused filespukkandan2021-06-069-0/+5
| |
| * [cleanup] Point all shebang to `python3` (#372)felix2021-06-0616-10/+21
| | | | | | | | Authored by: fstirlitz
| * [lazy_extractor] Do not load pluginspukkandan2021-04-221-0/+5
| |
| * Fix packaging bugs (#129)hseg2021-03-031-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * Fix completion paths, zsh pip completion installhseg2021-02-253-3/+3
| | | | | | | | Closes: #108, #110
| * Completely change project name to yt-dlp (#85)Pccode662021-02-2521-69/+69
| | | | | | | | | | | | | | | | | | * 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
| * [version] Set version number based on UTC time, not local timepukkandan2021-02-161-1/+1
| |
| * [pyinst.py] Move back to root dir (Closes #63)pukkandan2021-02-091-79/+0
| |
| * #64 Implement self updatershirt-dev2021-02-092-2/+2
| | | | | | | | Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) Co-authored-by: pukkandan <pukkandan@gmail.com>
| * [documentation] Crypto is an optional dependencypukkandan2021-02-081-0/+1
| |
| * [pyinst] Automatically detect python architecture and working directorypukkandan2021-02-041-17/+26
| | | | | | | | :ci skip all
| * Refactor `update-version`, `pyinst.py` and related filespukkandan2021-01-293-8/+78
| | | | | | | | | | | | | | | | | | * 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
| * Linter and misc cleanuppukkandan2021-01-291-0/+30
| | | | | | | | :ci skip dl
| * Added `--force-overwrites` option ↵alxnull2021-01-131-1/+1
| | | | | | | | | | | | (https://github.com/ytdl-org/youtube-dl/pull/20405) Co-authored by alxnull
| * Add post_hooks option to YoutubeDL.py ↵Alex Merkel2021-01-092-2/+2
| | | | | | | | | | | | (https://github.com/ytdl-org/youtube-dl/pull/27573) Authored by: alexmerkel
| * Preparing for releasepukkandan2021-01-076-10/+27
| |
| * Merge 'ytdl-org/youtube-dl/master' release 2020.11.19pukkandan2020-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge branch 'ext/remuxe-video' of ↵Tom-Oliver Heidel2020-09-162-0/+3
| |\ | | | | | | | | | https://github.com/Zocker1999NET/youtube-dl into Zocker1999NET-ext/remuxe-video
| | * Added --remux-video optionFelix Stupp2020-05-162-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #6996 - Supported formats declared: mp4, mkv - Added FFmpegVideoRemuxerPP as postprocessor - Added option to README and shell-completion scripts
| * | flake8 hotfixUnknown2020-09-032-13/+13
| | |