aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | [skip travis] minor fixesUnknown2020-09-021-2/+2
| |
* | [skip travis] tweaksUnknown2020-09-021-2/+2
| |
* | [skip travis] renamingUnknown2020-09-0220-65/+65
|/ | | to avoid using same folder when using pip install for example
* [devscripts/create-github-release] Remove unused importnmeum2020-01-061-1/+0
|
* [devscripts/create-github-release] Switch to using PAT for authenticationSergey M․2020-01-011-13/+4
| | | | Basic authentication will be deprecated soon
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-4/+4
|
* Issue template overhaulSergey M․2019-04-271-2/+2
|
* Start moving to ytdl-orgSergey M․2019-03-115-7/+7
|
* [devscripts/update-copyright] Update copyright yearSergey M․2018-06-041-1/+1
|
* [devscripts/gh-pages/generate-download.py] Use program checksum from ↵Sergey M․2018-04-251-12/+7
| | | | versions.json
* [travis] Add Jython buildSergey M․2018-01-021-0/+5
|
* [Makefile,devscripts/run_tests.sh] Actually exclude network testsYen Chi Hsuan2017-11-271-1/+2
| | | | Closes #14858
* [devscripts/check-porn] Fix gettestcases importKareem Moussa2017-09-191-2/+2
|
* [devscripts/prepare_manpage] Fix deprecated escape sequence on py36Yen Chi Hsuan2017-06-171-1/+1
|
* [devscripts/make_lazy_extractors] Fix making lazy extractors on python 3 ↵Sergey M․2017-02-241-1/+2
| | | | under Windows
* [devscripts/run_tests] Exclude youtube lists tests from core buildSergey M․2017-02-231-1/+1
|
* [travis] Run tests in parallelYen Chi Hsuan2017-02-191-1/+3
| | | | | | | | | | | | [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
* [devscripts/run_tests.sh] Change permission for script to 755Anisse Astier2017-02-161-0/+0
|
* [travis] Separate builds for core and downloadSergey M․2017-02-131-0/+19
|
* [devscripts/buildserver] Remove unreachable except blockChris Gavin2016-12-311-2/+0
|
* [devscripts/create-github-release] Fill release body from ChangeLog (closes ↵Sergey M․2016-11-182-5/+14
| | | | #11094)
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-179-0/+9
| | | | | | | | | | 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
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* [devscripts/release.sh] Add missing fiSergey M․2016-09-111-1/+1
|
* [devscripts/release.sh] Add ChangeLog reminder promptSergey M․2016-09-111-0/+3
|
* [devscripts/prepare_manpage] Fix description strings starting with dash ↵Sergey M․2016-08-091-11/+15
| | | | (Closes #10273)
* Add ChangeLogYen Chi Hsuan2016-07-301-1/+4
|
* [devscripts/show-downloads-statistics] Add support for pagingSergey M․2016-07-271-16/+22
|
* [travis] Skip downloading srelayYen Chi Hsuan2016-07-131-8/+0
| | | | | | SOCKS tests never run on Travis CI due to unknown reasons, and downloading them broke some tests (e.g. https://travis-ci.org/rg3/youtube-dl/builds/144306425)
* [devscripts/generate-download] Remove MD5 and SHA1Philipp Hagemeister2016-07-121-4/+0
|
* [devscripts/show-downloads-statictics] Add script for displaying downloads ↵Sergey M․2016-07-031-0/+41
| | | | statistics