Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [compat, networking] Deprecate old functions (#2861) | coletdjnz | 2023-07-15 | 1 | -3/+3 |
| | | | | Authored by: coletdjnz, pukkandan | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -1/+0 |
| | |||||
* | [extractor, cleanup] Reduce direct use of `_downloader` | pukkandan | 2022-06-23 | 1 | -1/+1 |
| | |||||
* | [cleanup] Misc fixes and cleanup | pukkandan | 2022-05-27 | 1 | -9/+4 |
| | | | | Closes #3780, Closes #3853, Closes #3850 | ||||
* | [cleanup] Minor fixes | pukkandan | 2022-05-18 | 1 | -2/+1 |
| | |||||
* | [dependencies] Create module with all dependency imports | pukkandan | 2022-04-21 | 1 | -2/+2 |
| | |||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -3/+0 |
| | | | | | | | | | | 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 | ||||
* | [utils] WebSocketsWrapper: Allow omitting `__enter__` invocation (#3187) | Lesmiscore (Naoya Ozaki) | 2022-03-25 | 1 | -1/+0 |
| | | | Authored by: Lesmiscore | ||||
* | [fc2:live] Add extractor (#2418) | Lesmiscore (Naoya Ozaki) | 2022-02-25 | 1 | -0/+150 |
| | | | Authored by: Lesmiscore | ||||
* | [fc2] Fix extraction (#2776) | Lesmiscore (Naoya Ozaki) | 2022-02-15 | 1 | -1/+2 |
| | | | | | Closes #2774 Authored by: Lesmiscore | ||||
* | [fc2] Fix extraction (#2572) | Lesmiscore (Naoya Ozaki) | 2022-02-01 | 1 | -32/+21 |
| | | | | Closes #2566 Authored by: Lesmiscore | ||||
* | [extractor] Common function `_match_valid_url` | pukkandan | 2021-08-23 | 1 | -2/+1 |
| | |||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -0/+160 |
* 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 |