aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/espn.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/ESPNcricinfo] Handle new URL pattern (#6321)Venkata Krishna S2023-03-041-1/+12
| | | | Authored by: venkata-krishnas Closes #6164
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-3/+0
|
* [extractor/ESPN] Extract duration (#4499)ischmidt202022-07-311-9/+15
| | | Authored by: ischmidt20
* [extractor/WatchESPN] Improve _VALID_URLpukkandan2022-07-171-1/+12
| | | | | Closes #4362 Authored by: dirkf, IONECarter
* [compat] Remove deprecated functions from core codepukkandan2022-06-251-2/+2
|
* [compat] Remove more functionspukkandan2022-06-251-1/+1
| | | | Removing any more will require changes to a large number of extractors
* [WatchESPN] Support free videos and BAM_DTC (#4118)ischmidt202022-06-191-1/+8
| | | Authored by: ischmidt20
* [extractor/espn] Add `WatchESPN` extractor (#2283)ischmidt202022-06-031-14/+124
| | | Authored by: ischmidt20, pukkandan
* [cleanup] Upgrade syntaxpukkandan2022-04-121-2/+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
* [ESPNCricInfo] Add extractor (#1652)Ashish Gupta2021-11-181-0/+43
| | | | Closes: #1635 Authored by: Ashish0804
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+238
* 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