From c3caf869c72050123b75b61ae0aca1a975f8e285 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 14 Sep 2025 15:54:53 +0200 Subject: ch23: Add support for HTTPS for easier testing --- ch23/support/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ch23/support/README.md') diff --git a/ch23/support/README.md b/ch23/support/README.md index 5e0dc1f..ece30bd 100644 --- a/ch23/support/README.md +++ b/ch23/support/README.md @@ -79,7 +79,14 @@ those in a normal shell session without the environment activated. ### Patching the code of chapter 23 -Go to the directory with code for the chapter and run `patch -p1 < /path/to/the/ch23.patch`. +Go to the directory with code for the chapter and run +``` +patch -p1 < /path/to/the/ch23.patch +patch -p1 < /path/to/the/ch23_https.patch +``` +The second patch is not necessary for getting the code to compile, but it +enables HTTPS support for testing the podcast downloader with modern podcast +feeds which are accessible via HTTPS. The original downloader support only HTTP. ### Compiling and running the application -- cgit v1.2.3