aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/trovo.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+0
|
* [cleanup] Misc (#5044)gamer1912022-10-041-1/+1
| | | Authored by: gamer191, pukkandan
* [extractor/trovo] Fix extractors (#4880)Mehavoid2022-09-301-75/+58
| | | | Authored by: Mehavoid Closes #4878
* [extractor/Trovo] Fix extractor (#4208)u-spec-png2022-07-131-2/+44
| | | Authored by: u-spec-png
* [cleanup, utils] Don't use kwargs for `format_field`pukkandan2022-06-181-1/+1
|
* [trovo] Update to new API (#3509)nyuszika7h2022-05-021-89/+145
| | | | Closes #3457 Authored by: nyuszika7h
* [cleanup] Upgrade syntaxpukkandan2022-04-121-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 applicablepukkandan2022-01-211-1/+2
|
* [extractor] Standardize `_live_title`pukkandan2021-12-151-1/+1
|
* [trovo] Fix inheritance of `TrovoChannelBaseIE`pukkandan2021-12-011-1/+2
| | | | Closes #1849
* [trovo] Fix extractor (#1818)nyuszika7h2021-11-301-15/+16
| | | | | Closes #1782 Authored by: nyuszika7h
* [cleanup] Add keyword automatically to SearchIE descriptionspukkandan2021-10-231-2/+2
| | | | and some minor cleanup of docs
* [trovo] Support channel clips and VODs (#1246)Ashish Gupta2021-10-141-0/+67
| | | | Closes #229 Authored by: Ashish0804
* [cleanup] Replace improper use of tab in trovo (#719)Glenn Slayden2021-08-171-1/+1
| | | | | :ci skip Authored by: glenn-slayden
* [trovo] Pass origin header (Closes #139)pukkandan2021-03-041-0/+3
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/28346
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-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