aboutsummaryrefslogtreecommitdiff
path: root/devscripts
AgeCommit message (Collapse)Author
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
2020-09-03flake8 hotfixUnknown
2020-09-02[skip travis] minor fixesUnknown
2020-09-02[skip travis] tweaksUnknown
2020-09-02[skip travis] renamingUnknown
to avoid using same folder when using pip install for example
2020-05-16Added --remux-video optionFelix Stupp
Fixes #6996 - Supported formats declared: mp4, mkv - Added FFmpegVideoRemuxerPP as postprocessor - Added option to README and shell-completion scripts
2020-01-06[devscripts/create-github-release] Remove unused importnmeum
2020-01-01[devscripts/create-github-release] Switch to using PAT for authenticationSergey M․
Basic authentication will be deprecated soon
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․
2019-04-27Issue template overhaulSergey M․
2019-03-11Start moving to ytdl-orgSergey M․
2018-06-04[devscripts/update-copyright] Update copyright yearSergey M․
2018-04-25[devscripts/gh-pages/generate-download.py] Use program checksum from ↵Sergey M․
versions.json
2018-01-02[travis] Add Jython buildSergey M․
2017-11-27[Makefile,devscripts/run_tests.sh] Actually exclude network testsYen Chi Hsuan
Closes #14858
2017-09-19[devscripts/check-porn] Fix gettestcases importKareem Moussa
2017-06-17[devscripts/prepare_manpage] Fix deprecated escape sequence on py36Yen Chi Hsuan
2017-02-24[devscripts/make_lazy_extractors] Fix making lazy extractors on python 3 ↵Sergey M․
under Windows
2017-02-23[devscripts/run_tests] Exclude youtube lists tests from core buildSergey M․
2017-02-19[travis] Run tests in parallelYen Chi Hsuan
[test_download] Print test names in case of network errors [test_download] Add comments for nose parameters [test_download] Modify outtmpl to prevent info JSON filename conflicts Thanks @jaimeMF for the idea. [travis] Only download tests should be run in parallel
2017-02-16[devscripts/run_tests.sh] Change permission for script to 755Anisse Astier
2017-02-13[travis] Separate builds for core and downloadSergey M․
2016-12-31[devscripts/buildserver] Remove unreachable except blockChris Gavin
2016-11-18[devscripts/create-github-release] Fill release body from ChangeLog (closes ↵Sergey M․
#11094)
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan
In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches
2016-10-03Unify coding cookieDéstin Reed
2016-09-11[devscripts/release.sh] Add missing fiSergey M․
2016-09-11[devscripts/release.sh] Add ChangeLog reminder promptSergey M․