Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -2/+0 |
| | |||||
* | [cleanup] Misc (#5044) | gamer191 | 2022-10-04 | 1 | -1/+1 |
| | | | Authored by: gamer191, pukkandan | ||||
* | [extractor/trovo] Fix extractors (#4880) | Mehavoid | 2022-09-30 | 1 | -75/+58 |
| | | | | Authored by: Mehavoid Closes #4878 | ||||
* | [extractor/Trovo] Fix extractor (#4208) | u-spec-png | 2022-07-13 | 1 | -2/+44 |
| | | | Authored by: u-spec-png | ||||
* | [cleanup, utils] Don't use kwargs for `format_field` | pukkandan | 2022-06-18 | 1 | -1/+1 |
| | |||||
* | [trovo] Update to new API (#3509) | nyuszika7h | 2022-05-02 | 1 | -89/+145 |
| | | | | Closes #3457 Authored by: nyuszika7h | ||||
* | [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 | ||||
* | [cleanup] Use format_field where applicable | pukkandan | 2022-01-21 | 1 | -1/+2 |
| | |||||
* | [extractor] Standardize `_live_title` | pukkandan | 2021-12-15 | 1 | -1/+1 |
| | |||||
* | [trovo] Fix inheritance of `TrovoChannelBaseIE` | pukkandan | 2021-12-01 | 1 | -1/+2 |
| | | | | Closes #1849 | ||||
* | [trovo] Fix extractor (#1818) | nyuszika7h | 2021-11-30 | 1 | -15/+16 |
| | | | | | Closes #1782 Authored by: nyuszika7h | ||||
* | [cleanup] Add keyword automatically to SearchIE descriptions | pukkandan | 2021-10-23 | 1 | -2/+2 |
| | | | | and some minor cleanup of docs | ||||
* | [trovo] Support channel clips and VODs (#1246) | Ashish Gupta | 2021-10-14 | 1 | -0/+67 |
| | | | | Closes #229 Authored by: Ashish0804 | ||||
* | [cleanup] Replace improper use of tab in trovo (#719) | Glenn Slayden | 2021-08-17 | 1 | -1/+1 |
| | | | | | :ci skip Authored by: glenn-slayden | ||||
* | [trovo] Pass origin header (Closes #139) | pukkandan | 2021-03-04 | 1 | -0/+3 |
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/28346 | ||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -0/+193 |
* 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 |