added itunes:block tag to feed

This commit is contained in:
Dmitry Andreev
2024-01-29 17:19:04 +03:00
committed by GitHub
parent 8e28da37a1
commit b032b432e4

View File

@@ -17,6 +17,8 @@ def generate_rss_feed(files, output_directory, server_host):
text('The latest recordings from the Icecast server.')
with tag('link'):
text(server_host)
with tag('itunes:block'):
text('yes')
for file_name in files:
file_path = os.path.join(output_directory, file_name)