]> jfr.im git - yt-dlp.git/commit
[extractor/youtube] Extract more metadata for comments (#7179)
authorcoletdjnz <redacted>
Thu, 1 Jun 2023 08:43:32 +0000 (20:43 +1200)
committerGitHub <redacted>
Thu, 1 Jun 2023 08:43:32 +0000 (08:43 +0000)
commitc35448b7b14113b35c4415dbfbf488c4731f006f
tree5829b64ed469973ca133013224c1ca1d7da229cb
parent1c16d9df5330819cc79ad588b24aa5b72765c168
[extractor/youtube] Extract more metadata for comments (#7179)

Adds new comment fields:
* `author_url` - The url to the comment author's page
* `author_is_verified` - Whether the author is verified on the platform
* `is_pinned` - Whether the comment is pinned to the top of the comments

Closes https://github.com/yt-dlp/yt-dlp/issues/5411

Authored by: coletdjnz
yt_dlp/extractor/common.py
yt_dlp/extractor/youtube.py