Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated from upstream | 27/06/2022 at 01:25 | Jesús | 2022-06-27 | 1 | -0/+1 |
|\ | |||||
| * | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 1 | -0/+1 |
| | | |||||
* | | updated from upstream | 17/05/2022 at 10:10 | Jesús | 2022-05-17 | 1 | -5/+2 |
|\| | |||||
| * | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | [docs] Write embedding and contributing documentation (#528) | timethrow | 2021-10-09 | 1 | -10/+11 |
| | | | | | | Authored by: pukkandan, timethrow | ||||
| * | [cleanup] Point all shebang to `python3` (#372) | felix | 2021-06-06 | 1 | -1/+1 |
| | | | | | | | | Authored by: fstirlitz | ||||
| * | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | flake8 hotfix | Unknown | 2020-09-03 | 1 | -11/+11 |
| | | |||||
| * | [skip travis] tweaks | Unknown | 2020-09-02 | 1 | -2/+2 |
| | | |||||
| * | [skip travis] renaming | Unknown | 2020-09-02 | 1 | -1/+1 |
| | | | | | | to avoid using same folder when using pip install for example | ||||
* | | uppercase string | Jesús | 2021-10-18 | 1 | -1/+1 |
| | | |||||
* | | update from upstream | Jesús | 2021-10-18 | 1 | -3/+4 |
|/ | |||||
* | Update coding style after pycodestyle 2.1.0 | Yen Chi Hsuan | 2016-11-17 | 1 | -0/+1 |
| | | | | | | | | | | 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 | ||||
* | [devscripts/make_contributing] Switch to optparse (Fixes #4483) | Philipp Hagemeister | 2014-12-16 | 1 | -10/+10 |
| | |||||
* | [CONTRIBUTING.md] Remove the section about embedding; that is not applicable ↵ | Philipp Hagemeister | 2014-12-12 | 1 | -1/+2 |
| | | | | for youtube-dl contributors | ||||
* | [Makefile] Add CONTRIBUTING.md (Fixes #2984) | Philipp Hagemeister | 2014-12-12 | 1 | -0/+31 |