From e256dd1a661339313dfb69d90a67d54272c8d3b2 Mon Sep 17 00:00:00 2001 From: MK13 Date: Mon, 18 Jan 2021 23:36:31 +0100 Subject: [PATCH] Fix numbering in README Signed-off-by: MK13 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 496d7a4..c46ebde 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,18 @@ In the Transmission config file `~/.config/transmission-daemon/settings.json` ch Also requires at least Python `3.9`. ## Install -###### 1. Install dependencies +###### Install dependencies `pip install feedparser requests` -###### 2. Clone repo +###### Clone repo `git clone ...` ## Config -###### 3. Adjust `config.json` +###### Adjust `config.json` * `animeDownloadDir` - base path where downloaded anime should be stored. *Without trailing slash*. Passed as download directory to transmission (`-w`) * `dirPerAnime` - whether to create one directory per anime. Created automatically as sub folder of `animeDownloadDir` by replacing spaces in the anime name with underscores -###### 4. Adjust `animes.json` +###### Adjust `animes.json` * Add a Feed - it has to have an `ID` that's used in output. Freetext * Add the RSS URL to the feed, e.g. `https://subsplease.org/rss/?t&r=1080` for the RSS feed of the 1080p releases of the `SubsPlease` group