Skip to content

2.0.0

Compare
Choose a tag to compare
@boyd-nguyen boyd-nguyen released this 20 Mar 05:32
· 88 commits to main since this release

Several major changes are made in youte 2.0. To better correspond with YouTube API endpoints and avoid confusion:

  • youte hydrate is now broken down to youte videos and youte channels,
  • youte get-comments is now youte comments and youte replies.
  • youte most-popular is now youte chart
  • youte get-related is now youte related-to

Furthermore:

  • Resuming search is no longer available. Instead, you can set a limit on the number of search pages returned to avoid exhausting your API quota.
  • All youte commands that retrieve data from YouTube API now won't print results to the shell, but store them in a specified json or jsonl file. This is to avoid clogging up the shell.
  • Tidying to an SQlite database is temporarily removed. The ability to tidy data into flat CSVs remains.