feat: get YouTube visitor data
This commit is contained in:
parent
4ebee5856e
commit
1c0c64a8bf
40 changed files with 62 additions and 5 deletions
|
|
@ -169,6 +169,7 @@ impl MapResponse<Playlist> for response::Playlist {
|
|||
channel,
|
||||
last_update,
|
||||
last_update_txt,
|
||||
visitor_data: self.response_context.visitor_data,
|
||||
},
|
||||
warnings,
|
||||
})
|
||||
|
|
|
|||
Reference in a new issue