aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/gh-pages
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-03-29 21:41:20 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-03-29 21:41:20 +0100
commitc238be3e3a5f9511f7ec43f6244e109113490a0a (patch)
tree870a8a1a3fe795d99c14d3835021878c73a84e96 /devscripts/gh-pages
parent1bf2801e6a6b76976de6651478893ea1619cf869 (diff)
downloadyoutube-dl-c238be3e3a5f9511f7ec43f6244e109113490a0a.zip
youtube-dl-c238be3e3a5f9511f7ec43f6244e109113490a0a.tar.gz
youtube-dl-c238be3e3a5f9511f7ec43f6244e109113490a0a.tar.bz2
Correct feed title
Diffstat (limited to 'devscripts/gh-pages')
-rwxr-xr-xdevscripts/gh-pages/update-feed.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/devscripts/gh-pages/update-feed.py b/devscripts/gh-pages/update-feed.py
index f8b9fb5..79e94a0 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@