diff options
Diffstat (limited to 'devscripts')
-rwxr-xr-x | devscripts/gh-pages/update-feed.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devscripts/gh-pages/update-feed.py b/devscripts/gh-pages/update-feed.py index f8b9fb594..79e94a098 100755 --- a/devscripts/gh-pages/update-feed.py +++ b/devscripts/gh-pages/update-feed.py @@ -8,8 +8,8 @@ import json atom_template=textwrap.dedent("""\ <?xml version='1.0' encoding='utf-8'?> - <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"> - <atom:subtitle>Updates feed.</atom:subtitle> + <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"> + <atom:title>youtube-dl releases</atom:title> <atom:id>youtube-dl-updates-feed</atom:id> <atom:updated>@TIMESTAMP@</atom:updated> @ENTRIES@ |