Iterate through the max_results number of playlists in channel and get
the videos for each of the playlists.
Usage
list_channel_videos(
  channel_id = NULL,
  max_results = 50,
  page_token = NULL,
  hl = "en-US",
  ...
)Arguments
- channel_id
- String. ID of the channel. Required. 
- max_results
- Maximum number of videos returned. Integer. Default is 50. If the number is over 50, all the videos will be returned. 
- page_token
- Specific page in the result set that should be returned. Optional. 
- hl
- Language used for text values. Optional. Default is - en-US. For other allowed language codes, see- list_langs
- ...
- Additional arguments passed to - tuber_GET.