Skip to content

Commit dfc0a84

Browse files
seproDevbashonlycoletdjnz
authored
[docs] Update list of maintainers (yt-dlp#14148)
Authored by: seproDev, bashonly, coletdjnz Co-authored-by: bashonly <[email protected]> Co-authored-by: coletdjnz <[email protected]>
1 parent fe5ae54 commit dfc0a84

File tree

7 files changed

+68
-50
lines changed

7 files changed

+68
-50
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
1212

13-
custom: ['https://github.com/yt-dlp/yt-dlp/blob/master/Collaborators.md#collaborators']
13+
custom: ['https://github.com/yt-dlp/yt-dlp/blob/master/Maintainers.md#maintainers']

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
"[![Discord](https://img.shields.io/discord/807245652072857610?color=blue&labelColor=555555&label=&logo=discord&style=for-the-badge)]" \
260260
"(https://discord.gg/H5MNcFW63r \"Discord\") " \
261261
"[![Donate](https://img.shields.io/badge/_-Donate-red.svg?logo=githubsponsors&labelColor=555555&style=for-the-badge)]" \
262-
"(https://github.com/${BASE_REPO}/blob/master/Collaborators.md#collaborators \"Donate\") " \
262+
"(https://github.com/${BASE_REPO}/blob/master/Maintainers.md#maintainers \"Donate\") " \
263263
"[![Documentation](https://img.shields.io/badge/-Docs-brightgreen.svg?style=for-the-badge&logo=GitBook&labelColor=555555)]" \
264264
"(https://github.com/${REPOSITORY}${DOCS_PATH}#readme \"Documentation\") " > ./RELEASE_NOTES
265265
if [[ "${TARGET_REPO}" == "${BASE_REPO}" ]]; then

CONTRIBUTORS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pukkandan (owner)
2-
shirt-dev (collaborator)
3-
coletdjnz/colethedj (collaborator)
4-
Ashish0804 (collaborator)
5-
bashonly (collaborator)
6-
Grub4K (collaborator)
7-
seproDev (collaborator)
2+
shirt-dev (maintainer)
3+
coletdjnz (maintainer)
4+
Ashish0804 (maintainer)
5+
bashonly (maintainer)
6+
Grub4K (maintainer)
7+
seproDev (maintainer)
88
h-h-h-h
99
pauldubois98
1010
nixxo
Lines changed: 53 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,85 @@
1-
# Collaborators
1+
# Maintainers
22

3-
This is a list of the collaborators of the project and their major contributions. See the [Changelog](Changelog.md) for more details.
3+
This file lists the maintainers of yt-dlp and their major contributions. See the [Changelog](Changelog.md) for more details.
44

55
You can also find lists of all [contributors of yt-dlp](CONTRIBUTORS) and [authors of youtube-dl](https://github.com/ytdl-org/youtube-dl/blob/master/AUTHORS)
66

7+
## Core Maintainers
78

8-
## [pukkandan](https://github.com/pukkandan)
9+
Core Maintainers are responsible for reviewing and merging contributions, publishing releases, and steering the overall direction of the project.
910

10-
[![ko-fi](https://img.shields.io/badge/_-Ko--fi-red.svg?logo=kofi&labelColor=555555&style=for-the-badge)](https://ko-fi.com/pukkandan)
11-
[![gh-sponsor](https://img.shields.io/badge/_-Github-white.svg?logo=github&labelColor=555555&style=for-the-badge)](https://github.com/sponsors/pukkandan)
11+
**You can contact the core maintainers via `[email protected]`.**
1212

13-
* Owner of the fork
13+
### [coletdjnz](https://github.com/coletdjnz)
1414

15+
[![gh-sponsor](https://img.shields.io/badge/_-Github-white.svg?logo=github&labelColor=555555&style=for-the-badge)](https://github.com/sponsors/coletdjnz)
1516

17+
* Overhauled the networking stack and implemented support for `requests` and `curl_cffi` (`--impersonate`) HTTP clients
18+
* Reworked the plugin architecture to support installing plugins across all yt-dlp distributions (exe, pip, etc.)
19+
* Maintains support for YouTube
20+
* Added and fixed support for various other sites
1621

17-
## [shirt](https://github.com/shirt-dev)
22+
### [bashonly](https://github.com/bashonly)
1823

19-
[![ko-fi](https://img.shields.io/badge/_-Ko--fi-red.svg?logo=kofi&labelColor=555555&style=for-the-badge)](https://ko-fi.com/shirt)
24+
* Rewrote and maintains the build/release workflows and the self-updater: executables, automated/nightly/master releases, `--update-to`
25+
* Overhauled external downloader cookie handling
26+
* Added `--cookies-from-browser` support for Firefox containers
27+
* Overhauled and maintains support for sites like Youtube, Vimeo, Twitter, TikTok, etc
28+
* Added support for sites like Dacast, Kick, Loom, SproutVideo, Triller, Weverse, etc
2029

21-
* Multithreading (`-N`) and aria2c support for fragment downloads
22-
* Support for media initialization and discontinuity in HLS
23-
* The self-updater (`-U`)
2430

31+
### [Grub4K](https://github.com/Grub4K)
2532

33+
[![gh-sponsor](https://img.shields.io/badge/_-Github-white.svg?logo=github&labelColor=555555&style=for-the-badge)](https://github.com/sponsors/Grub4K) [![ko-fi](https://img.shields.io/badge/_-Ko--fi-red.svg?logo=kofi&labelColor=555555&style=for-the-badge)](https://ko-fi.com/Grub4K)
2634

27-
## [coletdjnz](https://github.com/coletdjnz)
35+
* `--update-to`, self-updater rewrite, automated/nightly/master releases
36+
* Reworked internals like `traverse_obj`, various core refactors and bugs fixes
37+
* Implemented proper progress reporting for parallel downloads
38+
* Improved/fixed/added Bundestag, crunchyroll, pr0gramm, Twitter, WrestleUniverse etc
2839

29-
[![gh-sponsor](https://img.shields.io/badge/_-Github-white.svg?logo=github&labelColor=555555&style=for-the-badge)](https://github.com/sponsors/coletdjnz)
3040

31-
* Improved plugin architecture
32-
* Rewrote the networking infrastructure, implemented support for `requests`
33-
* YouTube improvements including: age-gate bypass, private playlists, multiple-clients (to avoid throttling) and a lot of under-the-hood improvements
34-
* Added support for new websites YoutubeWebArchive, MainStreaming, PRX, nzherald, Mediaklikk, StarTV etc
35-
* Improved/fixed support for Patreon, panopto, gfycat, itv, pbs, SouthParkDE etc
41+
### [sepro](https://github.com/seproDev)
3642

43+
* UX improvements: Warn when ffmpeg is missing, warn when double-clicking exe
44+
* Code cleanup: Remove dead extractors, mark extractors as broken, enable/apply ruff rules
45+
* Improved/fixed/added ArdMediathek, DRTV, Floatplane, MagentaMusik, Naver, Nebula, OnDemandKorea, Vbox7 etc
3746

3847

39-
## [Ashish0804](https://github.com/Ashish0804) <sub><sup>[Inactive]</sup></sub>
48+
## Inactive Core Maintainers
4049

41-
[![ko-fi](https://img.shields.io/badge/_-Ko--fi-red.svg?logo=kofi&labelColor=555555&style=for-the-badge)](https://ko-fi.com/ashish0804)
50+
### [pukkandan](https://github.com/pukkandan)
4251

43-
* Added support for new websites BiliIntl, DiscoveryPlusIndia, OlympicsReplay, PlanetMarathi, ShemarooMe, Utreon, Zee5 etc
44-
* Added playlist/series downloads for Hotstar, ParamountPlus, Rumble, SonyLIV, Trovo, TubiTv, Voot etc
45-
* Improved/fixed support for HiDive, HotStar, Hungama, LBRY, LinkedInLearning, Mxplayer, SonyLiv, TV2, Vimeo, VLive etc
52+
[![ko-fi](https://img.shields.io/badge/_-Ko--fi-red.svg?logo=kofi&labelColor=555555&style=for-the-badge)](https://ko-fi.com/pukkandan)
53+
[![gh-sponsor](https://img.shields.io/badge/_-Github-white.svg?logo=github&labelColor=555555&style=for-the-badge)](https://github.com/sponsors/pukkandan)
4654

55+
* Founder of the fork
56+
* Lead Maintainer from 2021-2024
4757

48-
## [bashonly](https://github.com/bashonly)
4958

50-
* `--update-to`, self-updater rewrite, automated/nightly/master releases
51-
* `--cookies-from-browser` support for Firefox containers, external downloader cookie handling overhaul
52-
* Added support for new websites like Dacast, Kick, NBCStations, Triller, VideoKen, Weverse, WrestleUniverse etc
53-
* Improved/fixed support for Anvato, Brightcove, Reddit, SlidesLive, TikTok, Twitter, Vimeo etc
59+
### [shirt](https://github.com/shirt-dev)
5460

61+
[![ko-fi](https://img.shields.io/badge/_-Ko--fi-red.svg?logo=kofi&labelColor=555555&style=for-the-badge)](https://ko-fi.com/shirt)
5562

56-
## [Grub4K](https://github.com/Grub4K)
63+
* Multithreading (`-N`) and aria2c support for fragment downloads
64+
* Support for media initialization and discontinuity in HLS
65+
* The self-updater (`-U`)
5766

58-
[![gh-sponsor](https://img.shields.io/badge/_-Github-white.svg?logo=github&labelColor=555555&style=for-the-badge)](https://github.com/sponsors/Grub4K) [![ko-fi](https://img.shields.io/badge/_-Ko--fi-red.svg?logo=kofi&labelColor=555555&style=for-the-badge)](https://ko-fi.com/Grub4K)
5967

60-
* `--update-to`, self-updater rewrite, automated/nightly/master releases
61-
* Reworked internals like `traverse_obj`, various core refactors and bugs fixes
62-
* Implemented proper progress reporting for parallel downloads
63-
* Improved/fixed/added Bundestag, crunchyroll, pr0gramm, Twitter, WrestleUniverse etc
68+
### [Ashish0804](https://github.com/Ashish0804)
69+
70+
[![ko-fi](https://img.shields.io/badge/_-Ko--fi-red.svg?logo=kofi&labelColor=555555&style=for-the-badge)](https://ko-fi.com/ashish0804)
71+
72+
* Added support for new websites BiliIntl, DiscoveryPlusIndia, OlympicsReplay, PlanetMarathi, ShemarooMe, Utreon, Zee5 etc
73+
* Added playlist/series downloads for Hotstar, ParamountPlus, Rumble, SonyLIV, Trovo, TubiTv, Voot etc
74+
* Improved/fixed support for HiDive, HotStar, Hungama, LBRY, LinkedInLearning, Mxplayer, SonyLiv, TV2, Vimeo, VLive etc
6475

76+
## Triage Maintainers
6577

66-
## [sepro](https://github.com/seproDev)
78+
Triage Maintainers are frequent contributors who can manage issues and pull requests.
6779

68-
* UX improvements: Warn when ffmpeg is missing, warn when double-clicking exe
69-
* Code cleanup: Remove dead extractors, mark extractors as broken, enable/apply ruff rules
70-
* Improved/fixed/added ArdMediathek, DRTV, Floatplane, MagentaMusik, Naver, Nebula, OnDemandKorea, Vbox7 etc
80+
- [gamer191](https://github.com/gamer191)
81+
- [garret1317](https://github.com/garret1317)
82+
- [pzhlkj6612](https://github.com/pzhlkj6612)
83+
- [DTrombett](https://github.com/dtrombett)
84+
- [doe1080](https://github.com/doe1080)
85+
- [grqz](https://github.com/grqz)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ yt-dlp.tar.gz: all
157157
--exclude '.git' \
158158
-- \
159159
README.md supportedsites.md Changelog.md LICENSE \
160-
CONTRIBUTING.md Collaborators.md CONTRIBUTORS AUTHORS \
160+
CONTRIBUTING.md Maintainers.md CONTRIBUTORS AUTHORS \
161161
Makefile yt-dlp.1 README.txt completions .gitignore \
162162
yt-dlp yt_dlp pyproject.toml devscripts test
163163

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![Release version](https://img.shields.io/github/v/release/yt-dlp/yt-dlp?color=brightgreen&label=Download&style=for-the-badge)](#installation "Installation")
77
[![PyPI](https://img.shields.io/badge/-PyPI-blue.svg?logo=pypi&labelColor=555555&style=for-the-badge)](https://pypi.org/project/yt-dlp "PyPI")
8-
[![Donate](https://img.shields.io/badge/_-Donate-red.svg?logo=githubsponsors&labelColor=555555&style=for-the-badge)](Collaborators.md#collaborators "Donate")
8+
[![Donate](https://img.shields.io/badge/_-Donate-red.svg?logo=githubsponsors&labelColor=555555&style=for-the-badge)](Maintainers.md#maintainers "Donate")
99
[![Discord](https://img.shields.io/discord/807245652072857610?color=blue&labelColor=555555&label=&logo=discord&style=for-the-badge)](https://discord.gg/H5MNcFW63r "Discord")
1010
[![Supported Sites](https://img.shields.io/badge/-Supported_Sites-brightgreen.svg?style=for-the-badge)](supportedsites.md "Supported Sites")
1111
[![License: Unlicense](https://img.shields.io/badge/-Unlicense-blue.svg?style=for-the-badge)](LICENSE "License")

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "yt-dlp"
7-
maintainers = [
7+
authors = [
88
{name = "pukkandan", email = "[email protected]"},
9+
]
10+
maintainers = [
11+
{email = "[email protected]"},
912
{name = "Grub4K", email = "[email protected]"},
1013
{name = "bashonly", email = "[email protected]"},
1114
{name = "coletdjnz", email = "[email protected]"},
@@ -89,7 +92,7 @@ pyinstaller = [
8992
Documentation = "https://github.com/yt-dlp/yt-dlp#readme"
9093
Repository = "https://github.com/yt-dlp/yt-dlp"
9194
Tracker = "https://github.com/yt-dlp/yt-dlp/issues"
92-
Funding = "https://github.com/yt-dlp/yt-dlp/blob/master/Collaborators.md#collaborators"
95+
Funding = "https://github.com/yt-dlp/yt-dlp/blob/master/Maintainers.md#maintainers"
9396

9497
[project.scripts]
9598
yt-dlp = "yt_dlp:main"

0 commit comments

Comments
 (0)