From 065ef98413c2d8c493e9c282fa89a7d8dc492dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20G=C3=B3mez=20=28KB=29?= <79912231+Pigamer37@users.noreply.github.com> Date: Fri, 14 Feb 2025 12:25:15 +0100 Subject: [PATCH] Fix tags in example.xml The image URL's were inside the tag content instead of the standard way of the href attribute. In (Apple's example feed)[https://help.apple.com/itc/podcasts_connect/#/itcbaf351599] (and everywhere else I've looked) it's written the way I did on this PR. --- example.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example.xml b/example.xml index 6da351e..f922eba 100644 --- a/example.xml +++ b/example.xml @@ -42,7 +42,7 @@ johndoe@example.com - https://example.com/images/pci_avatar-massive.jpg + @@ -71,7 +71,7 @@ https://example.com/ep0003 Fri, 09 Oct 2020 04:30:38 GMT John Doe (john@example.com) - https://example.com/ep0003/artMd.jpg + https://example.com/ep0002 Thu, 08 Oct 2020 04:30:38 GMT John Doe (john@example.com) - https://example.com/ep0002/artMd.jpg + https://example.com/ep0001 Wed, 07 Oct 2020 04:30:38 GMT John Doe (john@example.com) - https://example.com/ep0001/artMd.jpg +