Skip to content

Commit 2ab4a6b

Browse files
committed
Explain how to work with files.
1 parent 2ff329d commit 2ab4a6b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,24 @@ You can set other details about the video too, please use `--help` to see them.
5555

5656
teletube videos create --help
5757

58+
# Videos
59+
60+
Look up a channel id with the channels listing explained earlier. Then you can list all videos in that channel.
61+
62+
teletube videos list --channel-id <id>
63+
64+
# Files
65+
66+
A video may have multiple files, one for each attempted processing job.
67+
68+
teletube files list --video-id <id>
69+
70+
Each will have a URL and an optional original files. You can attempt to download the latest file uploaded this way.
71+
72+
teletube files download --video-id <id>
73+
74+
Keep in mind that the download URLs will expire, so you shouldn't share them with others.
75+
5876
# Help
5977

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

0 commit comments

Comments
 (0)