fix: fetching comment count
This commit is contained in:
parent
e800e16c68
commit
8c1e7bf6ac
8 changed files with 113 additions and 46 deletions
|
|
@ -1,6 +1,5 @@
|
|||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
||||
/// The paginator is a wrapper around a list of items that are fetched
|
||||
/// in pages from the YouTube API (e.g. playlist items,
|
||||
/// video recommendations or comments).
|
||||
|
|
|
|||
Reference in a new issue