Skip to content

Commit

Permalink
📝 Update readme about new subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenWaygate committed May 5, 2024
1 parent 63015c6 commit d49de7f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
qodana.yaml
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
Expand Down
49 changes: 29 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,44 @@

# yutu

[![Static Badge](https://img.shields.io/badge/gitmoji-%F0%9F%90%B0%F0%9F%98%8D-blue?style=for-the-badge)](https://gitmoji.dev)
![GitHub Release](https://img.shields.io/github/v/release/eat-pray-ai/yutu?sort=semver&style=for-the-badge&logo=go)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/go-ossf-slsa3-publish.yml?style=for-the-badge&logo=githubactions)
[![Static Badge](https://img.shields.io/badge/gitmoji-%F0%9F%90%B0%F0%9F%98%8D-blue?style=flat-square)](https://gitmoji.dev)
![Go Report Card](https://goreportcard.com/badge/github.com/eat-pray-ai/yutu?style=flat-square)
![GitHub License](https://img.shields.io/github/license/eat-pray-ai/yutu?style=flat-square)

![GitHub Release](https://img.shields.io/github/v/release/eat-pray-ai/yutu?sort=semver&style=flat-square&logo=go)
![GitHub Actions build Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/go-ossf-slsa3-publish.yml?style=flat-square&logo=githubactions)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/codeql.yml?style=flat-square&logo=githubactions&label=CodeQL)



yutu is a fully functional CLI for YouTube.

## Usage

```sh
❯ yutu help
yutu is a fully functional CLI for YouTube, which can be used to
manupulate YouTube videos, playlists, channels, etc.
yutu is a fully functional CLI for YouTube, which can be used to manupulate YouTube videos, playlists, channels, etc.

Usage:
yutu [flags]
yutu [command]

Available Commands:
activity manipulate YouTube activities
channel manipulate YouTube channels
completion Generate the autocompletion script for the specified shell
help Help about any command
member manipulate YouTube members
membershipsLevel manipulate YouTube memberships levels
playlist manipulate YouTube playlists
playlistItem manipulate YouTube playlist items
version Show the version of yutu
video manipulate YouTube videos
videoCategory manipulate YouTube video categories
activity manipulate YouTube activities
channel manipulate YouTube channels
completion Generate the autocompletion script for the specified shell
help Help about any command
i18nLanguage manipulate YouTube i18nLanguages
i18nRegion manipulate YouTube i18nRegions
member manipulate YouTube members
membershipsLevel manipulate YouTube memberships levels
playlist manipulate YouTube playlists
playlistItem manipulate YouTube playlist items
search Search for youtube resources
version Show the version of yutu
video manipulate YouTube videos
videoAbuseReportReason manipulate YouTube video abuse report reasons
videoCategory manipulate YouTube video categories

Flags:
-h, --help help for yutu
Expand Down Expand Up @@ -90,23 +99,23 @@ Here are the features that are currently supported by yutu, and the ones that ar
- <s>guideCategories</s>
- [x] <s>list, 1 deprecated API</s>
- i18nLanguages
- [ ] list, 1
- [x] list, 1
- i18nRegions
- [ ] list, 1
- [x] list, 1
- members
- [x] list, 1 🚫
- membershipsLevels
- [x] list, 1 🚫
- search
- [ ] list, 100
- [x] list, 100
- subscriptions
- [ ] list, 1
- [ ] insert, 50
- [ ] delete, 50
- thumbnails
- [x] set, 50
- videoAbuseReportReasons
- [ ] list, 1
- [x] list, 1
- videoCategories
- [x] list, 1
- watermarks
Expand Down

0 comments on commit d49de7f

Please # to comment.