Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ In your terminal of choice, enter `python3 podd.py` followed by one of the follo
| `dl` | Run download routine |
| `email` | Run email credential storage routine. Password is stored in OS keyring.|
| `ls` | Print list of subscriptions |
| `add [--all] [--file] $FEED` | Subscribe to podcast with an rss feed url.
|`--all` | If set, then all available episodes will be downloaded when `download` command is run.|
| `add [--catalog] [--file] $FEED` | Subscribe to podcast with an rss feed url.
|`--catalog` | If set, then all available episodes will be downloaded when `download` command is run.|
|`--file`| If set, `$FEED` will be treated as a file with a single RSS feed URL per line and `podd` will attempt to add each line as a separate RSS feed URL.|
| `rm` | Display the deletion menu |
| `dir $DIR` | Set download directory. The default download directory is `$HOME/Podcasts` |
Expand Down