diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f1dde4f..28f6bd7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -32,12 +32,11 @@ A clear and concise description of what you expected to happen. -```yaml -# Paste the contents of config.yaml here +```toml +# Paste the contents of config.toml here # REMOVE YOUR CREDENTIALS -your: - - config - - file +[your] +config = "file" ``` **Environment** diff --git a/README.md b/README.md index b06b1b0..01b968a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud. ## Installation -First, ensure [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installing/) are installed. Then run the following in the command line: +First, ensure [Python](https://www.python.org/downloads/) (version 3.8 or greater) and [pip](https://pip.pypa.io/en/stable/installing/) are installed. Then run the following in the command line: ```bash pip3 install streamrip --upgrade diff --git a/demo/deezer_downloader_tutorial.png b/demo/deezer_downloader_tutorial.png index 0cc88ed..ec7f710 100644 Binary files a/demo/deezer_downloader_tutorial.png and b/demo/deezer_downloader_tutorial.png differ