Age | Commit message (Collapse) | Author | |
---|---|---|---|
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] Misc | pukkandan | |
2021-08-02 | Add logo and banner | pukkandan | |
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 files | pukkandan | |
2021-06-06 | [cleanup] Point all shebang to `python3` (#372) | felix | |
Authored by: fstirlitz | |||
2021-04-22 | [lazy_extractor] Do not load plugins | pukkandan | |
2021-03-03 | Fix 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-25 | Fix completion paths, zsh pip completion install | hseg | |
Closes: #108, #110 | |||
2021-02-25 | Completely 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 time | pukkandan | |
2021-02-09 | [pyinst.py] Move back to root dir (Closes #63) | pukkandan | |
2021-02-09 | #64 Implement self updater | shirt-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 dependency | pukkandan | |
2021-02-04 | [pyinst] Automatically detect python architecture and working directory | pukkandan | |
:ci skip all | |||
2021-01-29 | Refactor `update-version`, `pyinst.py` and related files | pukkandan | |
* 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-29 | Linter and misc cleanup | pukkandan | |
:ci skip dl | |||
2021-01-13 | Added `--force-overwrites` option ↵ | alxnull | |
(https://github.com/ytdl-org/youtube-dl/pull/20405) Co-authored by alxnull | |||
2021-01-09 | Add post_hooks option to YoutubeDL.py ↵ | Alex Merkel | |
(https://github.com/ytdl-org/youtube-dl/pull/27573) Authored by: alexmerkel | |||
2021-01-07 | Preparing for release | pukkandan | |
2020-11-20 | Merge 'ytdl-org/youtube-dl/master' release 2020.11.19 | pukkandan | |
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-16 | Merge branch 'ext/remuxe-video' of ↵ | Tom-Oliver Heidel | |
https://github.com/Zocker1999NET/youtube-dl into Zocker1999NET-ext/remuxe-video | |||
2020-09-03 | flake8 hotfix | Unknown | |
2020-09-02 | [skip travis] minor fixes | Unknown | |
2020-09-02 | [skip travis] tweaks | Unknown | |
2020-09-02 | [skip travis] renaming | Unknown | |
to avoid using same folder when using pip install for example | |||
2020-05-16 | Added --remux-video option | Felix 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 import | nmeum | |
2020-01-01 | [devscripts/create-github-release] Switch to using PAT for authentication | Sergey M․ | |
Basic authentication will be deprecated soon | |||
2019-05-11 | Fix W504 and disable W503 (closes #20863) | Sergey M․ | |
2019-04-27 | Issue template overhaul | Sergey M․ | |
2019-03-11 | Start moving to ytdl-org | Sergey M․ | |
2018-06-04 | [devscripts/update-copyright] Update copyright year | Sergey M․ | |
2018-04-25 | [devscripts/gh-pages/generate-download.py] Use program checksum from ↵ | Sergey M․ | |
versions.json | |||
2018-01-02 | [travis] Add Jython build | Sergey M․ | |
2017-11-27 | [Makefile,devscripts/run_tests.sh] Actually exclude network tests | Yen Chi Hsuan | |
Closes #14858 | |||
2017-09-19 | [devscripts/check-porn] Fix gettestcases import | Kareem Moussa | |
2017-06-17 | [devscripts/prepare_manpage] Fix deprecated escape sequence on py36 | Yen 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 build | Sergey M․ | |
2017-02-19 | [travis] Run tests in parallel | Yen 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 755 | Anisse Astier | |
2017-02-13 | [travis] Separate builds for core and download | Sergey M․ | |
2016-12-31 | [devscripts/buildserver] Remove unreachable except block | Chris Gavin | |
2016-11-18 | [devscripts/create-github-release] Fill release body from ChangeLog (closes ↵ | Sergey M․ | |
#11094) | |||
2016-11-17 | Update coding style after pycodestyle 2.1.0 | Yen 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-03 | Unify coding cookie | Déstin Reed | |
2016-09-11 | [devscripts/release.sh] Add missing fi | Sergey M․ | |
2016-09-11 | [devscripts/release.sh] Add ChangeLog reminder prompt | Sergey M․ | |
2016-08-09 | [devscripts/prepare_manpage] Fix description strings starting with dash ↵ | Sergey M․ | |
(Closes #10273) |