Skip to content

Commit 4cd12a9

Browse files
author
Adam Simpson
committed
docs: 📝 update README
1 parent 4e20ce1 commit 4cd12a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ A CLI application to download Sesame Street videos from PBS. Ideally run in cron
1313

1414
`-o --output`: Where to save movies, defaults to `/tmp/`.
1515

16+
`-S --show-slug`: What show to download. Get the slug by running `oscar list`.
17+
18+
## Subcommands
19+
`list`: View available shows in "slug" format, e.g. `sesame-street`.
20+
1621
## Misc
17-
Please note that each episode of Sesame Street at 720p quality is `~500MB`. If you are on a metered or a slow connection this may be a problem.
22+
Please note that each episode of Sesame Street at ~720p quality is `~500MB`. If you are on a metered or a slow connection this may be a problem.
1823

1924
Every episode that is downloaded gets logged by appending its ID to a text file `~/.oscar_history`. This file is checked every time `oscar` runs to validate if an episode is new or not.
2025

0 commit comments

Comments
 (0)