Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [phantomjs] Fix bug in 587021cd9f717181b44e881941aca3f8d753758b (#4833) | Elyse | 2022-09-03 | 1 | -1/+1 |
| | | | Authored by: elyse0 | ||||
* | [jsinterp, extractor/youtube] Minor fixes | pukkandan | 2022-08-30 | 1 | -3/+4 |
| | |||||
* | [jsinterp] Implement timeout | pukkandan | 2022-08-22 | 1 | -3/+7 |
| | | | | Workaround for #4716 | ||||
* | [phantomjs] Add function to execute JS without a DOM | pukkandan | 2022-08-18 | 1 | -24/+38 |
| | | | | Authored by: MinePlayersPE, pukkandan | ||||
* | [docs] Consistent use of `e.g.` (#4643) | Lesmiscore | 2022-08-14 | 1 | -1/+1 |
| | | | Authored by: Lesmiscore | ||||
* | [cleanup] Misc | pukkandan | 2022-07-18 | 1 | -3/+2 |
| | |||||
* | [extractor, cleanup] Reduce direct use of `_downloader` | pukkandan | 2022-06-23 | 1 | -1/+1 |
| | |||||
* | [cleanup] Minor fixes (#4096) | christoph-heinrich | 2022-06-17 | 1 | -2/+2 |
| | | | Authored by: christoph-heinrich | ||||
* | [utils] `Popen`: Refactor to use contextmanager | pukkandan | 2022-06-16 | 1 | -8/+5 |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/3531#issuecomment-1156223597 | ||||
* | [cleanup] Misc cleanup and refactor (#2173) | pukkandan | 2022-04-18 | 1 | -6/+3 |
| | |||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 1 | -5/+3 |
| | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -7/+4 |
| | | | | | | | | | | 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 | ||||
* | [cleanup] Mark some compat variables for removal (#2173) | pukkandan | 2022-04-12 | 1 | -2/+1 |
| | | | | Authored by fstirlitz, pukkandan | ||||
* | [phantomjs] Fix bug in 8b7539d27c0a47d8d08e0522bdb66c571483377b | pukkandan | 2022-03-14 | 1 | -1/+1 |
| | | | | Closes #3066 | ||||
* | Implement `--add-header` without modifying `std_headers` | pukkandan | 2022-03-04 | 1 | -2/+1 |
| | | | | Closes #2526, #1614 | ||||
* | Don't create console for subprocesses on Windows (#1261) | pukkandan | 2021-10-20 | 1 | -6/+5 |
| | | | Closes #1251 | ||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -0/+239 |
* 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 |