From 2081194229a666819d850285356f8ae25b742283 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 15 Aug 2022 21:24:05 +0200 Subject: [PATCH] Mention YouTube support in the public documentation --- Cargo.toml | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ff2c84..84a29ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,8 @@ Podbringer is a web service that provides podcasts for services that don't offer them (anymore). It provides a way to get the RSS feed for your podcast client and it facilites the downloads of the pods (enclosures). -It currently only supports [Mixcloud](https://mixcloud.com). +It currently only supports [Mixcloud](https://www.mixcloud.com) and +[YouTube](https://www.youtube.com). Other back-ends might be added in the future. """ section = "net" diff --git a/README.md b/README.md index 6032fd4..9ee8c3d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Podbringer is a web service that provides podcasts for services that don't offer them (anymore). It provides a way to get the RSS feed for your podcast client and it facilites the downloads of the pods (enclosures). -It currently only supports [Mixcloud](https://mixcloud.com). +It currently only supports [Mixcloud](https://www.mixcloud.com) and +[YouTube](https://www.youtube.com). Other back-ends might be added in the future. ## Building & running