yt-dlp/yt_dlp
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
..
__pyinstaller
compat
dependencies [dependencies/Cryptodome] Fix __bool__ 2023-03-13 05:21:43 +05:30
downloader [downloader/curl] Fix progress reporting 2023-03-09 21:58:07 +05:30
extractor [extractor/youtube] Define strict uploader metadata mapping (#6384) 2023-04-14 07:58:36 +00:00
postprocessor [FFmpegFixupM3u8PP] Check audio codec before fixup (#6778) 2023-04-13 19:21:09 +00:00
__init__.py Support loading info.json with a list at it's root 2023-03-10 14:15:13 +05:30
__main__.py
aes.py
cache.py
cookies.py
jsinterp.py
minicurses.py
options.py
plugins.py
socks.py
update.py
utils.py [utils] js_to_json: Implement template strings (#6623) 2023-03-25 19:41:28 +01:00
version.py
webvtt.py
YoutubeDL.py Relaxed validation for numeric format filters 2023-04-12 05:05:15 +05:30