You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,13 @@ A CLI application to download Sesame Street videos from PBS. Ideally run in cron
13
13
14
14
`-o --output`: Where to save movies, defaults to `/tmp/`.
15
15
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
+
16
21
## 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.
18
23
19
24
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.
0 commit comments