feat: get YouTube visitor data
This commit is contained in:
parent
4ebee5856e
commit
1c0c64a8bf
40 changed files with 62 additions and 5 deletions
|
|
@ -109,6 +109,7 @@ impl MapResponse<SearchResult> for response::Search {
|
|||
c: SearchResult {
|
||||
items: Paginator::new(self.estimated_results, mapper.items, mapper.ctoken),
|
||||
corrected_query: mapper.corrected_query,
|
||||
visitor_data: self.response_context.visitor_data,
|
||||
},
|
||||
warnings: mapper.warnings,
|
||||
})
|
||||
|
|
|
|||
Reference in a new issue