youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit c238be3e3a5f9511f7ec43f6244e109113490a0a
parent 1bf2801e6a6b76976de6651478893ea1619cf869
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 29 Mar 2013 21:41:20 +0100

Correct feed title

Diffstat:
Mdevscripts/gh-pages/update-feed.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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@