mirror of
https://github.com/kemko/icecast-ripper.git
synced 2026-01-01 15:55:42 +03:00
added itunes:block tag to feed
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user