Skip to content

Commit

Permalink
Explain how to work with files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Feb 8, 2022
1 parent 2ff329d commit 2ab4a6b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,24 @@ You can set other details about the video too, please use `--help` to see them.

teletube videos create --help

# Videos

Look up a channel id with the channels listing explained earlier. Then you can list all videos in that channel.

teletube videos list --channel-id <id>

# Files

A video may have multiple files, one for each attempted processing job.

teletube files list --video-id <id>

Each will have a URL and an optional original files. You can attempt to download the latest file uploaded this way.

teletube files download --video-id <id>

Keep in mind that the download URLs will expire, so you shouldn't share them with others.

# Help

You can always end a command with `--help` to get more details. For example:
Expand Down

0 comments on commit 2ab4a6b

Please sign in to comment.