diff options
| author | Sergey M․ <dstftw@gmail.com> | 2019-03-09 19:14:41 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2019-03-11 04:00:54 +0700 | 
| commit | 067aa17edf5a46a8cbc4d6b90864eddf051fa2bc (patch) | |
| tree | 8555851d92287bbd14261663911804c605909b37 /devscripts/gh-pages | |
| parent | 276550371313dbfe7d94ceb294bd1284c1e7c404 (diff) | |
Start moving to ytdl-org
Diffstat (limited to 'devscripts/gh-pages')
| -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 e93eb60fb..506a62377 100755 --- a/devscripts/gh-pages/update-feed.py +++ b/devscripts/gh-pages/update-feed.py @@ -10,7 +10,7 @@ import textwrap  atom_template = textwrap.dedent("""\      <?xml version="1.0" encoding="utf-8"?>      <feed xmlns="http://www.w3.org/2005/Atom"> -        <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" /> +        <link rel="self" href="http://ytdl-org.github.io/youtube-dl/update/releases.atom" />          <title>youtube-dl releases</title>          <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>          <updated>@TIMESTAMP@</updated> @@ -21,7 +21,7 @@ entry_template = textwrap.dedent("""      <entry>          <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-@VERSION@</id>          <title>New version @VERSION@</title> -        <link href="http://rg3.github.io/youtube-dl" /> +        <link href="http://ytdl-org.github.io/youtube-dl" />          <content type="xhtml">              <div xmlns="http://www.w3.org/1999/xhtml">                  Downloads available at <a href="https://yt-dl.org/downloads/@VERSION@/">https://yt-dl.org/downloads/@VERSION@/</a>  | 
