1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-09 19:15:13 +00:00
Files
yt-dlp/yt_dlp/extractor/youtube.py
coletdjnz 7666b93604 [extractor/youtube] Define strict uploader metadata mapping (#6384)
New mapping:
```
channel -> channel name
channel_id -> UCID
channel_url -> UCID channel url

uploader -> channel name (same as channel field)
uploader_id -> @handle
uploader_url -> @handle channel url 
```

Authored by: coletdjnz
2023-04-14 07:58:36 +00:00

325 KiB