aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergey M․ <[email protected]>2019-03-09 18:19:40 +0700
committerSergey M․ <[email protected]>2019-03-11 04:02:00 +0700
commit04cd51a0d2f10a8fa31baae344274307380b6123 (patch)
tree15a72844839000e186027994beff6f020d30249f
parent366611a433cef5c6b0b29831ab99ac1923b3ca15 (diff)
downloadyoutube-dl-04cd51a0d2f10a8fa31baae344274307380b6123.tar.gz
youtube-dl-04cd51a0d2f10a8fa31baae344274307380b6123.zip
Start moving to ytdl-org
-rw-r--r--about.html4
-rw-r--r--documentation.html4
-rw-r--r--faq.html4
-rw-r--r--index.html6
-rw-r--r--update/releases.atom1784
5 files changed, 901 insertions, 901 deletions
diff --git a/about.html b/about.html
index 117b14a96..765e02f5c 100644
--- a/about.html
+++ b/about.html
@@ -14,7 +14,7 @@
<h1>What is it?</h1>
-<p><em>youtube-dl</em> is a command-line program to download videos from YouTube.com and a few <a href="supportedsites.html" style="color: blue; text-decoration: underline;">more sites</a>. It requires the <a href="http://www.python.org/">Python interpreter</a>, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. The project is currently being developed at <a href="https://github.com/rg3/youtube-dl/"><strong>GitHub</strong></a>.</p>
+<p><em>youtube-dl</em> is a command-line program to download videos from YouTube.com and a few <a href="supportedsites.html" style="color: blue; text-decoration: underline;">more sites</a>. It requires the <a href="http://www.python.org/">Python interpreter</a>, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. The project is currently being developed at <a href="https://github.com/ytdl-org/youtube-dl/"><strong>GitHub</strong></a>.</p>
<h1>Authors</h1>
@@ -37,7 +37,7 @@
<li><a href="https://github.com/pulpe">pulpe</a>: core developer.</li>
</ul>
-<p>Many <a href="https://github.com/rg3/youtube-dl/blob/master/AUTHORS">other people</a> contributing patches, code, ideas and kind messages. <a href="https://github.com/rg3/youtube-dl/graphs/contributors">Too many</a> to be listed here. You know who you are. Thank you very much.</p>
+<p>Many <a href="https://github.com/ytdl-org/youtube-dl/blob/master/AUTHORS">other people</a> contributing patches, code, ideas and kind messages. <a href="https://github.com/ytdl-org/youtube-dl/graphs/contributors">Too many</a> to be listed here. You know who you are. Thank you very much.</p>
<div class="note">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
diff --git a/documentation.html b/documentation.html
index 0eb9d8023..7d22a7b9a 100644
--- a/documentation.html
+++ b/documentation.html
@@ -2,6 +2,6 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
-<meta http-equiv="refresh" content="0; url=https://github.com/rg3/youtube-dl/blob/master/README.md#readme">
+<meta http-equiv="refresh" content="0; url=https://github.com/ytdl-org/youtube-dl/blob/master/README.md#readme">
</head>
-</html> \ No newline at end of file
+</html>
diff --git a/faq.html b/faq.html
index 73c54643f..a8357548c 100644
--- a/faq.html
+++ b/faq.html
@@ -2,6 +2,6 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
-<meta http-equiv="refresh" content="0; url=https://github.com/rg3/youtube-dl/blob/master/README.md#faq">
+<meta http-equiv="refresh" content="0; url=https://github.com/ytdl-org/youtube-dl/blob/master/README.md#faq">
</head>
-</html> \ No newline at end of file
+</html>
diff --git a/index.html b/index.html
index 090ccf568..a6bab5255 100644
--- a/index.html
+++ b/index.html
@@ -17,10 +17,10 @@
<p><em>youtube-dl</em> is a command-line program to download videos from YouTube.com and a few <a href="supportedsites.html" style="color: blue; text-decoration: underline;">more sites</a>. It requires the <a href="http://www.python.org/">Python interpreter</a> (2.6, 2.7, or 3.2+), and it is not platform specific. We also provide a <a href="https://yt-dl.org/latest/youtube-dl.exe">Windows executable</a> that includes Python. youtube-dl should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.</p>
<table border="0" id="rgb">
- <tr><td><a class="button" id="r" href="https://github.com/rg3/youtube-dl/blob/master/README.md#readme">Documentation</a></td></tr>
+ <tr><td><a class="button" id="r" href="https://github.com/ytdl-org/youtube-dl/blob/master/README.md#readme">Documentation</a></td></tr>
<tr><td><a class="button" id="g" href="download.html">Download</a></td></tr>
- <tr><td><a class="button" id="main-support" href="https://github.com/rg3/youtube-dl/issues/new">Support</a></td></tr>
- <tr><td><a class="button" id="y" href="https://github.com/rg3/youtube-dl/">Develop</a></td></tr>
+ <tr><td><a class="button" id="main-support" href="https://github.com/ytdl-org/youtube-dl/issues/new">Support</a></td></tr>
+ <tr><td><a class="button" id="y" href="https://github.com/ytdl-org/youtube-dl/">Develop</a></td></tr>
<tr><td><a class="button" id="b" href="about.html">About</a></td></tr>
</table>
diff --git a/update/releases.atom b/update/releases.atom
index cf8701d25..c2944d93d 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -1,6 +1,6 @@
<?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>2019-03-09T02:55:39.686011Z</updated>
@@ -8,7 +8,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
<title>New version 2012.02.22</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/2012.02.22/">https://yt-dl.org/downloads/2012.02.22/</a>
@@ -23,7 +23,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.02</id>
<title>New version 2013.01.02</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/2013.01.02/">https://yt-dl.org/downloads/2013.01.02/</a>
@@ -38,7 +38,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.06</id>
<title>New version 2013.01.06</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/2013.01.06/">https://yt-dl.org/downloads/2013.01.06/</a>
@@ -53,7 +53,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.08</id>
<title>New version 2013.01.08</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/2013.01.08/">https://yt-dl.org/downloads/2013.01.08/</a>
@@ -68,7 +68,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.11</id>
<title>New version 2013.01.11</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/2013.01.11/">https://yt-dl.org/downloads/2013.01.11/</a>
@@ -83,7 +83,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.12</id>
<title>New version 2013.01.12</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/2013.01.12/">https://yt-dl.org/downloads/2013.01.12/</a>
@@ -98,7 +98,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.13</id>
<title>New version 2013.01.13</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/2013.01.13/">https://yt-dl.org/downloads/2013.01.13/</a>
@@ -113,7 +113,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.17</id>
<title>New version 2013.01.17</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/2013.01.17/">https://yt-dl.org/downloads/2013.01.17/</a>
@@ -128,7 +128,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.17.1</id>
<title>New version 2013.01.17.1</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/2013.01.17.1/">https://yt-dl.org/downloads/2013.01.17.1/</a>
@@ -143,7 +143,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.28</id>
<title>New version 2013.01.28</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/2013.01.28/">https://yt-dl.org/downloads/2013.01.28/</a>
@@ -158,7 +158,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.01</id>
<title>New version 2013.02.01</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/2013.02.01/">https://yt-dl.org/downloads/2013.02.01/</a>
@@ -173,7 +173,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.02</id>
<title>New version 2013.02.02</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/2013.02.02/">https://yt-dl.org/downloads/2013.02.02/</a>
@@ -188,7 +188,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.18</id>
<title>New version 2013.02.18</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/2013.02.18/">https://yt-dl.org/downloads/2013.02.18/</a>
@@ -203,7 +203,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.19</id>
<title>New version 2013.02.19</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/2013.02.19/">https://yt-dl.org/downloads/2013.02.19/</a>
@@ -218,7 +218,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.22</id>
<title>New version 2013.02.22</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/2013.02.22/">https://yt-dl.org/downloads/2013.02.22/</a>
@@ -233,7 +233,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.25</id>
<title>New version 2013.02.25</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/2013.02.25/">https://yt-dl.org/downloads/2013.02.25/</a>
@@ -248,7 +248,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.03.24</id>
<title>New version 2013.03.24</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/2013.03.24/">https://yt-dl.org/downloads/2013.03.24/</a>
@@ -263,7 +263,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.03.24.2</id>
<title>New version 2013.03.24.2</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/2013.03.24.2/">https://yt-dl.org/downloads/2013.03.24.2/</a>
@@ -278,7 +278,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.03.29</id>
<title>New version 2013.03.29</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/2013.03.29/">https://yt-dl.org/downloads/2013.03.29/</a>
@@ -293,7 +293,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.03</id>
<title>New version 2013.04.03</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/2013.04.03/">https://yt-dl.org/downloads/2013.04.03/</a>
@@ -308,7 +308,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.11</id>
<title>New version 2013.04.11</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/2013.04.11/">https://yt-dl.org/downloads/2013.04.11/</a>
@@ -323,7 +323,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.18</id>
<title>New version 2013.04.18</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/2013.04.18/">https://yt-dl.org/downloads/2013.04.18/</a>
@@ -338,7 +338,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.21</id>
<title>New version 2013.04.21</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/2013.04.21/">https://yt-dl.org/downloads/2013.04.21/</a>
@@ -353,7 +353,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.22</id>
<title>New version 2013.04.22</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/2013.04.22/">https://yt-dl.org/downloads/2013.04.22/</a>
@@ -368,7 +368,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.27</id>
<title>New version 2013.04.27</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/2013.04.27/">https://yt-dl.org/downloads/2013.04.27/</a>
@@ -383,7 +383,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.28</id>
<title>New version 2013.04.28</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/2013.04.28/">https://yt-dl.org/downloads/2013.04.28/</a>
@@ -398,7 +398,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.30</id>
<title>New version 2013.04.30</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/2013.04.30/">https://yt-dl.org/downloads/2013.04.30/</a>
@@ -413,7 +413,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.31</id>
<title>New version 2013.04.31</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/2013.04.31/">https://yt-dl.org/downloads/2013.04.31/</a>
@@ -428,7 +428,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.01</id>
<title>New version 2013.05.01</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/2013.05.01/">https://yt-dl.org/downloads/2013.05.01/</a>
@@ -443,7 +443,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.04</id>
<title>New version 2013.05.04</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/2013.05.04/">https://yt-dl.org/downloads/2013.05.04/</a>
@@ -458,7 +458,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.05</id>
<title>New version 2013.05.05</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/2013.05.05/">https://yt-dl.org/downloads/2013.05.05/</a>
@@ -473,7 +473,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.07</id>
<title>New version 2013.05.07</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/2013.05.07/">https://yt-dl.org/downloads/2013.05.07/</a>
@@ -488,7 +488,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.10</id>
<title>New version 2013.05.10</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/2013.05.10/">https://yt-dl.org/downloads/2013.05.10/</a>
@@ -503,7 +503,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.14</id>
<title>New version 2013.05.14</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/2013.05.14/">https://yt-dl.org/downloads/2013.05.14/</a>
@@ -518,7 +518,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.23</id>
<title>New version 2013.05.23</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/2013.05.23/">https://yt-dl.org/downloads/2013.05.23/</a>
@@ -533,7 +533,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.21</id>
<title>New version 2013.06.21</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/2013.06.21/">https://yt-dl.org/downloads/2013.06.21/</a>
@@ -548,7 +548,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.23</id>
<title>New version 2013.06.23</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/2013.06.23/">https://yt-dl.org/downloads/2013.06.23/</a>
@@ -563,7 +563,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.25</id>
<title>New version 2013.06.25</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/2013.06.25/">https://yt-dl.org/downloads/2013.06.25/</a>
@@ -578,7 +578,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.26</id>
<title>New version 2013.06.26</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/2013.06.26/">https://yt-dl.org/downloads/2013.06.26/</a>
@@ -593,7 +593,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.27</id>
<title>New version 2013.06.27</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/2013.06.27/">https://yt-dl.org/downloads/2013.06.27/</a>
@@ -608,7 +608,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.28</id>
<title>New version 2013.06.28</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/2013.06.28/">https://yt-dl.org/downloads/2013.06.28/</a>
@@ -623,7 +623,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.29</id>
<title>New version 2013.06.29</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/2013.06.29/">https://yt-dl.org/downloads/2013.06.29/</a>
@@ -638,7 +638,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.30</id>
<title>New version 2013.06.30</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/2013.06.30/">https://yt-dl.org/downloads/2013.06.30/</a>
@@ -653,7 +653,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.31</id>
<title>New version 2013.06.31</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/2013.06.31/">https://yt-dl.org/downloads/2013.06.31/</a>
@@ -668,7 +668,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.32</id>
<title>New version 2013.06.32</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/2013.06.32/">https://yt-dl.org/downloads/2013.06.32/</a>
@@ -683,7 +683,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.33</id>
<title>New version 2013.06.33</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/2013.06.33/">https://yt-dl.org/downloads/2013.06.33/</a>
@@ -698,7 +698,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34</id>
<title>New version 2013.06.34</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/2013.06.34/">https://yt-dl.org/downloads/2013.06.34/</a>
@@ -713,7 +713,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.1</id>
<title>New version 2013.06.34.1</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/2013.06.34.1/">https://yt-dl.org/downloads/2013.06.34.1/</a>
@@ -728,7 +728,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.2</id>
<title>New version 2013.06.34.2</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/2013.06.34.2/">https://yt-dl.org/downloads/2013.06.34.2/</a>
@@ -743,7 +743,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.3</id>
<title>New version 2013.06.34.3</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/2013.06.34.3/">https://yt-dl.org/downloads/2013.06.34.3/</a>
@@ -758,7 +758,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.4</id>
<title>New version 2013.06.34.4</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/2013.06.34.4/">https://yt-dl.org/downloads/2013.06.34.4/</a>
@@ -773,7 +773,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.02</id>
<title>New version 2013.07.02</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/2013.07.02/">https://yt-dl.org/downloads/2013.07.02/</a>
@@ -788,7 +788,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.04</id>
<title>New version 2013.07.04</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/2013.07.04/">https://yt-dl.org/downloads/2013.07.04/</a>
@@ -803,7 +803,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.05</id>
<title>New version 2013.07.05</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/2013.07.05/">https://yt-dl.org/downloads/2013.07.05/</a>
@@ -818,7 +818,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.07.01</id>
<title>New version 2013.07.07.01</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/2013.07.07.01/">https://yt-dl.org/downloads/2013.07.07.01/</a>
@@ -833,7 +833,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.08</id>
<title>New version 2013.07.08</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/2013.07.08/">https://yt-dl.org/downloads/2013.07.08/</a>
@@ -848,7 +848,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.08.1</id>
<title>New version 2013.07.08.1</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/2013.07.08.1/">https://yt-dl.org/downloads/2013.07.08.1/</a>
@@ -863,7 +863,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.10</id>
<title>New version 2013.07.10</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/2013.07.10/">https://yt-dl.org/downloads/2013.07.10/</a>
@@ -878,7 +878,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.11</id>
<title>New version 2013.07.11</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/2013.07.11/">https://yt-dl.org/downloads/2013.07.11/</a>
@@ -893,7 +893,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.12</id>
<title>New version 2013.07.12</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/2013.07.12/">https://yt-dl.org/downloads/2013.07.12/</a>
@@ -908,7 +908,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.17</id>
<title>New version 2013.07.17</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/2013.07.17/">https://yt-dl.org/downloads/2013.07.17/</a>
@@ -923,7 +923,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.17.1</id>
<title>New version 2013.07.17.1</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/2013.07.17.1/">https://yt-dl.org/downloads/2013.07.17.1/</a>
@@ -938,7 +938,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.18</id>
<title>New version 2013.07.18</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/2013.07.18/">https://yt-dl.org/downloads/2013.07.18/</a>
@@ -953,7 +953,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.19</id>
<title>New version 2013.07.19</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/2013.07.19/">https://yt-dl.org/downloads/2013.07.19/</a>
@@ -968,7 +968,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.23</id>
<title>New version 2013.07.23</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/2013.07.23/">https://yt-dl.org/downloads/2013.07.23/</a>
@@ -983,7 +983,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.23.1</id>
<title>New version 2013.07.23.1</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/2013.07.23.1/">https://yt-dl.org/downloads/2013.07.23.1/</a>
@@ -998,7 +998,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.24.2</id>
<title>New version 2013.07.24.2</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/2013.07.24.2/">https://yt-dl.org/downloads/2013.07.24.2/</a>
@@ -1013,7 +1013,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25</id>
<title>New version 2013.07.25</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/2013.07.25/">https://yt-dl.org/downloads/2013.07.25/</a>
@@ -1028,7 +1028,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25.1</id>
<title>New version 2013.07.25.1</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/2013.07.25.1/">https://yt-dl.org/downloads/2013.07.25.1/</a>
@@ -1043,7 +1043,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25.2</id>
<title>New version 2013.07.25.2</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/2013.07.25.2/">https://yt-dl.org/downloads/2013.07.25.2/</a>
@@ -1058,7 +1058,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.31</id>
<title>New version 2013.07.31</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/2013.07.31/">https://yt-dl.org/downloads/2013.07.31/</a>
@@ -1073,7 +1073,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.02</id>
<title>New version 2013.08.02</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/2013.08.02/">https://yt-dl.org/downloads/2013.08.02/</a>
@@ -1088,7 +1088,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.08</id>
<title>New version 2013.08.08</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/2013.08.08/">https://yt-dl.org/downloads/2013.08.08/</a>
@@ -1103,7 +1103,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.08.1</id>
<title>New version 2013.08.08.1</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/2013.08.08.1/">https://yt-dl.org/downloads/2013.08.08.1/</a>
@@ -1118,7 +1118,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.09</id>
<title>New version 2013.08.09</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/2013.08.09/">https://yt-dl.org/downloads/2013.08.09/</a>
@@ -1133,7 +1133,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.14</id>
<title>New version 2013.08.14</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/2013.08.14/">https://yt-dl.org/downloads/2013.08.14/</a>
@@ -1148,7 +1148,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.15</id>
<title>New version 2013.08.15</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/2013.08.15/">https://yt-dl.org/downloads/2013.08.15/</a>
@@ -1163,7 +1163,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.17</id>
<title>New version 2013.08.17</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/2013.08.17/">https://yt-dl.org/downloads/2013.08.17/</a>
@@ -1178,7 +1178,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.22</id>
<title>New version 2013.08.22</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/2013.08.22/">https://yt-dl.org/downloads/2013.08.22/</a>
@@ -1193,7 +1193,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.23</id>
<title>New version 2013.08.23</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/2013.08.23/">https://yt-dl.org/downloads/2013.08.23/</a>
@@ -1208,7 +1208,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.27</id>
<title>New version 2013.08.27</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/2013.08.27/">https://yt-dl.org/downloads/2013.08.27/</a>
@@ -1223,7 +1223,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.28</id>
<title>New version 2013.08.28</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/2013.08.28/">https://yt-dl.org/downloads/2013.08.28/</a>
@@ -1238,7 +1238,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.28.1</id>
<title>New version 2013.08.28.1</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/2013.08.28.1/">https://yt-dl.org/downloads/2013.08.28.1/</a>
@@ -1253,7 +1253,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.29</id>
<title>New version 2013.08.29</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/2013.08.29/">https://yt-dl.org/downloads/2013.08.29/</a>
@@ -1268,7 +1268,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.30</id>
<title>New version 2013.08.30</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/2013.08.30/">https://yt-dl.org/downloads/2013.08.30/</a>
@@ -1283,7 +1283,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.04</id>
<title>New version 2013.09.04</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/2013.09.04/">https://yt-dl.org/downloads/2013.09.04/</a>
@@ -1298,7 +1298,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.05</id>
<title>New version 2013.09.05</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/2013.09.05/">https://yt-dl.org/downloads/2013.09.05/</a>
@@ -1313,7 +1313,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.06</id>
<title>New version 2013.09.06</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/2013.09.06/">https://yt-dl.org/downloads/2013.09.06/</a>
@@ -1328,7 +1328,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.06.1</id>
<title>New version 2013.09.06.1</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/2013.09.06.1/">https://yt-dl.org/downloads/2013.09.06.1/</a>
@@ -1343,7 +1343,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.07</id>
<title>New version 2013.09.07</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/2013.09.07/">https://yt-dl.org/downloads/2013.09.07/</a>
@@ -1358,7 +1358,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.10</id>
<title>New version 2013.09.10</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/2013.09.10/">https://yt-dl.org/downloads/2013.09.10/</a>
@@ -1373,7 +1373,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.16</id>
<title>New version 2013.09.16</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/2013.09.16/">https://yt-dl.org/downloads/2013.09.16/</a>
@@ -1388,7 +1388,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.17</id>
<title>New version 2013.09.17</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/2013.09.17/">https://yt-dl.org/downloads/2013.09.17/</a>
@@ -1403,7 +1403,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.20</id>
<title>New version 2013.09.20</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/2013.09.20/">https://yt-dl.org/downloads/2013.09.20/</a>
@@ -1418,7 +1418,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.20.1</id>
<title>New version 2013.09.20.1</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/2013.09.20.1/">https://yt-dl.org/downloads/2013.09.20.1/</a>
@@ -1433,7 +1433,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24</id>
<title>New version 2013.09.24</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/2013.09.24/">https://yt-dl.org/downloads/2013.09.24/</a>
@@ -1448,7 +1448,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24.1</id>
<title>New version 2013.09.24.1</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/2013.09.24.1/">https://yt-dl.org/downloads/2013.09.24.1/</a>
@@ -1463,7 +1463,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24.2</id>
<title>New version 2013.09.24.2</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/2013.09.24.2/">https://yt-dl.org/downloads/2013.09.24.2/</a>
@@ -1478,7 +1478,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.29</id>
<title>New version 2013.09.29</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/2013.09.29/">https://yt-dl.org/downloads/2013.09.29/</a>
@@ -1493,7 +1493,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.01</id>
<title>New version 2013.10.01</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/2013.10.01/">https://yt-dl.org/downloads/2013.10.01/</a>
@@ -1508,7 +1508,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.01.1</id>
<title>New version 2013.10.01.1</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/2013.10.01.1/">https://yt-dl.org/downloads/2013.10.01.1/</a>
@@ -1523,7 +1523,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.04</id>
<title>New version 2013.10.04</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/2013.10.04/">https://yt-dl.org/downloads/2013.10.04/</a>
@@ -1538,7 +1538,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.06</id>
<title>New version 2013.10.06</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/2013.10.06/">https://yt-dl.org/downloads/2013.10.06/</a>
@@ -1553,7 +1553,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.07</id>
<title>New version 2013.10.07</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/2013.10.07/">https://yt-dl.org/downloads/2013.10.07/</a>
@@ -1568,7 +1568,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.09</id>
<title>New version 2013.10.09</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/2013.10.09/">https://yt-dl.org/downloads/2013.10.09/</a>
@@ -1583,7 +1583,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.15</id>
<title>New version 2013.10.15</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/2013.10.15/">https://yt-dl.org/downloads/2013.10.15/</a>
@@ -1598,7 +1598,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.17</id>
<title>New version 2013.10.17</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/2013.10.17/">https://yt-dl.org/downloads/2013.10.17/</a>
@@ -1613,7 +1613,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18</id>
<title>New version 2013.10.18</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/2013.10.18/">https://yt-dl.org/downloads/2013.10.18/</a>
@@ -1628,7 +1628,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18.1</id>
<title>New version 2013.10.18.1</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/2013.10.18.1/">https://yt-dl.org/downloads/2013.10.18.1/</a>
@@ -1643,7 +1643,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18.2</id>
<title>New version 2013.10.18.2</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/2013.10.18.2/">https://yt-dl.org/downloads/2013.10.18.2/</a>
@@ -1658,7 +1658,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.22</id>
<title>New version 2013.10.22</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/2013.10.22/">https://yt-dl.org/downloads/2013.10.22/</a>
@@ -1673,7 +1673,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23</id>
<title>New version 2013.10.23</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/2013.10.23/">https://yt-dl.org/downloads/2013.10.23/</a>
@@ -1688,7 +1688,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23.1</id>
<title>New version 2013.10.23.1</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/2013.10.23.1/">https://yt-dl.org/downloads/2013.10.23.1/</a>
@@ -1703,7 +1703,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23.2</id>
<title>New version 2013.10.23.2</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/2013.10.23.2/">https://yt-dl.org/downloads/2013.10.23.2/</a>
@@ -1718,7 +1718,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.28</id>
<title>New version 2013.10.28</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/2013.10.28/">https://yt-dl.org/downloads/2013.10.28/</a>
@@ -1733,7 +1733,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.29</id>
<title>New version 2013.10.29</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/2013.10.29/">https://yt-dl.org/downloads/2013.10.29/</a>
@@ -1748,7 +1748,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.30</id>
<title>New version 2013.10.30</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/2013.10.30/">https://yt-dl.org/downloads/2013.10.30/</a>
@@ -1763,7 +1763,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.02</id>
<title>New version 2013.11.02</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/2013.11.02/">https://yt-dl.org/downloads/2013.11.02/</a>
@@ -1778,7 +1778,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.03</id>
<title>New version 2013.11.03</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/2013.11.03/">https://yt-dl.org/downloads/2013.11.03/</a>
@@ -1793,7 +1793,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.06</id>
<title>New version 2013.11.06</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/2013.11.06/">https://yt-dl.org/downloads/2013.11.06/</a>
@@ -1808,7 +1808,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.06.1</id>
<title>New version 2013.11.06.1</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/2013.11.06.1/">https://yt-dl.org/downloads/2013.11.06.1/</a>
@@ -1823,7 +1823,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.07</id>
<title>New version 2013.11.07</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/2013.11.07/">https://yt-dl.org/downloads/2013.11.07/</a>
@@ -1838,7 +1838,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.09</id>
<title>New version 2013.11.09</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/2013.11.09/">https://yt-dl.org/downloads/2013.11.09/</a>
@@ -1853,7 +1853,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.11</id>
<title>New version 2013.11.11</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/2013.11.11/">https://yt-dl.org/downloads/2013.11.11/</a>
@@ -1868,7 +1868,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.13</id>
<title>New version 2013.11.13</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/2013.11.13/">https://yt-dl.org/downloads/2013.11.13/</a>
@@ -1883,7 +1883,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.15</id>
<title>New version 2013.11.15</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/2013.11.15/">https://yt-dl.org/downloads/2013.11.15/</a>
@@ -1898,7 +1898,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.15.1</id>
<title>New version 2013.11.15.1</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/2013.11.15.1/">https://yt-dl.org/downloads/2013.11.15.1/</a>
@@ -1913,7 +1913,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.17</id>
<title>New version 2013.11.17</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/2013.11.17/">https://yt-dl.org/downloads/2013.11.17/</a>
@@ -1928,7 +1928,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.18</id>
<title>New version 2013.11.18</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/2013.11.18/">https://yt-dl.org/downloads/2013.11.18/</a>
@@ -1943,7 +1943,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.18.1</id>
<title>New version 2013.11.18.1</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/2013.11.18.1/">https://yt-dl.org/downloads/2013.11.18.1/</a>
@@ -1958,7 +1958,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.19</id>
<title>New version 2013.11.19</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/2013.11.19/">https://yt-dl.org/downloads/2013.11.19/</a>
@@ -1973,7 +1973,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.20</id>
<title>New version 2013.11.20</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/2013.11.20/">https://yt-dl.org/downloads/2013.11.20/</a>
@@ -1988,7 +1988,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.21</id>
<title>New version 2013.11.21</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/2013.11.21/">https://yt-dl.org/downloads/2013.11.21/</a>
@@ -2003,7 +2003,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22</id>
<title>New version 2013.11.22</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/2013.11.22/">https://yt-dl.org/downloads/2013.11.22/</a>
@@ -2018,7 +2018,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22.1</id>
<title>New version 2013.11.22.1</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/2013.11.22.1/">https://yt-dl.org/downloads/2013.11.22.1/</a>
@@ -2033,7 +2033,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22.2</id>
<title>New version 2013.11.22.2</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/2013.11.22.2/">https://yt-dl.org/downloads/2013.11.22.2/</a>
@@ -2048,7 +2048,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.24</id>
<title>New version 2013.11.24</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/2013.11.24/">https://yt-dl.org/downloads/2013.11.24/</a>
@@ -2063,7 +2063,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.24.1</id>
<title>New version 2013.11.24.1</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/2013.11.24.1/">https://yt-dl.org/downloads/2013.11.24.1/</a>
@@ -2078,7 +2078,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25</id>
<title>New version 2013.11.25</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/2013.11.25/">https://yt-dl.org/downloads/2013.11.25/</a>
@@ -2093,7 +2093,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25.1</id>
<title>New version 2013.11.25.1</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/2013.11.25.1/">https://yt-dl.org/downloads/2013.11.25.1/</a>
@@ -2108,7 +2108,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25.2</id>
<title>New version 2013.11.25.2</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/2013.11.25.2/">https://yt-dl.org/downloads/2013.11.25.2/</a>
@@ -2123,7 +2123,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25.3</id>
<title>New version 2013.11.25.3</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/2013.11.25.3/">https://yt-dl.org/downloads/2013.11.25.3/</a>
@@ -2138,7 +2138,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.26</id>
<title>New version 2013.11.26</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/2013.11.26/">https://yt-dl.org/downloads/2013.11.26/</a>
@@ -2153,7 +2153,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.28</id>
<title>New version 2013.11.28</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/2013.11.28/">https://yt-dl.org/downloads/2013.11.28/</a>
@@ -2168,7 +2168,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.28.1</id>
<title>New version 2013.11.28.1</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/2013.11.28.1/">https://yt-dl.org/downloads/2013.11.28.1/</a>
@@ -2183,7 +2183,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.29</id>
<title>New version 2013.11.29</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/2013.11.29/">https://yt-dl.org/downloads/2013.11.29/</a>
@@ -2198,7 +2198,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.02</id>
<title>New version 2013.12.02</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/2013.12.02/">https://yt-dl.org/downloads/2013.12.02/</a>
@@ -2213,7 +2213,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.03</id>
<title>New version 2013.12.03</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/2013.12.03/">https://yt-dl.org/downloads/2013.12.03/</a>
@@ -2228,7 +2228,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.04</id>
<title>New version 2013.12.04</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/2013.12.04/">https://yt-dl.org/downloads/2013.12.04/</a>
@@ -2243,7 +2243,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.08</id>
<title>New version 2013.12.08</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/2013.12.08/">https://yt-dl.org/downloads/2013.12.08/</a>
@@ -2258,7 +2258,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.08.1</id>
<title>New version 2013.12.08.1</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/2013.12.08.1/">https://yt-dl.org/downloads/2013.12.08.1/</a>
@@ -2273,7 +2273,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09</id>
<title>New version 2013.12.09</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/2013.12.09/">https://yt-dl.org/downloads/2013.12.09/</a>
@@ -2288,7 +2288,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.1</id>
<title>New version 2013.12.09.1</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/2013.12.09.1/">https://yt-dl.org/downloads/2013.12.09.1/</a>
@@ -2303,7 +2303,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.2</id>
<title>New version 2013.12.09.2</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/2013.12.09.2/">https://yt-dl.org/downloads/2013.12.09.2/</a>
@@ -2318,7 +2318,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.4</id>
<title>New version 2013.12.09.4</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/2013.12.09.4/">https://yt-dl.org/downloads/2013.12.09.4/</a>
@@ -2333,7 +2333,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.10</id>
<title>New version 2013.12.10</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/2013.12.10/">https://yt-dl.org/downloads/2013.12.10/</a>
@@ -2348,7 +2348,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11</id>
<title>New version 2013.12.11</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/2013.12.11/">https://yt-dl.org/downloads/2013.12.11/</a>
@@ -2363,7 +2363,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11.1</id>
<title>New version 2013.12.11.1</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/2013.12.11.1/">https://yt-dl.org/downloads/2013.12.11.1/</a>
@@ -2378,7 +2378,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11.2</id>
<title>New version 2013.12.11.2</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/2013.12.11.2/">https://yt-dl.org/downloads/2013.12.11.2/</a>
@@ -2393,7 +2393,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16</id>
<title>New version 2013.12.16</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/2013.12.16/">https://yt-dl.org/downloads/2013.12.16/</a>
@@ -2408,7 +2408,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.1</id>
<title>New version 2013.12.16.1</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/2013.12.16.1/">https://yt-dl.org/downloads/2013.12.16.1/</a>
@@ -2423,7 +2423,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.2</id>
<title>New version 2013.12.16.2</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/2013.12.16.2/">https://yt-dl.org/downloads/2013.12.16.2/</a>
@@ -2438,7 +2438,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.3</id>
<title>New version 2013.12.16.3</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/2013.12.16.3/">https://yt-dl.org/downloads/2013.12.16.3/</a>
@@ -2453,7 +2453,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.4</id>
<title>New version 2013.12.16.4</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/2013.12.16.4/">https://yt-dl.org/downloads/2013.12.16.4/</a>
@@ -2468,7 +2468,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.6</id>
<title>New version 2013.12.16.6</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/2013.12.16.6/">https://yt-dl.org/downloads/2013.12.16.6/</a>
@@ -2483,7 +2483,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.7</id>
<title>New version 2013.12.16.7</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/2013.12.16.7/">https://yt-dl.org/downloads/2013.12.16.7/</a>
@@ -2498,7 +2498,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17</id>
<title>New version 2013.12.17</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/2013.12.17/">https://yt-dl.org/downloads/2013.12.17/</a>
@@ -2513,7 +2513,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17.1</id>
<title>New version 2013.12.17.1</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/2013.12.17.1/">https://yt-dl.org/downloads/2013.12.17.1/</a>
@@ -2528,7 +2528,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17.2</id>
<title>New version 2013.12.17.2</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/2013.12.17.2/">https://yt-dl.org/downloads/2013.12.17.2/</a>
@@ -2543,7 +2543,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.20</id>
<title>New version 2013.12.20</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/2013.12.20/">https://yt-dl.org/downloads/2013.12.20/</a>
@@ -2558,7 +2558,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23</id>
<title>New version 2013.12.23</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/2013.12.23/">https://yt-dl.org/downloads/2013.12.23/</a>
@@ -2573,7 +2573,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.1</id>
<title>New version 2013.12.23.1</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/2013.12.23.1/">https://yt-dl.org/downloads/2013.12.23.1/</a>
@@ -2588,7 +2588,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.2</id>
<title>New version 2013.12.23.2</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/2013.12.23.2/">https://yt-dl.org/downloads/2013.12.23.2/</a>
@@ -2603,7 +2603,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.3</id>
<title>New version 2013.12.23.3</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/2013.12.23.3/">https://yt-dl.org/downloads/2013.12.23.3/</a>
@@ -2618,7 +2618,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.4</id>
<title>New version 2013.12.23.4</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/2013.12.23.4/">https://yt-dl.org/downloads/2013.12.23.4/</a>
@@ -2633,7 +2633,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.26</id>
<title>New version 2013.12.26</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/2013.12.26/">https://yt-dl.org/downloads/2013.12.26/</a>
@@ -2648,7 +2648,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.03</id>
<title>New version 2014.01.03</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/2014.01.03/">https://yt-dl.org/downloads/2014.01.03/</a>
@@ -2663,7 +2663,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.1</id>
<title>New version 2014.01.05.1</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/2014.01.05.1/">https://yt-dl.org/downloads/2014.01.05.1/</a>
@@ -2678,7 +2678,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.3</id>
<title>New version 2014.01.05.3</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/2014.01.05.3/">https://yt-dl.org/downloads/2014.01.05.3/</a>
@@ -2693,7 +2693,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.4</id>
<title>New version 2014.01.05.4</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/2014.01.05.4/">https://yt-dl.org/downloads/2014.01.05.4/</a>
@@ -2708,7 +2708,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.5</id>
<title>New version 2014.01.05.5</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/2014.01.05.5/">https://yt-dl.org/downloads/2014.01.05.5/</a>
@@ -2723,7 +2723,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.6</id>
<title>New version 2014.01.05.6</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/2014.01.05.6/">https://yt-dl.org/downloads/2014.01.05.6/</a>
@@ -2738,7 +2738,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.06</id>
<title>New version 2014.01.06</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/2014.01.06/">https://yt-dl.org/downloads/2014.01.06/</a>
@@ -2753,7 +2753,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.06.1</id>
<title>New version 2014.01.06.1</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/2014.01.06.1/">https://yt-dl.org/downloads/2014.01.06.1/</a>
@@ -2768,7 +2768,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.07</id>
<title>New version 2014.01.07</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/2014.01.07/">https://yt-dl.org/downloads/2014.01.07/</a>
@@ -2783,7 +2783,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.07.1</id>
<title>New version 2014.01.07.1</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/2014.01.07.1/">https://yt-dl.org/downloads/2014.01.07.1/</a>
@@ -2798,7 +2798,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.07.3</id>
<title>New version 2014.01.07.3</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/2014.01.07.3/">https://yt-dl.org/downloads/2014.01.07.3/</a>
@@ -2813,7 +2813,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.07.5</id>
<title>New version 2014.01.07.5</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/2014.01.07.5/">https://yt-dl.org/downloads/2014.01.07.5/</a>
@@ -2828,7 +2828,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.08</id>
<title>New version 2014.01.08</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/2014.01.08/">https://yt-dl.org/downloads/2014.01.08/</a>
@@ -2843,7 +2843,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.17.2</id>
<title>New version 2014.01.17.2</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/2014.01.17.2/">https://yt-dl.org/downloads/2014.01.17.2/</a>
@@ -2858,7 +2858,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.20</id>
<title>New version 2014.01.20</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/2014.01.20/">https://yt-dl.org/downloads/2014.01.20/</a>
@@ -2873,7 +2873,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.21</id>
<title>New version 2014.01.21</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/2014.01.21/">https://yt-dl.org/downloads/2014.01.21/</a>
@@ -2888,7 +2888,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.21.1</id>
<title>New version 2014.01.21.1</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/2014.01.21.1/">https://yt-dl.org/downloads/2014.01.21.1/</a>
@@ -2903,7 +2903,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22</id>
<title>New version 2014.01.22</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/2014.01.22/">https://yt-dl.org/downloads/2014.01.22/</a>
@@ -2918,7 +2918,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.1</id>
<title>New version 2014.01.22.1</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/2014.01.22.1/">https://yt-dl.org/downloads/2014.01.22.1/</a>
@@ -2933,7 +2933,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.2</id>
<title>New version 2014.01.22.2</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/2014.01.22.2/">https://yt-dl.org/downloads/2014.01.22.2/</a>
@@ -2948,7 +2948,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.3</id>
<title>New version 2014.01.22.3</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/2014.01.22.3/">https://yt-dl.org/downloads/2014.01.22.3/</a>
@@ -2963,7 +2963,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.4</id>
<title>New version 2014.01.22.4</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/2014.01.22.4/">https://yt-dl.org/downloads/2014.01.22.4/</a>
@@ -2978,7 +2978,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.5</id>
<title>New version 2014.01.22.5</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/2014.01.22.5/">https://yt-dl.org/downloads/2014.01.22.5/</a>
@@ -2993,7 +2993,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23</id>
<title>New version 2014.01.23</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/2014.01.23/">https://yt-dl.org/downloads/2014.01.23/</a>
@@ -3008,7 +3008,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.1</id>
<title>New version 2014.01.23.1</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/2014.01.23.1/">https://yt-dl.org/downloads/2014.01.23.1/</a>
@@ -3023,7 +3023,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.2</id>
<title>New version 2014.01.23.2</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/2014.01.23.2/">https://yt-dl.org/downloads/2014.01.23.2/</a>
@@ -3038,7 +3038,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.3</id>
<title>New version 2014.01.23.3</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/2014.01.23.3/">https://yt-dl.org/downloads/2014.01.23.3/</a>
@@ -3053,7 +3053,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.4</id>
<title>New version 2014.01.23.4</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/2014.01.23.4/">https://yt-dl.org/downloads/2014.01.23.4/</a>
@@ -3068,7 +3068,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.27</id>
<title>New version 2014.01.27</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/2014.01.27/">https://yt-dl.org/downloads/2014.01.27/</a>
@@ -3083,7 +3083,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.27.1</id>
<title>New version 2014.01.27.1</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/2014.01.27.1/">https://yt-dl.org/downloads/2014.01.27.1/</a>
@@ -3098,7 +3098,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.27.2</id>
<title>New version 2014.01.27.2</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/2014.01.27.2/">https://yt-dl.org/downloads/2014.01.27.2/</a>
@@ -3113,7 +3113,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.28.1</id>
<title>New version 2014.01.28.1</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/2014.01.28.1/">https://yt-dl.org/downloads/2014.01.28.1/</a>
@@ -3128,7 +3128,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.29</id>
<title>New version 2014.01.29</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/2014.01.29/">https://yt-dl.org/downloads/2014.01.29/</a>
@@ -3143,7 +3143,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.30</id>
<title>New version 2014.01.30</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/2014.01.30/">https://yt-dl.org/downloads/2014.01.30/</a>
@@ -3158,7 +3158,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.30.1</id>
<title>New version 2014.01.30.1</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/2014.01.30.1/">https://yt-dl.org/downloads/2014.01.30.1/</a>
@@ -3173,7 +3173,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.30.2</id>
<title>New version 2014.01.30.2</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/2014.01.30.2/">https://yt-dl.org/downloads/2014.01.30.2/</a>
@@ -3188,7 +3188,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.03</id>
<title>New version 2014.02.03</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/2014.02.03/">https://yt-dl.org/downloads/2014.02.03/</a>
@@ -3203,7 +3203,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.03.1</id>
<title>New version 2014.02.03.1</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/2014.02.03.1/">https://yt-dl.org/downloads/2014.02.03.1/</a>
@@ -3218,7 +3218,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.04</id>
<title>New version 2014.02.04</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/2014.02.04/">https://yt-dl.org/downloads/2014.02.04/</a>
@@ -3233,7 +3233,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.04.1</id>
<title>New version 2014.02.04.1</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/2014.02.04.1/">https://yt-dl.org/downloads/2014.02.04.1/</a>
@@ -3248,7 +3248,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.05</id>
<title>New version 2014.02.05</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/2014.02.05/">https://yt-dl.org/downloads/2014.02.05/</a>
@@ -3263,7 +3263,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.06</id>
<title>New version 2014.02.06</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/2014.02.06/">https://yt-dl.org/downloads/2014.02.06/</a>
@@ -3278,7 +3278,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.06.1</id>
<title>New version 2014.02.06.1</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/2014.02.06.1/">https://yt-dl.org/downloads/2014.02.06.1/</a>
@@ -3293,7 +3293,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.06.2</id>
<title>New version 2014.02.06.2</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/2014.02.06.2/">https://yt-dl.org/downloads/2014.02.06.2/</a>
@@ -3308,7 +3308,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.06.3</id>
<title>New version 2014.02.06.3</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/2014.02.06.3/">https://yt-dl.org/downloads/2014.02.06.3/</a>
@@ -3323,7 +3323,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.08</id>
<title>New version 2014.02.08</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/2014.02.08/">https://yt-dl.org/downloads/2014.02.08/</a>
@@ -3338,7 +3338,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.08.1</id>
<title>New version 2014.02.08.1</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/2014.02.08.1/">https://yt-dl.org/downloads/2014.02.08.1/</a>
@@ -3353,7 +3353,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.08.2</id>
<title>New version 2014.02.08.2</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/2014.02.08.2/">https://yt-dl.org/downloads/2014.02.08.2/</a>
@@ -3368,7 +3368,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.10</id>
<title>New version 2014.02.10</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/2014.02.10/">https://yt-dl.org/downloads/2014.02.10/</a>
@@ -3383,7 +3383,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.13</id>
<title>New version 2014.02.13</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/2014.02.13/">https://yt-dl.org/downloads/2014.02.13/</a>
@@ -3398,7 +3398,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.17</id>
<title>New version 2014.02.17</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/2014.02.17/">https://yt-dl.org/downloads/2014.02.17/</a>
@@ -3413,7 +3413,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.19</id>
<title>New version 2014.02.19</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/2014.02.19/">https://yt-dl.org/downloads/2014.02.19/</a>
@@ -3428,7 +3428,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.19.1</id>
<title>New version 2014.02.19.1</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/2014.02.19.1/">https://yt-dl.org/downloads/2014.02.19.1/</a>
@@ -3443,7 +3443,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.20</id>
<title>New version 2014.02.20</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/2014.02.20/">https://yt-dl.org/downloads/2014.02.20/</a>
@@ -3458,7 +3458,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.21</id>
<title>New version 2014.02.21</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/2014.02.21/">https://yt-dl.org/downloads/2014.02.21/</a>
@@ -3473,7 +3473,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.21.1</id>
<title>New version 2014.02.21.1</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/2014.02.21.1/">https://yt-dl.org/downloads/2014.02.21.1/</a>
@@ -3488,7 +3488,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.22</id>
<title>New version 2014.02.22</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/2014.02.22/">https://yt-dl.org/downloads/2014.02.22/</a>
@@ -3503,7 +3503,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.22.1</id>
<title>New version 2014.02.22.1</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/2014.02.22.1/">https://yt-dl.org/downloads/2014.02.22.1/</a>
@@ -3518,7 +3518,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.24</id>
<title>New version 2014.02.24</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/2014.02.24/">https://yt-dl.org/downloads/2014.02.24/</a>
@@ -3533,7 +3533,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.25</id>
<title>New version 2014.02.25</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/2014.02.25/">https://yt-dl.org/downloads/2014.02.25/</a>
@@ -3548,7 +3548,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.25.1</id>
<title>New version 2014.02.25.1</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/2014.02.25.1/">https://yt-dl.org/downloads/2014.02.25.1/</a>
@@ -3563,7 +3563,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.26</id>
<title>New version 2014.02.26</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/2014.02.26/">https://yt-dl.org/downloads/2014.02.26/</a>
@@ -3578,7 +3578,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.27</id>
<title>New version 2014.02.27</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/2014.02.27/">https://yt-dl.org/downloads/2014.02.27/</a>
@@ -3593,7 +3593,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.27.1</id>
<title>New version 2014.02.27.1</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/2014.02.27.1/">https://yt-dl.org/downloads/2014.02.27.1/</a>
@@ -3608,7 +3608,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.28</id>
<title>New version 2014.02.28</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/2014.02.28/">https://yt-dl.org/downloads/2014.02.28/</a>
@@ -3623,7 +3623,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.03</id>
<title>New version 2014.03.03</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/2014.03.03/">https://yt-dl.org/downloads/2014.03.03/</a>
@@ -3638,7 +3638,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.04</id>
<title>New version 2014.03.04</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/2014.03.04/">https://yt-dl.org/downloads/2014.03.04/</a>
@@ -3653,7 +3653,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.04.1</id>
<title>New version 2014.03.04.1</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/2014.03.04.1/">https://yt-dl.org/downloads/2014.03.04.1/</a>
@@ -3668,7 +3668,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.04.2</id>
<title>New version 2014.03.04.2</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/2014.03.04.2/">https://yt-dl.org/downloads/2014.03.04.2/</a>
@@ -3683,7 +3683,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.06</id>
<title>New version 2014.03.06</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/2014.03.06/">https://yt-dl.org/downloads/2014.03.06/</a>
@@ -3698,7 +3698,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.07</id>
<title>New version 2014.03.07</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/2014.03.07/">https://yt-dl.org/downloads/2014.03.07/</a>
@@ -3713,7 +3713,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.07.1</id>
<title>New version 2014.03.07.1</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/2014.03.07.1/">https://yt-dl.org/downloads/2014.03.07.1/</a>
@@ -3728,7 +3728,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.10</id>
<title>New version 2014.03.10</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/2014.03.10/">https://yt-dl.org/downloads/2014.03.10/</a>
@@ -3743,7 +3743,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.11</id>
<title>New version 2014.03.11</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/2014.03.11/">https://yt-dl.org/downloads/2014.03.11/</a>
@@ -3758,7 +3758,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.12</id>
<title>New version 2014.03.12</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/2014.03.12/">https://yt-dl.org/downloads/2014.03.12/</a>
@@ -3773,7 +3773,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.17</id>
<title>New version 2014.03.17</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/2014.03.17/">https://yt-dl.org/downloads/2014.03.17/</a>
@@ -3788,7 +3788,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.18.1</id>
<title>New version 2014.03.18.1</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/2014.03.18.1/">https://yt-dl.org/downloads/2014.03.18.1/</a>
@@ -3803,7 +3803,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.20</id>
<title>New version 2014.03.20</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/2014.03.20/">https://yt-dl.org/downloads/2014.03.20/</a>
@@ -3818,7 +3818,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21</id>
<title>New version 2014.03.21</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/2014.03.21/">https://yt-dl.org/downloads/2014.03.21/</a>
@@ -3833,7 +3833,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21.1</id>
<title>New version 2014.03.21.1</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/2014.03.21.1/">https://yt-dl.org/downloads/2014.03.21.1/</a>
@@ -3848,7 +3848,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21.2</id>
<title>New version 2014.03.21.2</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/2014.03.21.2/">https://yt-dl.org/downloads/2014.03.21.2/</a>
@@ -3863,7 +3863,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21.3</id>
<title>New version 2014.03.21.3</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/2014.03.21.3/">https://yt-dl.org/downloads/2014.03.21.3/</a>
@@ -3878,7 +3878,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21.5</id>
<title>New version 2014.03.21.5</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/2014.03.21.5/">https://yt-dl.org/downloads/2014.03.21.5/</a>
@@ -3893,7 +3893,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.23</id>
<title>New version 2014.03.23</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/2014.03.23/">https://yt-dl.org/downloads/2014.03.23/</a>
@@ -3908,7 +3908,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.1</id>
<title>New version 2014.03.24.1</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/2014.03.24.1/">https://yt-dl.org/downloads/2014.03.24.1/</a>
@@ -3923,7 +3923,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.2</id>
<title>New version 2014.03.24.2</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/2014.03.24.2/">https://yt-dl.org/downloads/2014.03.24.2/</a>
@@ -3938,7 +3938,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.3</id>
<title>New version 2014.03.24.3</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/2014.03.24.3/">https://yt-dl.org/downloads/2014.03.24.3/</a>
@@ -3953,7 +3953,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.4</id>
<title>New version 2014.03.24.4</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/2014.03.24.4/">https://yt-dl.org/downloads/2014.03.24.4/</a>
@@ -3968,7 +3968,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.5</id>
<title>New version 2014.03.24.5</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/2014.03.24.5/">https://yt-dl.org/downloads/2014.03.24.5/</a>
@@ -3983,7 +3983,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.25</id>
<title>New version 2014.03.25</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/2014.03.25/">https://yt-dl.org/downloads/2014.03.25/</a>
@@ -3998,7 +3998,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.25.1</id>
<title>New version 2014.03.25.1</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/2014.03.25.1/">https://yt-dl.org/downloads/2014.03.25.1/</a>
@@ -4013,7 +4013,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.27</id>
<title>New version 2014.03.27</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/2014.03.27/">https://yt-dl.org/downloads/2014.03.27/</a>
@@ -4028,7 +4028,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.27.1</id>
<title>New version 2014.03.27.1</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/2014.03.27.1/">https://yt-dl.org/downloads/2014.03.27.1/</a>
@@ -4043,7 +4043,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.28</id>
<title>New version 2014.03.28</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/2014.03.28/">https://yt-dl.org/downloads/2014.03.28/</a>
@@ -4058,7 +4058,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.29</id>
<title>New version 2014.03.29</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/2014.03.29/">https://yt-dl.org/downloads/2014.03.29/</a>
@@ -4073,7 +4073,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.30</id>
<title>New version 2014.03.30</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/2014.03.30/">https://yt-dl.org/downloads/2014.03.30/</a>
@@ -4088,7 +4088,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.30.1</id>
<title>New version 2014.03.30.1</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/2014.03.30.1/">https://yt-dl.org/downloads/2014.03.30.1/</a>
@@ -4103,7 +4103,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.01</id>
<title>New version 2014.04.01</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/2014.04.01/">https://yt-dl.org/downloads/2014.04.01/</a>
@@ -4118,7 +4118,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.01.1</id>
<title>New version 2014.04.01.1</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/2014.04.01.1/">https://yt-dl.org/downloads/2014.04.01.1/</a>
@@ -4133,7 +4133,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.01.2</id>
<title>New version 2014.04.01.2</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/2014.04.01.2/">https://yt-dl.org/downloads/2014.04.01.2/</a>
@@ -4148,7 +4148,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.01.3</id>
<title>New version 2014.04.01.3</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/2014.04.01.3/">https://yt-dl.org/downloads/2014.04.01.3/</a>
@@ -4163,7 +4163,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.02</id>
<title>New version 2014.04.02</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/2014.04.02/">https://yt-dl.org/downloads/2014.04.02/</a>
@@ -4178,7 +4178,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.03</id>
<title>New version 2014.04.03</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/2014.04.03/">https://yt-dl.org/downloads/2014.04.03/</a>
@@ -4193,7 +4193,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.03.1</id>
<title>New version 2014.04.03.1</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/2014.04.03.1/">https://yt-dl.org/downloads/2014.04.03.1/</a>
@@ -4208,7 +4208,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.03.2</id>
<title>New version 2014.04.03.2</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/2014.04.03.2/">https://yt-dl.org/downloads/2014.04.03.2/</a>
@@ -4223,7 +4223,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.03.3</id>
<title>New version 2014.04.03.3</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/2014.04.03.3/">https://yt-dl.org/downloads/2014.04.03.3/</a>
@@ -4238,7 +4238,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04</id>
<title>New version 2014.04.04</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/2014.04.04/">https://yt-dl.org/downloads/2014.04.04/</a>
@@ -4253,7 +4253,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.1</id>
<title>New version 2014.04.04.1</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/2014.04.04.1/">https://yt-dl.org/downloads/2014.04.04.1/</a>
@@ -4268,7 +4268,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.2</id>
<title>New version 2014.04.04.2</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/2014.04.04.2/">https://yt-dl.org/downloads/2014.04.04.2/</a>
@@ -4283,7 +4283,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.3</id>
<title>New version 2014.04.04.3</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/2014.04.04.3/">https://yt-dl.org/downloads/2014.04.04.3/</a>
@@ -4298,7 +4298,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.4</id>
<title>New version 2014.04.04.4</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/2014.04.04.4/">https://yt-dl.org/downloads/2014.04.04.4/</a>
@@ -4313,7 +4313,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.5</id>
<title>New version 2014.04.04.5</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/2014.04.04.5/">https://yt-dl.org/downloads/2014.04.04.5/</a>
@@ -4328,7 +4328,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.6</id>
<title>New version 2014.04.04.6</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/2014.04.04.6/">https://yt-dl.org/downloads/2014.04.04.6/</a>
@@ -4343,7 +4343,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.7</id>
<title>New version 2014.04.04.7</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/2014.04.04.7/">https://yt-dl.org/downloads/2014.04.04.7/</a>
@@ -4358,7 +4358,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07</id>
<title>New version 2014.04.07</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/2014.04.07/">https://yt-dl.org/downloads/2014.04.07/</a>
@@ -4373,7 +4373,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.1</id>
<title>New version 2014.04.07.1</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/2014.04.07.1/">https://yt-dl.org/downloads/2014.04.07.1/</a>
@@ -4388,7 +4388,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.2</id>
<title>New version 2014.04.07.2</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/2014.04.07.2/">https://yt-dl.org/downloads/2014.04.07.2/</a>
@@ -4403,7 +4403,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.3</id>
<title>New version 2014.04.07.3</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/2014.04.07.3/">https://yt-dl.org/downloads/2014.04.07.3/</a>
@@ -4418,7 +4418,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.4</id>
<title>New version 2014.04.07.4</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/2014.04.07.4/">https://yt-dl.org/downloads/2014.04.07.4/</a>
@@ -4433,7 +4433,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.11.1</id>
<title>New version 2014.04.11.1</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/2014.04.11.1/">https://yt-dl.org/downloads/2014.04.11.1/</a>
@@ -4448,7 +4448,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.11.2</id>
<title>New version 2014.04.11.2</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/2014.04.11.2/">https://yt-dl.org/downloads/2014.04.11.2/</a>
@@ -4463,7 +4463,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.13</id>
<title>New version 2014.04.13</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/2014.04.13/">https://yt-dl.org/downloads/2014.04.13/</a>
@@ -4478,7 +4478,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.19</id>
<title>New version 2014.04.19</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/2014.04.19/">https://yt-dl.org/downloads/2014.04.19/</a>
@@ -4493,7 +4493,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21</id>
<title>New version 2014.04.21</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/2014.04.21/">https://yt-dl.org/downloads/2014.04.21/</a>
@@ -4508,7 +4508,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.1</id>
<title>New version 2014.04.21.1</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/2014.04.21.1/">https://yt-dl.org/downloads/2014.04.21.1/</a>
@@ -4523,7 +4523,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.2</id>
<title>New version 2014.04.21.2</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/2014.04.21.2/">https://yt-dl.org/downloads/2014.04.21.2/</a>
@@ -4538,7 +4538,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.3</id>
<title>New version 2014.04.21.3</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/2014.04.21.3/">https://yt-dl.org/downloads/2014.04.21.3/</a>
@@ -4553,7 +4553,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.4</id>
<title>New version 2014.04.21.4</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/2014.04.21.4/">https://yt-dl.org/downloads/2014.04.21.4/</a>
@@ -4568,7 +4568,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.5</id>
<title>New version 2014.04.21.5</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/2014.04.21.5/">https://yt-dl.org/downloads/2014.04.21.5/</a>
@@ -4583,7 +4583,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.6</id>
<title>New version 2014.04.21.6</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/2014.04.21.6/">https://yt-dl.org/downloads/2014.04.21.6/</a>
@@ -4598,7 +4598,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.30</id>
<title>New version 2014.04.30</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/2014.04.30/">https://yt-dl.org/downloads/2014.04.30/</a>
@@ -4613,7 +4613,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.30.1</id>
<title>New version 2014.04.30.1</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/2014.04.30.1/">https://yt-dl.org/downloads/2014.04.30.1/</a>
@@ -4628,7 +4628,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.05</id>
<title>New version 2014.05.05</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/2014.05.05/">https://yt-dl.org/downloads/2014.05.05/</a>
@@ -4643,7 +4643,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.12</id>
<title>New version 2014.05.12</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/2014.05.12/">https://yt-dl.org/downloads/2014.05.12/</a>
@@ -4658,7 +4658,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.13</id>
<title>New version 2014.05.13</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/2014.05.13/">https://yt-dl.org/downloads/2014.05.13/</a>
@@ -4673,7 +4673,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.16</id>
<title>New version 2014.05.16</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/2014.05.16/">https://yt-dl.org/downloads/2014.05.16/</a>
@@ -4688,7 +4688,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.16.1</id>
<title>New version 2014.05.16.1</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/2014.05.16.1/">https://yt-dl.org/downloads/2014.05.16.1/</a>
@@ -4703,7 +4703,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.19</id>
<title>New version 2014.05.19</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/2014.05.19/">https://yt-dl.org/downloads/2014.05.19/</a>
@@ -4718,7 +4718,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.31.4</id>
<title>New version 2014.05.31.4</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/2014.05.31.4/">https://yt-dl.org/downloads/2014.05.31.4/</a>
@@ -4733,7 +4733,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.02</id>
<title>New version 2014.06.02</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/2014.06.02/">https://yt-dl.org/downloads/2014.06.02/</a>
@@ -4748,7 +4748,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.04</id>
<title>New version 2014.06.04</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/2014.06.04/">https://yt-dl.org/downloads/2014.06.04/</a>
@@ -4763,7 +4763,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.07</id>
<title>New version 2014.06.07</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/2014.06.07/">https://yt-dl.org/downloads/2014.06.07/</a>
@@ -4778,7 +4778,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.09</id>
<title>New version 2014.06.09</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/2014.06.09/">https://yt-dl.org/downloads/2014.06.09/</a>
@@ -4793,7 +4793,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.16</id>
<title>New version 2014.06.16</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/2014.06.16/">https://yt-dl.org/downloads/2014.06.16/</a>
@@ -4808,7 +4808,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.19</id>
<title>New version 2014.06.19</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/2014.06.19/">https://yt-dl.org/downloads/2014.06.19/</a>
@@ -4823,7 +4823,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.24.1</id>
<title>New version 2014.06.24.1</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/2014.06.24.1/">https://yt-dl.org/downloads/2014.06.24.1/</a>
@@ -4838,7 +4838,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.25</id>
<title>New version 2014.06.25</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/2014.06.25/">https://yt-dl.org/downloads/2014.06.25/</a>
@@ -4853,7 +4853,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.26</id>
<title>New version 2014.06.26</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/2014.06.26/">https://yt-dl.org/downloads/2014.06.26/</a>
@@ -4868,7 +4868,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.10</id>
<title>New version 2014.07.10</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/2014.07.10/">https://yt-dl.org/downloads/2014.07.10/</a>
@@ -4883,7 +4883,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.11</id>
<title>New version 2014.07.11</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/2014.07.11/">https://yt-dl.org/downloads/2014.07.11/</a>
@@ -4898,7 +4898,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.11.1</id>
<title>New version 2014.07.11.1</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/2014.07.11.1/">https://yt-dl.org/downloads/2014.07.11.1/</a>
@@ -4913,7 +4913,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.11.2</id>
<title>New version 2014.07.11.2</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/2014.07.11.2/">https://yt-dl.org/downloads/2014.07.11.2/</a>
@@ -4928,7 +4928,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.11.3</id>
<title>New version 2014.07.11.3</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/2014.07.11.3/">https://yt-dl.org/downloads/2014.07.11.3/</a>
@@ -4943,7 +4943,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.15</id>
<title>New version 2014.07.15</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/2014.07.15/">https://yt-dl.org/downloads/2014.07.15/</a>
@@ -4958,7 +4958,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.20</id>
<title>New version 2014.07.20</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/2014.07.20/">https://yt-dl.org/downloads/2014.07.20/</a>
@@ -4973,7 +4973,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.20.1</id>
<title>New version 2014.07.20.1</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/2014.07.20.1/">https://yt-dl.org/downloads/2014.07.20.1/</a>
@@ -4988,7 +4988,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.20.2</id>
<title>New version 2014.07.20.2</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/2014.07.20.2/">https://yt-dl.org/downloads/2014.07.20.2/</a>
@@ -5003,7 +5003,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.21</id>
<title>New version 2014.07.21</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/2014.07.21/">https://yt-dl.org/downloads/2014.07.21/</a>
@@ -5018,7 +5018,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.22</id>
<title>New version 2014.07.22</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/2014.07.22/">https://yt-dl.org/downloads/2014.07.22/</a>
@@ -5033,7 +5033,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.23</id>
<title>New version 2014.07.23</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/2014.07.23/">https://yt-dl.org/downloads/2014.07.23/</a>
@@ -5048,7 +5048,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.23.1</id>
<title>New version 2014.07.23.1</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/2014.07.23.1/">https://yt-dl.org/downloads/2014.07.23.1/</a>
@@ -5063,7 +5063,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.23.2</id>
<title>New version 2014.07.23.2</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/2014.07.23.2/">https://yt-dl.org/downloads/2014.07.23.2/</a>
@@ -5078,7 +5078,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.24</id>
<title>New version 2014.07.24</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/2014.07.24/">https://yt-dl.org/downloads/2014.07.24/</a>
@@ -5093,7 +5093,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.25</id>
<title>New version 2014.07.25</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/2014.07.25/">https://yt-dl.org/downloads/2014.07.25/</a>
@@ -5108,7 +5108,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.25.1</id>
<title>New version 2014.07.25.1</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/2014.07.25.1/">https://yt-dl.org/downloads/2014.07.25.1/</a>
@@ -5123,7 +5123,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.30</id>
<title>New version 2014.07.30</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/2014.07.30/">https://yt-dl.org/downloads/2014.07.30/</a>
@@ -5138,7 +5138,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.02</id>
<title>New version 2014.08.02</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/2014.08.02/">https://yt-dl.org/downloads/2014.08.02/</a>
@@ -5153,7 +5153,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.02.1</id>
<title>New version 2014.08.02.1</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/2014.08.02.1/">https://yt-dl.org/downloads/2014.08.02.1/</a>
@@ -5168,7 +5168,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.05</id>
<title>New version 2014.08.05</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/2014.08.05/">https://yt-dl.org/downloads/2014.08.05/</a>
@@ -5183,7 +5183,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.10</id>
<title>New version 2014.08.10</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/2014.08.10/">https://yt-dl.org/downloads/2014.08.10/</a>
@@ -5198,7 +5198,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.21.1</id>
<title>New version 2014.08.21.1</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/2014.08.21.1/">https://yt-dl.org/downloads/2014.08.21.1/</a>
@@ -5213,7 +5213,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.21.2</id>
<title>New version 2014.08.21.2</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/2014.08.21.2/">https://yt-dl.org/downloads/2014.08.21.2/</a>
@@ -5228,7 +5228,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.21.3</id>
<title>New version 2014.08.21.3</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/2014.08.21.3/">https://yt-dl.org/downloads/2014.08.21.3/</a>
@@ -5243,7 +5243,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.22.1</id>
<title>New version 2014.08.22.1</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/2014.08.22.1/">https://yt-dl.org/downloads/2014.08.22.1/</a>
@@ -5258,7 +5258,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.22.2</id>
<title>New version 2014.08.22.2</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/2014.08.22.2/">https://yt-dl.org/downloads/2014.08.22.2/</a>
@@ -5273,7 +5273,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.22.3</id>
<title>New version 2014.08.22.3</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/2014.08.22.3/">https://yt-dl.org/downloads/2014.08.22.3/</a>
@@ -5288,7 +5288,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.23</id>
<title>New version 2014.08.23</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/2014.08.23/">https://yt-dl.org/downloads/2014.08.23/</a>
@@ -5303,7 +5303,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.24</id>
<title>New version 2014.08.24</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/2014.08.24/">https://yt-dl.org/downloads/2014.08.24/</a>
@@ -5318,7 +5318,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.24.1</id>
<title>New version 2014.08.24.1</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/2014.08.24.1/">https://yt-dl.org/downloads/2014.08.24.1/</a>
@@ -5333,7 +5333,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.24.2</id>
<title>New version 2014.08.24.2</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/2014.08.24.2/">https://yt-dl.org/downloads/2014.08.24.2/</a>
@@ -5348,7 +5348,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.24.3</id>
<title>New version 2014.08.24.3</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/2014.08.24.3/">https://yt-dl.org/downloads/2014.08.24.3/</a>
@@ -5363,7 +5363,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.24.4</id>
<title>New version 2014.08.24.4</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/2014.08.24.4/">https://yt-dl.org/downloads/2014.08.24.4/</a>
@@ -5378,7 +5378,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.24.5</id>
<title>New version 2014.08.24.5</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/2014.08.24.5/">https://yt-dl.org/downloads/2014.08.24.5/</a>
@@ -5393,7 +5393,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.24.6</id>
<title>New version 2014.08.24.6</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/2014.08.24.6/">https://yt-dl.org/downloads/2014.08.24.6/</a>
@@ -5408,7 +5408,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.25</id>
<title>New version 2014.08.25</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/2014.08.25/">https://yt-dl.org/downloads/2014.08.25/</a>
@@ -5423,7 +5423,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.25.2</id>
<title>New version 2014.08.25.2</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/2014.08.25.2/">https://yt-dl.org/downloads/2014.08.25.2/</a>
@@ -5438,7 +5438,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.25.3</id>
<title>New version 2014.08.25.3</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/2014.08.25.3/">https://yt-dl.org/downloads/2014.08.25.3/</a>
@@ -5453,7 +5453,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.26</id>
<title>New version 2014.08.26</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/2014.08.26/">https://yt-dl.org/downloads/2014.08.26/</a>
@@ -5468,7 +5468,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.27</id>
<title>New version 2014.08.27</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/2014.08.27/">https://yt-dl.org/downloads/2014.08.27/</a>
@@ -5483,7 +5483,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.27.1</id>
<title>New version 2014.08.27.1</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/2014.08.27.1/">https://yt-dl.org/downloads/2014.08.27.1/</a>
@@ -5498,7 +5498,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.28</id>
<title>New version 2014.08.28</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/2014.08.28/">https://yt-dl.org/downloads/2014.08.28/</a>
@@ -5513,7 +5513,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.28.1</id>
<title>New version 2014.08.28.1</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/2014.08.28.1/">https://yt-dl.org/downloads/2014.08.28.1/</a>
@@ -5528,7 +5528,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.28.2</id>
<title>New version 2014.08.28.2</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/2014.08.28.2/">https://yt-dl.org/downloads/2014.08.28.2/</a>
@@ -5543,7 +5543,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.29</id>
<title>New version 2014.08.29</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/2014.08.29/">https://yt-dl.org/downloads/2014.08.29/</a>
@@ -5558,7 +5558,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.01</id>
<title>New version 2014.09.01</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/2014.09.01/">https://yt-dl.org/downloads/2014.09.01/</a>
@@ -5573,7 +5573,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.01.1</id>
<title>New version 2014.09.01.1</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/2014.09.01.1/">https://yt-dl.org/downloads/2014.09.01.1/</a>
@@ -5588,7 +5588,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.01.2</id>
<title>New version 2014.09.01.2</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/2014.09.01.2/">https://yt-dl.org/downloads/2014.09.01.2/</a>
@@ -5603,7 +5603,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.04</id>
<title>New version 2014.09.04</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/2014.09.04/">https://yt-dl.org/downloads/2014.09.04/</a>
@@ -5618,7 +5618,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.04.1</id>
<title>New version 2014.09.04.1</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/2014.09.04.1/">https://yt-dl.org/downloads/2014.09.04.1/</a>
@@ -5633,7 +5633,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.04.3</id>
<title>New version 2014.09.04.3</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/2014.09.04.3/">https://yt-dl.org/downloads/2014.09.04.3/</a>
@@ -5648,7 +5648,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.06</id>
<title>New version 2014.09.06</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/2014.09.06/">https://yt-dl.org/downloads/2014.09.06/</a>
@@ -5663,7 +5663,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.10</id>
<title>New version 2014.09.10</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/2014.09.10/">https://yt-dl.org/downloads/2014.09.10/</a>
@@ -5678,7 +5678,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.10.1</id>
<title>New version 2014.09.10.1</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/2014.09.10.1/">https://yt-dl.org/downloads/2014.09.10.1/</a>
@@ -5693,7 +5693,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.12</id>
<title>New version 2014.09.12</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/2014.09.12/">https://yt-dl.org/downloads/2014.09.12/</a>
@@ -5708,7 +5708,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.14.3</id>
<title>New version 2014.09.14.3</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/2014.09.14.3/">https://yt-dl.org/downloads/2014.09.14.3/</a>
@@ -5723,7 +5723,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.15</id>
<title>New version 2014.09.15</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/2014.09.15/">https://yt-dl.org/downloads/2014.09.15/</a>
@@ -5738,7 +5738,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.15.1</id>
<title>New version 2014.09.15.1</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/2014.09.15.1/">https://yt-dl.org/downloads/2014.09.15.1/</a>
@@ -5753,7 +5753,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.16</id>
<title>New version 2014.09.16</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/2014.09.16/">https://yt-dl.org/downloads/2014.09.16/</a>
@@ -5768,7 +5768,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.16.1</id>
<title>New version 2014.09.16.1</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/2014.09.16.1/">https://yt-dl.org/downloads/2014.09.16.1/</a>
@@ -5783,7 +5783,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.18</id>
<title>New version 2014.09.18</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/2014.09.18/">https://yt-dl.org/downloads/2014.09.18/</a>
@@ -5798,7 +5798,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.19</id>
<title>New version 2014.09.19</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/2014.09.19/">https://yt-dl.org/downloads/2014.09.19/</a>
@@ -5813,7 +5813,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.22</id>
<title>New version 2014.09.22</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/2014.09.22/">https://yt-dl.org/downloads/2014.09.22/</a>
@@ -5828,7 +5828,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.24</id>
<title>New version 2014.09.24</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/2014.09.24/">https://yt-dl.org/downloads/2014.09.24/</a>
@@ -5843,7 +5843,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.24.1</id>
<title>New version 2014.09.24.1</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/2014.09.24.1/">https://yt-dl.org/downloads/2014.09.24.1/</a>
@@ -5858,7 +5858,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.25</id>
<title>New version 2014.09.25</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/2014.09.25/">https://yt-dl.org/downloads/2014.09.25/</a>
@@ -5873,7 +5873,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.28</id>
<title>New version 2014.09.28</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/2014.09.28/">https://yt-dl.org/downloads/2014.09.28/</a>
@@ -5888,7 +5888,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.28.1</id>
<title>New version 2014.09.28.1</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/2014.09.28.1/">https://yt-dl.org/downloads/2014.09.28.1/</a>
@@ -5903,7 +5903,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.29.1</id>
<title>New version 2014.09.29.1</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/2014.09.29.1/">https://yt-dl.org/downloads/2014.09.29.1/</a>
@@ -5918,7 +5918,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.29.2</id>
<title>New version 2014.09.29.2</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/2014.09.29.2/">https://yt-dl.org/downloads/2014.09.29.2/</a>
@@ -5933,7 +5933,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.02</id>
<title>New version 2014.10.02</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/2014.10.02/">https://yt-dl.org/downloads/2014.10.02/</a>
@@ -5948,7 +5948,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.05</id>
<title>New version 2014.10.05</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/2014.10.05/">https://yt-dl.org/downloads/2014.10.05/</a>
@@ -5963,7 +5963,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.05.2</id>
<title>New version 2014.10.05.2</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/2014.10.05.2/">https://yt-dl.org/downloads/2014.10.05.2/</a>
@@ -5978,7 +5978,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.12</id>
<title>New version 2014.10.12</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/2014.10.12/">https://yt-dl.org/downloads/2014.10.12/</a>
@@ -5993,7 +5993,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.13</id>
<title>New version 2014.10.13</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/2014.10.13/">https://yt-dl.org/downloads/2014.10.13/</a>
@@ -6008,7 +6008,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.15</id>
<title>New version 2014.10.15</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/2014.10.15/">https://yt-dl.org/downloads/2014.10.15/</a>
@@ -6023,7 +6023,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.18</id>
<title>New version 2014.10.18</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/2014.10.18/">https://yt-dl.org/downloads/2014.10.18/</a>
@@ -6038,7 +6038,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.23</id>
<title>New version 2014.10.23</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/2014.10.23/">https://yt-dl.org/downloads/2014.10.23/</a>
@@ -6053,7 +6053,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.24</id>
<title>New version 2014.10.24</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/2014.10.24/">https://yt-dl.org/downloads/2014.10.24/</a>
@@ -6068,7 +6068,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.25</id>
<title>New version 2014.10.25</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/2014.10.25/">https://yt-dl.org/downloads/2014.10.25/</a>
@@ -6083,7 +6083,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.26</id>
<title>New version 2014.10.26</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/2014.10.26/">https://yt-dl.org/downloads/2014.10.26/</a>
@@ -6098,7 +6098,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.26.1</id>
<title>New version 2014.10.26.1</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/2014.10.26.1/">https://yt-dl.org/downloads/2014.10.26.1/</a>
@@ -6113,7 +6113,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.26.2</id>
<title>New version 2014.10.26.2</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/2014.10.26.2/">https://yt-dl.org/downloads/2014.10.26.2/</a>
@@ -6128,7 +6128,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.27</id>
<title>New version 2014.10.27</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/2014.10.27/">https://yt-dl.org/downloads/2014.10.27/</a>
@@ -6143,7 +6143,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.29</id>
<title>New version 2014.10.29</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/2014.10.29/">https://yt-dl.org/downloads/2014.10.29/</a>
@@ -6158,7 +6158,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.30</id>
<title>New version 2014.10.30</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/2014.10.30/">https://yt-dl.org/downloads/2014.10.30/</a>
@@ -6173,7 +6173,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.02.1</id>
<title>New version 2014.11.02.1</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/2014.11.02.1/">https://yt-dl.org/downloads/2014.11.02.1/</a>
@@ -6188,7 +6188,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.04</id>
<title>New version 2014.11.04</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/2014.11.04/">https://yt-dl.org/downloads/2014.11.04/</a>
@@ -6203,7 +6203,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.09</id>
<title>New version 2014.11.09</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/2014.11.09/">https://yt-dl.org/downloads/2014.11.09/</a>
@@ -6218,7 +6218,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.12</id>
<title>New version 2014.11.12</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/2014.11.12/">https://yt-dl.org/downloads/2014.11.12/</a>
@@ -6233,7 +6233,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.12.1</id>
<title>New version 2014.11.12.1</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/2014.11.12.1/">https://yt-dl.org/downloads/2014.11.12.1/</a>
@@ -6248,7 +6248,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.13</id>
<title>New version 2014.11.13</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/2014.11.13/">https://yt-dl.org/downloads/2014.11.13/</a>
@@ -6263,7 +6263,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.13.1</id>
<title>New version 2014.11.13.1</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/2014.11.13.1/">https://yt-dl.org/downloads/2014.11.13.1/</a>
@@ -6278,7 +6278,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.13.2</id>
<title>New version 2014.11.13.2</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/2014.11.13.2/">https://yt-dl.org/downloads/2014.11.13.2/</a>
@@ -6293,7 +6293,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.13.3</id>
<title>New version 2014.11.13.3</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/2014.11.13.3/">https://yt-dl.org/downloads/2014.11.13.3/</a>
@@ -6308,7 +6308,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.14</id>
<title>New version 2014.11.14</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/2014.11.14/">https://yt-dl.org/downloads/2014.11.14/</a>
@@ -6323,7 +6323,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.15</id>
<title>New version 2014.11.15</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/2014.11.15/">https://yt-dl.org/downloads/2014.11.15/</a>
@@ -6338,7 +6338,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.15.1</id>
<title>New version 2014.11.15.1</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/2014.11.15.1/">https://yt-dl.org/downloads/2014.11.15.1/</a>
@@ -6353,7 +6353,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.16</id>
<title>New version 2014.11.16</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/2014.11.16/">https://yt-dl.org/downloads/2014.11.16/</a>
@@ -6368,7 +6368,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.20</id>
<title>New version 2014.11.20</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/2014.11.20/">https://yt-dl.org/downloads/2014.11.20/</a>
@@ -6383,7 +6383,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.21</id>
<title>New version 2014.11.21</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/2014.11.21/">https://yt-dl.org/downloads/2014.11.21/</a>
@@ -6398,7 +6398,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.21.1</id>
<title>New version 2014.11.21.1</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/2014.11.21.1/">https://yt-dl.org/downloads/2014.11.21.1/</a>
@@ -6413,7 +6413,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.23</id>
<title>New version 2014.11.23</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/2014.11.23/">https://yt-dl.org/downloads/2014.11.23/</a>
@@ -6428,7 +6428,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.23.1</id>
<title>New version 2014.11.23.1</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/2014.11.23.1/">https://yt-dl.org/downloads/2014.11.23.1/</a>
@@ -6443,7 +6443,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.24</id>
<title>New version 2014.11.24</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/2014.11.24/">https://yt-dl.org/downloads/2014.11.24/</a>
@@ -6458,7 +6458,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.25</id>
<title>New version 2014.11.25</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/2014.11.25/">https://yt-dl.org/downloads/2014.11.25/</a>
@@ -6473,7 +6473,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.25.1</id>
<title>New version 2014.11.25.1</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/2014.11.25.1/">https://yt-dl.org/downloads/2014.11.25.1/</a>
@@ -6488,7 +6488,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.26</id>
<title>New version 2014.11.26</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/2014.11.26/">https://yt-dl.org/downloads/2014.11.26/</a>
@@ -6503,7 +6503,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.26.1</id>
<title>New version 2014.11.26.1</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/2014.11.26.1/">https://yt-dl.org/downloads/2014.11.26.1/</a>
@@ -6518,7 +6518,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.26.3</id>
<title>New version 2014.11.26.3</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/2014.11.26.3/">https://yt-dl.org/downloads/2014.11.26.3/</a>
@@ -6533,7 +6533,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.26.4</id>
<title>New version 2014.11.26.4</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/2014.11.26.4/">https://yt-dl.org/downloads/2014.11.26.4/</a>
@@ -6548,7 +6548,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.27</id>
<title>New version 2014.11.27</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/2014.11.27/">https://yt-dl.org/downloads/2014.11.27/</a>
@@ -6563,7 +6563,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.01</id>
<title>New version 2014.12.01</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/2014.12.01/">https://yt-dl.org/downloads/2014.12.01/</a>
@@ -6578,7 +6578,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.03</id>
<title>New version 2014.12.03</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/2014.12.03/">https://yt-dl.org/downloads/2014.12.03/</a>
@@ -6593,7 +6593,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.04</id>
<title>New version 2014.12.04</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/2014.12.04/">https://yt-dl.org/downloads/2014.12.04/</a>
@@ -6608,7 +6608,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.04.1</id>
<title>New version 2014.12.04.1</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/2014.12.04.1/">https://yt-dl.org/downloads/2014.12.04.1/</a>
@@ -6623,7 +6623,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.04.2</id>
<title>New version 2014.12.04.2</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/2014.12.04.2/">https://yt-dl.org/downloads/2014.12.04.2/</a>
@@ -6638,7 +6638,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.06</id>
<title>New version 2014.12.06</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/2014.12.06/">https://yt-dl.org/downloads/2014.12.06/</a>
@@ -6653,7 +6653,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.06.1</id>
<title>New version 2014.12.06.1</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/2014.12.06.1/">https://yt-dl.org/downloads/2014.12.06.1/</a>
@@ -6668,7 +6668,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.10</id>
<title>New version 2014.12.10</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/2014.12.10/">https://yt-dl.org/downloads/2014.12.10/</a>
@@ -6683,7 +6683,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.10.1</id>
<title>New version 2014.12.10.1</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/2014.12.10.1/">https://yt-dl.org/downloads/2014.12.10.1/</a>
@@ -6698,7 +6698,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.10.2</id>
<title>New version 2014.12.10.2</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/2014.12.10.2/">https://yt-dl.org/downloads/2014.12.10.2/</a>
@@ -6713,7 +6713,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.10.3</id>
<title>New version 2014.12.10.3</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/2014.12.10.3/">https://yt-dl.org/downloads/2014.12.10.3/</a>
@@ -6728,7 +6728,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.12.1</id>
<title>New version 2014.12.12.1</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/2014.12.12.1/">https://yt-dl.org/downloads/2014.12.12.1/</a>
@@ -6743,7 +6743,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.12.2</id>
<title>New version 2014.12.12.2</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/2014.12.12.2/">https://yt-dl.org/downloads/2014.12.12.2/</a>
@@ -6758,7 +6758,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.12.3</id>
<title>New version 2014.12.12.3</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/2014.12.12.3/">https://yt-dl.org/downloads/2014.12.12.3/</a>
@@ -6773,7 +6773,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.12.4</id>
<title>New version 2014.12.12.4</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/2014.12.12.4/">https://yt-dl.org/downloads/2014.12.12.4/</a>
@@ -6788,7 +6788,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.12.5</id>
<title>New version 2014.12.12.5</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/2014.12.12.5/">https://yt-dl.org/downloads/2014.12.12.5/</a>
@@ -6803,7 +6803,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.12.7</id>
<title>New version 2014.12.12.7</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/2014.12.12.7/">https://yt-dl.org/downloads/2014.12.12.7/</a>
@@ -6818,7 +6818,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.13</id>
<title>New version 2014.12.13</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/2014.12.13/">https://yt-dl.org/downloads/2014.12.13/</a>
@@ -6833,7 +6833,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.13.1</id>
<title>New version 2014.12.13.1</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/2014.12.13.1/">https://yt-dl.org/downloads/2014.12.13.1/</a>
@@ -6848,7 +6848,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.14</id>
<title>New version 2014.12.14</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/2014.12.14/">https://yt-dl.org/downloads/2014.12.14/</a>
@@ -6863,7 +6863,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.15</id>
<title>New version 2014.12.15</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/2014.12.15/">https://yt-dl.org/downloads/2014.12.15/</a>
@@ -6878,7 +6878,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.16</id>
<title>New version 2014.12.16</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/2014.12.16/">https://yt-dl.org/downloads/2014.12.16/</a>
@@ -6893,7 +6893,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.16.1</id>
<title>New version 2014.12.16.1</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/2014.12.16.1/">https://yt-dl.org/downloads/2014.12.16.1/</a>
@@ -6908,7 +6908,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.16.2</id>
<title>New version 2014.12.16.2</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/2014.12.16.2/">https://yt-dl.org/downloads/2014.12.16.2/</a>
@@ -6923,7 +6923,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.17</id>
<title>New version 2014.12.17</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/2014.12.17/">https://yt-dl.org/downloads/2014.12.17/</a>
@@ -6938,7 +6938,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.17.1</id>
<title>New version 2014.12.17.1</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/2014.12.17.1/">https://yt-dl.org/downloads/2014.12.17.1/</a>
@@ -6953,7 +6953,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.17.2</id>
<title>New version 2014.12.17.2</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/2014.12.17.2/">https://yt-dl.org/downloads/2014.12.17.2/</a>
@@ -6968,7 +6968,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.01</id>
<title>New version 2015.01.01</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/2015.01.01/">https://yt-dl.org/downloads/2015.01.01/</a>
@@ -6983,7 +6983,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.02</id>
<title>New version 2015.01.02</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/2015.01.02/">https://yt-dl.org/downloads/2015.01.02/</a>
@@ -6998,7 +6998,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.03</id>
<title>New version 2015.01.03</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/2015.01.03/">https://yt-dl.org/downloads/2015.01.03/</a>
@@ -7013,7 +7013,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.04</id>
<title>New version 2015.01.04</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/2015.01.04/">https://yt-dl.org/downloads/2015.01.04/</a>
@@ -7028,7 +7028,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.05</id>
<title>New version 2015.01.05</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/2015.01.05/">https://yt-dl.org/downloads/2015.01.05/</a>
@@ -7043,7 +7043,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.05.1</id>
<title>New version 2015.01.05.1</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/2015.01.05.1/">https://yt-dl.org/downloads/2015.01.05.1/</a>
@@ -7058,7 +7058,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.07</id>
<title>New version 2015.01.07</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/2015.01.07/">https://yt-dl.org/downloads/2015.01.07/</a>
@@ -7073,7 +7073,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.07.2</id>
<title>New version 2015.01.07.2</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/2015.01.07.2/">https://yt-dl.org/downloads/2015.01.07.2/</a>
@@ -7088,7 +7088,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.08</id>
<title>New version 2015.01.08</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/2015.01.08/">https://yt-dl.org/downloads/2015.01.08/</a>
@@ -7103,7 +7103,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.09</id>
<title>New version 2015.01.09</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/2015.01.09/">https://yt-dl.org/downloads/2015.01.09/</a>
@@ -7118,7 +7118,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.09.1</id>
<title>New version 2015.01.09.1</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/2015.01.09.1/">https://yt-dl.org/downloads/2015.01.09.1/</a>
@@ -7133,7 +7133,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.09.2</id>
<title>New version 2015.01.09.2</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/2015.01.09.2/">https://yt-dl.org/downloads/2015.01.09.2/</a>
@@ -7148,7 +7148,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.10</id>
<title>New version 2015.01.10</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/2015.01.10/">https://yt-dl.org/downloads/2015.01.10/</a>
@@ -7163,7 +7163,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.10.1</id>
<title>New version 2015.01.10.1</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/2015.01.10.1/">https://yt-dl.org/downloads/2015.01.10.1/</a>
@@ -7178,7 +7178,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.10.2</id>
<title>New version 2015.01.10.2</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/2015.01.10.2/">https://yt-dl.org/downloads/2015.01.10.2/</a>
@@ -7193,7 +7193,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.11</id>
<title>New version 2015.01.11</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/2015.01.11/">https://yt-dl.org/downloads/2015.01.11/</a>
@@ -7208,7 +7208,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.15</id>
<title>New version 2015.01.15</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/2015.01.15/">https://yt-dl.org/downloads/2015.01.15/</a>
@@ -7223,7 +7223,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.15.1</id>
<title>New version 2015.01.15.1</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/2015.01.15.1/">https://yt-dl.org/downloads/2015.01.15.1/</a>
@@ -7238,7 +7238,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.16</id>
<title>New version 2015.01.16</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/2015.01.16/">https://yt-dl.org/downloads/2015.01.16/</a>
@@ -7253,7 +7253,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.22</id>
<title>New version 2015.01.22</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/2015.01.22/">https://yt-dl.org/downloads/2015.01.22/</a>
@@ -7268,7 +7268,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.23</id>
<title>New version 2015.01.23</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/2015.01.23/">https://yt-dl.org/downloads/2015.01.23/</a>
@@ -7283,7 +7283,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.23.1</id>
<title>New version 2015.01.23.1</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/2015.01.23.1/">https://yt-dl.org/downloads/2015.01.23.1/</a>
@@ -7298,7 +7298,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.23.2</id>
<title>New version 2015.01.23.2</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/2015.01.23.2/">https://yt-dl.org/downloads/2015.01.23.2/</a>
@@ -7313,7 +7313,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.23.3</id>
<title>New version 2015.01.23.3</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/2015.01.23.3/">https://yt-dl.org/downloads/2015.01.23.3/</a>
@@ -7328,7 +7328,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.23.4</id>
<title>New version 2015.01.23.4</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/2015.01.23.4/">https://yt-dl.org/downloads/2015.01.23.4/</a>
@@ -7343,7 +7343,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.25</id>
<title>New version 2015.01.25</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/2015.01.25/">https://yt-dl.org/downloads/2015.01.25/</a>
@@ -7358,7 +7358,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.30.1</id>
<title>New version 2015.01.30.1</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/2015.01.30.1/">https://yt-dl.org/downloads/2015.01.30.1/</a>
@@ -7373,7 +7373,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.30.2</id>
<title>New version 2015.01.30.2</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/2015.01.30.2/">https://yt-dl.org/downloads/2015.01.30.2/</a>
@@ -7388,7 +7388,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.02</id>
<title>New version 2015.02.02</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/2015.02.02/">https://yt-dl.org/downloads/2015.02.02/</a>
@@ -7403,7 +7403,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.02.2</id>
<title>New version 2015.02.02.2</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/2015.02.02.2/">https://yt-dl.org/downloads/2015.02.02.2/</a>
@@ -7418,7 +7418,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.02.4</id>
<title>New version 2015.02.02.4</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/2015.02.02.4/">https://yt-dl.org/downloads/2015.02.02.4/</a>
@@ -7433,7 +7433,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.02.5</id>
<title>New version 2015.02.02.5</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/2015.02.02.5/">https://yt-dl.org/downloads/2015.02.02.5/</a>
@@ -7448,7 +7448,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.03</id>
<title>New version 2015.02.03</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/2015.02.03/">https://yt-dl.org/downloads/2015.02.03/</a>
@@ -7463,7 +7463,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.03.1</id>
<title>New version 2015.02.03.1</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/2015.02.03.1/">https://yt-dl.org/downloads/2015.02.03.1/</a>
@@ -7478,7 +7478,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.04</id>
<title>New version 2015.02.04</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/2015.02.04/">https://yt-dl.org/downloads/2015.02.04/</a>
@@ -7493,7 +7493,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.06</id>
<title>New version 2015.02.06</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/2015.02.06/">https://yt-dl.org/downloads/2015.02.06/</a>
@@ -7508,7 +7508,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.09</id>
<title>New version 2015.02.09</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/2015.02.09/">https://yt-dl.org/downloads/2015.02.09/</a>
@@ -7523,7 +7523,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.09.1</id>
<title>New version 2015.02.09.1</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/2015.02.09.1/">https://yt-dl.org/downloads/2015.02.09.1/</a>
@@ -7538,7 +7538,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.09.2</id>
<title>New version 2015.02.09.2</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/2015.02.09.2/">https://yt-dl.org/downloads/2015.02.09.2/</a>
@@ -7553,7 +7553,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.09.3</id>
<title>New version 2015.02.09.3</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/2015.02.09.3/">https://yt-dl.org/downloads/2015.02.09.3/</a>
@@ -7568,7 +7568,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10</id>
<title>New version 2015.02.10</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/2015.02.10/">https://yt-dl.org/downloads/2015.02.10/</a>
@@ -7583,7 +7583,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.1</id>
<title>New version 2015.02.10.1</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/2015.02.10.1/">https://yt-dl.org/downloads/2015.02.10.1/</a>
@@ -7598,7 +7598,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.2</id>
<title>New version 2015.02.10.2</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/2015.02.10.2/">https://yt-dl.org/downloads/2015.02.10.2/</a>
@@ -7613,7 +7613,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.3</id>
<title>New version 2015.02.10.3</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/2015.02.10.3/">https://yt-dl.org/downloads/2015.02.10.3/</a>
@@ -7628,7 +7628,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.4</id>
<title>New version 2015.02.10.4</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/2015.02.10.4/">https://yt-dl.org/downloads/2015.02.10.4/</a>
@@ -7643,7 +7643,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.5</id>
<title>New version 2015.02.10.5</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/2015.02.10.5/">https://yt-dl.org/downloads/2015.02.10.5/</a>
@@ -7658,7 +7658,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.11</id>
<title>New version 2015.02.11</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/2015.02.11/">https://yt-dl.org/downloads/2015.02.11/</a>
@@ -7673,7 +7673,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.16</id>
<title>New version 2015.02.16</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/2015.02.16/">https://yt-dl.org/downloads/2015.02.16/</a>
@@ -7688,7 +7688,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.16.1</id>
<title>New version 2015.02.16.1</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/2015.02.16.1/">https://yt-dl.org/downloads/2015.02.16.1/</a>
@@ -7703,7 +7703,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.17</id>
<title>New version 2015.02.17</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/2015.02.17/">https://yt-dl.org/downloads/2015.02.17/</a>
@@ -7718,7 +7718,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.17.2</id>
<title>New version 2015.02.17.2</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/2015.02.17.2/">https://yt-dl.org/downloads/2015.02.17.2/</a>
@@ -7733,7 +7733,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.18</id>
<title>New version 2015.02.18</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/2015.02.18/">https://yt-dl.org/downloads/2015.02.18/</a>
@@ -7748,7 +7748,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.18.1</id>
<title>New version 2015.02.18.1</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/2015.02.18.1/">https://yt-dl.org/downloads/2015.02.18.1/</a>
@@ -7763,7 +7763,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.19</id>
<title>New version 2015.02.19</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/2015.02.19/">https://yt-dl.org/downloads/2015.02.19/</a>
@@ -7778,7 +7778,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.19.1</id>
<title>New version 2015.02.19.1</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/2015.02.19.1/">https://yt-dl.org/downloads/2015.02.19.1/</a>
@@ -7793,7 +7793,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.19.2</id>
<title>New version 2015.02.19.2</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/2015.02.19.2/">https://yt-dl.org/downloads/2015.02.19.2/</a>
@@ -7808,7 +7808,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.19.3</id>
<title>New version 2015.02.19.3</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/2015.02.19.3/">https://yt-dl.org/downloads/2015.02.19.3/</a>
@@ -7823,7 +7823,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.20</id>
<title>New version 2015.02.20</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/2015.02.20/">https://yt-dl.org/downloads/2015.02.20/</a>
@@ -7838,7 +7838,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.21</id>
<title>New version 2015.02.21</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/2015.02.21/">https://yt-dl.org/downloads/2015.02.21/</a>
@@ -7853,7 +7853,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.23</id>
<title>New version 2015.02.23</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/2015.02.23/">https://yt-dl.org/downloads/2015.02.23/</a>
@@ -7868,7 +7868,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.23.1</id>
<title>New version 2015.02.23.1</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/2015.02.23.1/">https://yt-dl.org/downloads/2015.02.23.1/</a>
@@ -7883,7 +7883,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.24</id>
<title>New version 2015.02.24</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/2015.02.24/">https://yt-dl.org/downloads/2015.02.24/</a>
@@ -7898,7 +7898,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.24.1</id>
<title>New version 2015.02.24.1</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/2015.02.24.1/">https://yt-dl.org/downloads/2015.02.24.1/</a>
@@ -7913,7 +7913,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.24.2</id>
<title>New version 2015.02.24.2</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/2015.02.24.2/">https://yt-dl.org/downloads/2015.02.24.2/</a>
@@ -7928,7 +7928,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.26</id>
<title>New version 2015.02.26</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/2015.02.26/">https://yt-dl.org/downloads/2015.02.26/</a>
@@ -7943,7 +7943,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.26.1</id>
<title>New version 2015.02.26.1</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/2015.02.26.1/">https://yt-dl.org/downloads/2015.02.26.1/</a>
@@ -7958,7 +7958,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.26.2</id>
<title>New version 2015.02.26.2</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/2015.02.26.2/">https://yt-dl.org/downloads/2015.02.26.2/</a>
@@ -7973,7 +7973,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.28</id>
<title>New version 2015.02.28</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/2015.02.28/">https://yt-dl.org/downloads/2015.02.28/</a>
@@ -7988,7 +7988,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.03</id>
<title>New version 2015.03.03</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/2015.03.03/">https://yt-dl.org/downloads/2015.03.03/</a>
@@ -8003,7 +8003,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.03.1</id>
<title>New version 2015.03.03.1</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/2015.03.03.1/">https://yt-dl.org/downloads/2015.03.03.1/</a>
@@ -8018,7 +8018,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.09</id>
<title>New version 2015.03.09</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/2015.03.09/">https://yt-dl.org/downloads/2015.03.09/</a>
@@ -8033,7 +8033,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.15</id>
<title>New version 2015.03.15</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/2015.03.15/">https://yt-dl.org/downloads/2015.03.15/</a>
@@ -8048,7 +8048,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.18</id>
<title>New version 2015.03.18</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/2015.03.18/">https://yt-dl.org/downloads/2015.03.18/</a>
@@ -8063,7 +8063,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.24</id>
<title>New version 2015.03.24</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/2015.03.24/">https://yt-dl.org/downloads/2015.03.24/</a>
@@ -8078,7 +8078,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.28</id>
<title>New version 2015.03.28</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/2015.03.28/">https://yt-dl.org/downloads/2015.03.28/</a>
@@ -8093,7 +8093,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.04.03</id>
<title>New version 2015.04.03</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/2015.04.03/">https://yt-dl.org/downloads/2015.04.03/</a>
@@ -8108,7 +8108,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.04.09</id>
<title>New version 2015.04.09</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/2015.04.09/">https://yt-dl.org/downloads/2015.04.09/</a>
@@ -8123,7 +8123,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.04.17</id>
<title>New version 2015.04.17</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/2015.04.17/">https://yt-dl.org/downloads/2015.04.17/</a>
@@ -8138,7 +8138,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.04.26</id>
<title>New version 2015.04.26</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/2015.04.26/">https://yt-dl.org/downloads/2015.04.26/</a>
@@ -8153,7 +8153,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.04.28</id>
<title>New version 2015.04.28</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/2015.04.28/">https://yt-dl.org/downloads/2015.04.28/</a>
@@ -8168,7 +8168,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.03</id>
<title>New version 2015.05.03</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/2015.05.03/">https://yt-dl.org/downloads/2015.05.03/</a>
@@ -8183,7 +8183,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.04</id>
<title>New version 2015.05.04</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/2015.05.04/">https://yt-dl.org/downloads/2015.05.04/</a>
@@ -8198,7 +8198,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.10</id>
<title>New version 2015.05.10</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/2015.05.10/">https://yt-dl.org/downloads/2015.05.10/</a>
@@ -8213,7 +8213,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.15</id>
<title>New version 2015.05.15</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/2015.05.15/">https://yt-dl.org/downloads/2015.05.15/</a>
@@ -8228,7 +8228,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.20</id>
<title>New version 2015.05.20</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/2015.05.20/">https://yt-dl.org/downloads/2015.05.20/</a>
@@ -8243,7 +8243,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.29</id>
<title>New version 2015.05.29</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/2015.05.29/">https://yt-dl.org/downloads/2015.05.29/</a>
@@ -8258,7 +8258,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.06.04.1</id>
<title>New version 2015.06.04.1</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/2015.06.04.1/">https://yt-dl.org/downloads/2015.06.04.1/</a>
@@ -8273,7 +8273,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.06.15</id>
<title>New version 2015.06.15</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/2015.06.15/">https://yt-dl.org/downloads/2015.06.15/</a>
@@ -8288,7 +8288,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.06.25</id>
<title>New version 2015.06.25</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/2015.06.25/">https://yt-dl.org/downloads/2015.06.25/</a>
@@ -8303,7 +8303,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.04</id>
<title>New version 2015.07.04</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/2015.07.04/">https://yt-dl.org/downloads/2015.07.04/</a>
@@ -8318,7 +8318,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.07</id>
<title>New version 2015.07.07</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/2015.07.07/">https://yt-dl.org/downloads/2015.07.07/</a>
@@ -8333,7 +8333,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.18</id>
<title>New version 2015.07.18</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/2015.07.18/">https://yt-dl.org/downloads/2015.07.18/</a>
@@ -8348,7 +8348,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.21</id>
<title>New version 2015.07.21</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/2015.07.21/">https://yt-dl.org/downloads/2015.07.21/</a>
@@ -8363,7 +8363,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.28</id>
<title>New version 2015.07.28</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/2015.07.28/">https://yt-dl.org/downloads/2015.07.28/</a>
@@ -8378,7 +8378,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.06.1</id>
<title>New version 2015.08.06.1</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/2015.08.06.1/">https://yt-dl.org/downloads/2015.08.06.1/</a>
@@ -8393,7 +8393,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.09</id>
<title>New version 2015.08.09</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/2015.08.09/">https://yt-dl.org/downloads/2015.08.09/</a>
@@ -8408,7 +8408,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.16</id>
<title>New version 2015.08.16</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/2015.08.16/">https://yt-dl.org/downloads/2015.08.16/</a>
@@ -8423,7 +8423,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.16.1</id>
<title>New version 2015.08.16.1</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/2015.08.16.1/">https://yt-dl.org/downloads/2015.08.16.1/</a>
@@ -8438,7 +8438,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.23</id>
<title>New version 2015.08.23</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/2015.08.23/">https://yt-dl.org/downloads/2015.08.23/</a>
@@ -8453,7 +8453,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.28</id>
<title>New version 2015.08.28</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/2015.08.28/">https://yt-dl.org/downloads/2015.08.28/</a>
@@ -8468,7 +8468,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.09.03</id>
<title>New version 2015.09.03</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/2015.09.03/">https://yt-dl.org/downloads/2015.09.03/</a>
@@ -8483,7 +8483,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.09.09</id>
<title>New version 2015.09.09</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/2015.09.09/">https://yt-dl.org/downloads/2015.09.09/</a>
@@ -8498,7 +8498,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.09.22</id>
<title>New version 2015.09.22</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/2015.09.22/">https://yt-dl.org/downloads/2015.09.22/</a>
@@ -8513,7 +8513,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.09.28</id>
<title>New version 2015.09.28</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/2015.09.28/">https://yt-dl.org/downloads/2015.09.28/</a>
@@ -8528,7 +8528,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.06</id>
<title>New version 2015.10.06</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/2015.10.06/">https://yt-dl.org/downloads/2015.10.06/</a>
@@ -8543,7 +8543,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.06.1</id>
<title>New version 2015.10.06.1</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/2015.10.06.1/">https://yt-dl.org/downloads/2015.10.06.1/</a>
@@ -8558,7 +8558,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.06.2</id>
<title>New version 2015.10.06.2</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/2015.10.06.2/">https://yt-dl.org/downloads/2015.10.06.2/</a>
@@ -8573,7 +8573,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.09</id>
<title>New version 2015.10.09</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/2015.10.09/">https://yt-dl.org/downloads/2015.10.09/</a>
@@ -8588,7 +8588,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.12</id>
<title>New version 2015.10.12</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/2015.10.12/">https://yt-dl.org/downloads/2015.10.12/</a>
@@ -8603,7 +8603,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.13</id>
<title>New version 2015.10.13</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/2015.10.13/">https://yt-dl.org/downloads/2015.10.13/</a>
@@ -8618,7 +8618,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.16</id>
<title>New version 2015.10.16</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/2015.10.16/">https://yt-dl.org/downloads/2015.10.16/</a>
@@ -8633,7 +8633,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.18</id>
<title>New version 2015.10.18</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/2015.10.18/">https://yt-dl.org/downloads/2015.10.18/</a>
@@ -8648,7 +8648,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.23</id>
<title>New version 2015.10.23</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/2015.10.23/">https://yt-dl.org/downloads/2015.10.23/</a>
@@ -8663,7 +8663,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.24</id>
<title>New version 2015.10.24</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/2015.10.24/">https://yt-dl.org/downloads/2015.10.24/</a>
@@ -8678,7 +8678,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.01</id>
<title>New version 2015.11.01</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/2015.11.01/">https://yt-dl.org/downloads/2015.11.01/</a>
@@ -8693,7 +8693,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.02</id>
<title>New version 2015.11.02</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/2015.11.02/">https://yt-dl.org/downloads/2015.11.02/</a>
@@ -8708,7 +8708,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.10</id>
<title>New version 2015.11.10</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/2015.11.10/">https://yt-dl.org/downloads/2015.11.10/</a>
@@ -8723,7 +8723,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.13</id>
<title>New version 2015.11.13</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/2015.11.13/">https://yt-dl.org/downloads/2015.11.13/</a>
@@ -8738,7 +8738,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.15</id>
<title>New version 2015.11.15</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/2015.11.15/">https://yt-dl.org/downloads/2015.11.15/</a>
@@ -8753,7 +8753,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.18</id>
<title>New version 2015.11.18</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/2015.11.18/">https://yt-dl.org/downloads/2015.11.18/</a>
@@ -8768,7 +8768,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.19</id>
<title>New version 2015.11.19</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/2015.11.19/">https://yt-dl.org/downloads/2015.11.19/</a>
@@ -8783,7 +8783,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.21</id>
<title>New version 2015.11.21</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/2015.11.21/">https://yt-dl.org/downloads/2015.11.21/</a>
@@ -8798,7 +8798,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.23</id>
<title>New version 2015.11.23</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/2015.11.23/">https://yt-dl.org/downloads/2015.11.23/</a>
@@ -8813,7 +8813,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.24</id>
<title>New version 2015.11.24</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/2015.11.24/">https://yt-dl.org/downloads/2015.11.24/</a>
@@ -8828,7 +8828,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.27.1</id>
<title>New version 2015.11.27.1</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/2015.11.27.1/">https://yt-dl.org/downloads/2015.11.27.1/</a>
@@ -8843,7 +8843,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.05</id>
<title>New version 2015.12.05</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/2015.12.05/">https://yt-dl.org/downloads/2015.12.05/</a>
@@ -8858,7 +8858,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.06</id>
<title>New version 2015.12.06</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/2015.12.06/">https://yt-dl.org/downloads/2015.12.06/</a>
@@ -8873,7 +8873,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.09</id>
<title>New version 2015.12.09</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/2015.12.09/">https://yt-dl.org/downloads/2015.12.09/</a>
@@ -8888,7 +8888,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.10</id>
<title>New version 2015.12.10</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/2015.12.10/">https://yt-dl.org/downloads/2015.12.10/</a>
@@ -8903,7 +8903,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.13</id>
<title>New version 2015.12.13</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/2015.12.13/">https://yt-dl.org/downloads/2015.12.13/</a>
@@ -8918,7 +8918,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.18</id>
<title>New version 2015.12.18</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/2015.12.18/">https://yt-dl.org/downloads/2015.12.18/</a>
@@ -8933,7 +8933,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.21</id>
<title>New version 2015.12.21</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/2015.12.21/">https://yt-dl.org/downloads/2015.12.21/</a>
@@ -8948,7 +8948,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.23</id>
<title>New version 2015.12.23</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/2015.12.23/">https://yt-dl.org/downloads/2015.12.23/</a>
@@ -8963,7 +8963,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.29</id>
<title>New version 2015.12.29</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/2015.12.29/">https://yt-dl.org/downloads/2015.12.29/</a>
@@ -8978,7 +8978,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.31</id>
<title>New version 2015.12.31</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/2015.12.31/">https://yt-dl.org/downloads/2015.12.31/</a>
@@ -8993,7 +8993,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.01</id>
<title>New version 2016.01.01</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/2016.01.01/">https://yt-dl.org/downloads/2016.01.01/</a>
@@ -9008,7 +9008,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.09</id>
<title>New version 2016.01.09</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/2016.01.09/">https://yt-dl.org/downloads/2016.01.09/</a>
@@ -9023,7 +9023,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.14</id>
<title>New version 2016.01.14</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/2016.01.14/">https://yt-dl.org/downloads/2016.01.14/</a>
@@ -9038,7 +9038,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.15</id>
<title>New version 2016.01.15</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/2016.01.15/">https://yt-dl.org/downloads/2016.01.15/</a>
@@ -9053,7 +9053,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.23</id>
<title>New version 2016.01.23</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/2016.01.23/">https://yt-dl.org/downloads/2016.01.23/</a>
@@ -9068,7 +9068,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.27</id>
<title>New version 2016.01.27</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/2016.01.27/">https://yt-dl.org/downloads/2016.01.27/</a>
@@ -9083,7 +9083,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.29</id>
<title>New version 2016.01.29</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/2016.01.29/">https://yt-dl.org/downloads/2016.01.29/</a>
@@ -9098,7 +9098,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.31</id>
<title>New version 2016.01.31</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/2016.01.31/">https://yt-dl.org/downloads/2016.01.31/</a>
@@ -9113,7 +9113,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.01</id>
<title>New version 2016.02.01</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/2016.02.01/">https://yt-dl.org/downloads/2016.02.01/</a>
@@ -9128,7 +9128,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.04</id>
<title>New version 2016.02.04</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/2016.02.04/">https://yt-dl.org/downloads/2016.02.04/</a>
@@ -9143,7 +9143,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.05</id>
<title>New version 2016.02.05</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/2016.02.05/">https://yt-dl.org/downloads/2016.02.05/</a>
@@ -9158,7 +9158,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.05.1</id>
<title>New version 2016.02.05.1</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/2016.02.05.1/">https://yt-dl.org/downloads/2016.02.05.1/</a>
@@ -9173,7 +9173,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.09</id>
<title>New version 2016.02.09</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/2016.02.09/">https://yt-dl.org/downloads/2016.02.09/</a>
@@ -9188,7 +9188,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.09.1</id>
<title>New version 2016.02.09.1</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/2016.02.09.1/">https://yt-dl.org/downloads/2016.02.09.1/</a>
@@ -9203,7 +9203,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.10</id>
<title>New version 2016.02.10</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/2016.02.10/">https://yt-dl.org/downloads/2016.02.10/</a>
@@ -9218,7 +9218,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.13</id>
<title>New version 2016.02.13</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/2016.02.13/">https://yt-dl.org/downloads/2016.02.13/</a>
@@ -9233,7 +9233,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.22</id>
<title>New version 2016.02.22</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/2016.02.22/">https://yt-dl.org/downloads/2016.02.22/</a>
@@ -9248,7 +9248,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.27</id>
<title>New version 2016.02.27</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/2016.02.27/">https://yt-dl.org/downloads/2016.02.27/</a>
@@ -9263,7 +9263,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.01</id>
<title>New version 2016.03.01</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/2016.03.01/">https://yt-dl.org/downloads/2016.03.01/</a>
@@ -9278,7 +9278,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.06</id>
<title>New version 2016.03.06</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/2016.03.06/">https://yt-dl.org/downloads/2016.03.06/</a>
@@ -9293,7 +9293,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.14</id>
<title>New version 2016.03.14</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/2016.03.14/">https://yt-dl.org/downloads/2016.03.14/</a>
@@ -9308,7 +9308,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.18</id>
<title>New version 2016.03.18</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/2016.03.18/">https://yt-dl.org/downloads/2016.03.18/</a>
@@ -9323,7 +9323,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.25</id>
<title>New version 2016.03.25</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/2016.03.25/">https://yt-dl.org/downloads/2016.03.25/</a>
@@ -9338,7 +9338,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.26</id>
<title>New version 2016.03.26</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/2016.03.26/">https://yt-dl.org/downloads/2016.03.26/</a>
@@ -9353,7 +9353,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.27</id>
<title>New version 2016.03.27</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/2016.03.27/">https://yt-dl.org/downloads/2016.03.27/</a>
@@ -9368,7 +9368,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.04.01</id>
<title>New version 2016.04.01</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/2016.04.01/">https://yt-dl.org/downloads/2016.04.01/</a>
@@ -9383,7 +9383,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.04.05</id>
<title>New version 2016.04.05</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/2016.04.05/">https://yt-dl.org/downloads/2016.04.05/</a>
@@ -9398,7 +9398,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.04.06</id>
<title>New version 2016.04.06</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/2016.04.06/">https://yt-dl.org/downloads/2016.04.06/</a>
@@ -9413,7 +9413,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.04.13</id>
<title>New version 2016.04.13</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/2016.04.13/">https://yt-dl.org/downloads/2016.04.13/</a>
@@ -9428,7 +9428,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.04.19</id>
<title>New version 2016.04.19</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/2016.04.19/">https://yt-dl.org/downloads/2016.04.19/</a>
@@ -9443,7 +9443,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.04.24</id>
<title>New version 2016.04.24</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/2016.04.24/">https://yt-dl.org/downloads/2016.04.24/</a>
@@ -9458,7 +9458,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.05.01</id>
<title>New version 2016.05.01</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/2016.05.01/">https://yt-dl.org/downloads/2016.05.01/</a>
@@ -9473,7 +9473,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.05.10</id>
<title>New version 2016.05.10</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/2016.05.10/">https://yt-dl.org/downloads/2016.05.10/</a>
@@ -9488,7 +9488,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.05.16</id>
<title>New version 2016.05.16</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/2016.05.16/">https://yt-dl.org/downloads/2016.05.16/</a>
@@ -9503,7 +9503,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.05.21.2</id>
<title>New version 2016.05.21.2</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/2016.05.21.2/">https://yt-dl.org/downloads/2016.05.21.2/</a>
@@ -9518,7 +9518,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.05.30</id>
<title>New version 2016.05.30</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/2016.05.30/">https://yt-dl.org/downloads/2016.05.30/</a>
@@ -9533,7 +9533,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.05.30.1</id>
<title>New version 2016.05.30.1</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/2016.05.30.1/">https://yt-dl.org/downloads/2016.05.30.1/</a>
@@ -9548,7 +9548,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.05.30.2</id>
<title>New version 2016.05.30.2</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/2016.05.30.2/">https://yt-dl.org/downloads/2016.05.30.2/</a>
@@ -9563,7 +9563,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.02</id>
<title>New version 2016.06.02</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/2016.06.02/">https://yt-dl.org/downloads/2016.06.02/</a>
@@ -9578,7 +9578,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.03</id>
<title>New version 2016.06.03</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/2016.06.03/">https://yt-dl.org/downloads/2016.06.03/</a>
@@ -9593,7 +9593,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.11</id>
<title>New version 2016.06.11</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/2016.06.11/">https://yt-dl.org/downloads/2016.06.11/</a>
@@ -9608,7 +9608,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.11.1</id>
<title>New version 2016.06.11.1</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/2016.06.11.1/">https://yt-dl.org/downloads/2016.06.11.1/</a>
@@ -9623,7 +9623,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.11.3</id>
<title>New version 2016.06.11.3</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/2016.06.11.3/">https://yt-dl.org/downloads/2016.06.11.3/</a>
@@ -9638,7 +9638,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.12</id>
<title>New version 2016.06.12</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/2016.06.12/">https://yt-dl.org/downloads/2016.06.12/</a>
@@ -9653,7 +9653,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.14</id>
<title>New version 2016.06.14</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/2016.06.14/">https://yt-dl.org/downloads/2016.06.14/</a>
@@ -9668,7 +9668,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.16</id>
<title>New version 2016.06.16</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/2016.06.16/">https://yt-dl.org/downloads/2016.06.16/</a>
@@ -9683,7 +9683,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.18.1</id>
<title>New version 2016.06.18.1</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/2016.06.18.1/">https://yt-dl.org/downloads/2016.06.18.1/</a>
@@ -9698,7 +9698,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.19</id>
<title>New version 2016.06.19</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/2016.06.19/">https://yt-dl.org/downloads/2016.06.19/</a>
@@ -9713,7 +9713,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.19.1</id>
<title>New version 2016.06.19.1</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/2016.06.19.1/">https://yt-dl.org/downloads/2016.06.19.1/</a>
@@ -9728,7 +9728,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.20</id>
<title>New version 2016.06.20</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/2016.06.20/">https://yt-dl.org/downloads/2016.06.20/</a>
@@ -9743,7 +9743,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.22</id>
<title>New version 2016.06.22</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/2016.06.22/">https://yt-dl.org/downloads/2016.06.22/</a>
@@ -9758,7 +9758,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.23</id>
<title>New version 2016.06.23</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/2016.06.23/">https://yt-dl.org/downloads/2016.06.23/</a>
@@ -9773,7 +9773,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.23.1</id>
<title>New version 2016.06.23.1</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/2016.06.23.1/">https://yt-dl.org/downloads/2016.06.23.1/</a>
@@ -9788,7 +9788,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.25</id>
<title>New version 2016.06.25</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/2016.06.25/">https://yt-dl.org/downloads/2016.06.25/</a>
@@ -9803,7 +9803,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.26</id>
<title>New version 2016.06.26</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/2016.06.26/">https://yt-dl.org/downloads/2016.06.26/</a>
@@ -9818,7 +9818,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.27</id>
<title>New version 2016.06.27</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/2016.06.27/">https://yt-dl.org/downloads/2016.06.27/</a>
@@ -9833,7 +9833,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.30</id>
<title>New version 2016.06.30</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/2016.06.30/">https://yt-dl.org/downloads/2016.06.30/</a>
@@ -9848,7 +9848,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.01</id>
<title>New version 2016.07.01</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/2016.07.01/">https://yt-dl.org/downloads/2016.07.01/</a>
@@ -9863,7 +9863,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.02</id>
<title>New version 2016.07.02</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/2016.07.02/">https://yt-dl.org/downloads/2016.07.02/</a>
@@ -9878,7 +9878,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.03</id>
<title>New version 2016.07.03</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/2016.07.03/">https://yt-dl.org/downloads/2016.07.03/</a>
@@ -9893,7 +9893,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.03.1</id>
<title>New version 2016.07.03.1</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/2016.07.03.1/">https://yt-dl.org/downloads/2016.07.03.1/</a>
@@ -9908,7 +9908,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.05</id>
<title>New version 2016.07.05</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/2016.07.05/">https://yt-dl.org/downloads/2016.07.05/</a>
@@ -9923,7 +9923,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.06</id>
<title>New version 2016.07.06</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/2016.07.06/">https://yt-dl.org/downloads/2016.07.06/</a>
@@ -9938,7 +9938,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.07</id>
<title>New version 2016.07.07</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/2016.07.07/">https://yt-dl.org/downloads/2016.07.07/</a>
@@ -9953,7 +9953,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.09</id>
<title>New version 2016.07.09</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/2016.07.09/">https://yt-dl.org/downloads/2016.07.09/</a>
@@ -9968,7 +9968,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.09.1</id>
<title>New version 2016.07.09.1</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/2016.07.09.1/">https://yt-dl.org/downloads/2016.07.09.1/</a>
@@ -9983,7 +9983,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.09.2</id>
<title>New version 2016.07.09.2</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/2016.07.09.2/">https://yt-dl.org/downloads/2016.07.09.2/</a>
@@ -9998,7 +9998,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.11</id>
<title>New version 2016.07.11</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/2016.07.11/">https://yt-dl.org/downloads/2016.07.11/</a>
@@ -10013,7 +10013,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.13</id>
<title>New version 2016.07.13</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/2016.07.13/">https://yt-dl.org/downloads/2016.07.13/</a>
@@ -10028,7 +10028,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.16</id>
<title>New version 2016.07.16</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/2016.07.16/">https://yt-dl.org/downloads/2016.07.16/</a>
@@ -10043,7 +10043,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.17</id>
<title>New version 2016.07.17</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/2016.07.17/">https://yt-dl.org/downloads/2016.07.17/</a>
@@ -10058,7 +10058,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.22</id>
<title>New version 2016.07.22</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/2016.07.22/">https://yt-dl.org/downloads/2016.07.22/</a>
@@ -10073,7 +10073,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.24</id>
<title>New version 2016.07.24</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/2016.07.24/">https://yt-dl.org/downloads/2016.07.24/</a>
@@ -10088,7 +10088,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.26.2</id>
<title>New version 2016.07.26.2</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/2016.07.26.2/">https://yt-dl.org/downloads/2016.07.26.2/</a>
@@ -10103,7 +10103,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.28</id>
<title>New version 2016.07.28</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/2016.07.28/">https://yt-dl.org/downloads/2016.07.28/</a>
@@ -10118,7 +10118,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.30</id>
<title>New version 2016.07.30</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/2016.07.30/">https://yt-dl.org/downloads/2016.07.30/</a>
@@ -10133,7 +10133,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.01</id>
<title>New version 2016.08.01</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/2016.08.01/">https://yt-dl.org/downloads/2016.08.01/</a>
@@ -10148,7 +10148,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.06</id>
<title>New version 2016.08.06</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/2016.08.06/">https://yt-dl.org/downloads/2016.08.06/</a>
@@ -10163,7 +10163,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.07</id>
<title>New version 2016.08.07</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/2016.08.07/">https://yt-dl.org/downloads/2016.08.07/</a>
@@ -10178,7 +10178,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.10</id>
<title>New version 2016.08.10</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/2016.08.10/">https://yt-dl.org/downloads/2016.08.10/</a>
@@ -10193,7 +10193,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.12</id>
<title>New version 2016.08.12</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/2016.08.12/">https://yt-dl.org/downloads/2016.08.12/</a>
@@ -10208,7 +10208,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.13</id>
<title>New version 2016.08.13</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/2016.08.13/">https://yt-dl.org/downloads/2016.08.13/</a>
@@ -10223,7 +10223,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.17</id>
<title>New version 2016.08.17</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/2016.08.17/">https://yt-dl.org/downloads/2016.08.17/</a>
@@ -10238,7 +10238,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.19</id>
<title>New version 2016.08.19</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/2016.08.19/">https://yt-dl.org/downloads/2016.08.19/</a>
@@ -10253,7 +10253,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.22</id>
<title>New version 2016.08.22</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/2016.08.22/">https://yt-dl.org/downloads/2016.08.22/</a>
@@ -10268,7 +10268,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.24</id>
<title>New version 2016.08.24</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/2016.08.24/">https://yt-dl.org/downloads/2016.08.24/</a>
@@ -10283,7 +10283,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.24.1</id>
<title>New version 2016.08.24.1</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/2016.08.24.1/">https://yt-dl.org/downloads/2016.08.24.1/</a>
@@ -10298,7 +10298,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.28</id>
<title>New version 2016.08.28</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/2016.08.28/">https://yt-dl.org/downloads/2016.08.28/</a>
@@ -10313,7 +10313,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.08.31</id>
<title>New version 2016.08.31</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/2016.08.31/">https://yt-dl.org/downloads/2016.08.31/</a>
@@ -10328,7 +10328,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.03</id>
<title>New version 2016.09.03</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/2016.09.03/">https://yt-dl.org/downloads/2016.09.03/</a>
@@ -10343,7 +10343,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.04</id>
<title>New version 2016.09.04</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/2016.09.04/">https://yt-dl.org/downloads/2016.09.04/</a>
@@ -10358,7 +10358,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.04.1</id>
<title>New version 2016.09.04.1</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/2016.09.04.1/">https://yt-dl.org/downloads/2016.09.04.1/</a>
@@ -10373,7 +10373,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.08</id>
<title>New version 2016.09.08</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/2016.09.08/">https://yt-dl.org/downloads/2016.09.08/</a>
@@ -10388,7 +10388,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.11</id>
<title>New version 2016.09.11</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/2016.09.11/">https://yt-dl.org/downloads/2016.09.11/</a>
@@ -10403,7 +10403,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.11.1</id>
<title>New version 2016.09.11.1</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/2016.09.11.1/">https://yt-dl.org/downloads/2016.09.11.1/</a>
@@ -10418,7 +10418,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.15</id>
<title>New version 2016.09.15</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/2016.09.15/">https://yt-dl.org/downloads/2016.09.15/</a>
@@ -10433,7 +10433,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.18</id>
<title>New version 2016.09.18</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/2016.09.18/">https://yt-dl.org/downloads/2016.09.18/</a>
@@ -10448,7 +10448,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.19</id>
<title>New version 2016.09.19</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/2016.09.19/">https://yt-dl.org/downloads/2016.09.19/</a>
@@ -10463,7 +10463,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.24</id>
<title>New version 2016.09.24</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/2016.09.24/">https://yt-dl.org/downloads/2016.09.24/</a>
@@ -10478,7 +10478,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.27</id>
<title>New version 2016.09.27</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/2016.09.27/">https://yt-dl.org/downloads/2016.09.27/</a>
@@ -10493,7 +10493,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.02</id>
<title>New version 2016.10.02</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/2016.10.02/">https://yt-dl.org/downloads/2016.10.02/</a>
@@ -10508,7 +10508,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.07</id>
<title>New version 2016.10.07</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/2016.10.07/">https://yt-dl.org/downloads/2016.10.07/</a>
@@ -10523,7 +10523,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.12</id>
<title>New version 2016.10.12</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/2016.10.12/">https://yt-dl.org/downloads/2016.10.12/</a>
@@ -10538,7 +10538,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.16</id>
<title>New version 2016.10.16</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/2016.10.16/">https://yt-dl.org/downloads/2016.10.16/</a>
@@ -10553,7 +10553,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.19</id>
<title>New version 2016.10.19</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/2016.10.19/">https://yt-dl.org/downloads/2016.10.19/</a>
@@ -10568,7 +10568,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.21</id>
<title>New version 2016.10.21</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/2016.10.21/">https://yt-dl.org/downloads/2016.10.21/</a>
@@ -10583,7 +10583,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.21.1</id>
<title>New version 2016.10.21.1</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/2016.10.21.1/">https://yt-dl.org/downloads/2016.10.21.1/</a>
@@ -10598,7 +10598,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.25</id>
<title>New version 2016.10.25</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/2016.10.25/">https://yt-dl.org/downloads/2016.10.25/</a>
@@ -10613,7 +10613,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.26</id>
<title>New version 2016.10.26</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/2016.10.26/">https://yt-dl.org/downloads/2016.10.26/</a>
@@ -10628,7 +10628,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.31</id>
<title>New version 2016.10.31</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/2016.10.31/">https://yt-dl.org/downloads/2016.10.31/</a>
@@ -10643,7 +10643,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.02</id>
<title>New version 2016.11.02</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/2016.11.02/">https://yt-dl.org/downloads/2016.11.02/</a>
@@ -10658,7 +10658,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.04</id>
<title>New version 2016.11.04</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/2016.11.04/">https://yt-dl.org/downloads/2016.11.04/</a>
@@ -10673,7 +10673,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.08</id>
<title>New version 2016.11.08</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/2016.11.08/">https://yt-dl.org/downloads/2016.11.08/</a>
@@ -10688,7 +10688,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.08.1</id>
<title>New version 2016.11.08.1</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/2016.11.08.1/">https://yt-dl.org/downloads/2016.11.08.1/</a>
@@ -10703,7 +10703,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.14.1</id>
<title>New version 2016.11.14.1</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/2016.11.14.1/">https://yt-dl.org/downloads/2016.11.14.1/</a>
@@ -10718,7 +10718,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.18</id>
<title>New version 2016.11.18</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/2016.11.18/">https://yt-dl.org/downloads/2016.11.18/</a>
@@ -10733,7 +10733,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.22</id>
<title>New version 2016.11.22</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/2016.11.22/">https://yt-dl.org/downloads/2016.11.22/</a>
@@ -10748,7 +10748,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.27</id>
<title>New version 2016.11.27</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/2016.11.27/">https://yt-dl.org/downloads/2016.11.27/</a>
@@ -10763,7 +10763,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.01</id>
<title>New version 2016.12.01</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/2016.12.01/">https://yt-dl.org/downloads/2016.12.01/</a>
@@ -10778,7 +10778,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.09</id>
<title>New version 2016.12.09</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/2016.12.09/">https://yt-dl.org/downloads/2016.12.09/</a>
@@ -10793,7 +10793,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.12</id>
<title>New version 2016.12.12</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/2016.12.12/">https://yt-dl.org/downloads/2016.12.12/</a>
@@ -10808,7 +10808,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.15</id>
<title>New version 2016.12.15</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/2016.12.15/">https://yt-dl.org/downloads/2016.12.15/</a>
@@ -10823,7 +10823,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.18</id>
<title>New version 2016.12.18</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/2016.12.18/">https://yt-dl.org/downloads/2016.12.18/</a>
@@ -10838,7 +10838,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.20</id>
<title>New version 2016.12.20</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/2016.12.20/">https://yt-dl.org/downloads/2016.12.20/</a>
@@ -10853,7 +10853,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.22</id>
<title>New version 2016.12.22</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/2016.12.22/">https://yt-dl.org/downloads/2016.12.22/</a>
@@ -10868,7 +10868,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.31</id>
<title>New version 2016.12.31</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/2016.12.31/">https://yt-dl.org/downloads/2016.12.31/</a>
@@ -10883,7 +10883,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.02</id>
<title>New version 2017.01.02</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/2017.01.02/">https://yt-dl.org/downloads/2017.01.02/</a>
@@ -10898,7 +10898,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.05</id>
<title>New version 2017.01.05</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/2017.01.05/">https://yt-dl.org/downloads/2017.01.05/</a>
@@ -10913,7 +10913,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.08</id>
<title>New version 2017.01.08</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/2017.01.08/">https://yt-dl.org/downloads/2017.01.08/</a>
@@ -10928,7 +10928,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.10</id>
<title>New version 2017.01.10</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/2017.01.10/">https://yt-dl.org/downloads/2017.01.10/</a>
@@ -10943,7 +10943,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.14</id>
<title>New version 2017.01.14</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/2017.01.14/">https://yt-dl.org/downloads/2017.01.14/</a>
@@ -10958,7 +10958,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.16</id>
<title>New version 2017.01.16</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/2017.01.16/">https://yt-dl.org/downloads/2017.01.16/</a>
@@ -10973,7 +10973,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.18</id>
<title>New version 2017.01.18</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/2017.01.18/">https://yt-dl.org/downloads/2017.01.18/</a>
@@ -10988,7 +10988,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.22</id>
<title>New version 2017.01.22</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/2017.01.22/">https://yt-dl.org/downloads/2017.01.22/</a>
@@ -11003,7 +11003,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.24</id>
<title>New version 2017.01.24</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/2017.01.24/">https://yt-dl.org/downloads/2017.01.24/</a>
@@ -11018,7 +11018,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.25</id>
<title>New version 2017.01.25</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/2017.01.25/">https://yt-dl.org/downloads/2017.01.25/</a>
@@ -11033,7 +11033,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.28</id>
<title>New version 2017.01.28</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/2017.01.28/">https://yt-dl.org/downloads/2017.01.28/</a>
@@ -11048,7 +11048,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.29</id>
<title>New version 2017.01.29</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/2017.01.29/">https://yt-dl.org/downloads/2017.01.29/</a>
@@ -11063,7 +11063,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.31</id>
<title>New version 2017.01.31</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/2017.01.31/">https://yt-dl.org/downloads/2017.01.31/</a>
@@ -11078,7 +11078,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.01</id>
<title>New version 2017.02.01</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/2017.02.01/">https://yt-dl.org/downloads/2017.02.01/</a>
@@ -11093,7 +11093,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.04</id>
<title>New version 2017.02.04</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/2017.02.04/">https://yt-dl.org/downloads/2017.02.04/</a>
@@ -11108,7 +11108,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.04.1</id>
<title>New version 2017.02.04.1</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/2017.02.04.1/">https://yt-dl.org/downloads/2017.02.04.1/</a>
@@ -11123,7 +11123,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.07</id>
<title>New version 2017.02.07</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/2017.02.07/">https://yt-dl.org/downloads/2017.02.07/</a>
@@ -11138,7 +11138,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.10</id>
<title>New version 2017.02.10</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/2017.02.10/">https://yt-dl.org/downloads/2017.02.10/</a>
@@ -11153,7 +11153,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.11</id>
<title>New version 2017.02.11</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/2017.02.11/">https://yt-dl.org/downloads/2017.02.11/</a>
@@ -11168,7 +11168,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.14</id>
<title>New version 2017.02.14</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/2017.02.14/">https://yt-dl.org/downloads/2017.02.14/</a>
@@ -11183,7 +11183,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.16</id>
<title>New version 2017.02.16</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/2017.02.16/">https://yt-dl.org/downloads/2017.02.16/</a>
@@ -11198,7 +11198,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.17</id>
<title>New version 2017.02.17</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/2017.02.17/">https://yt-dl.org/downloads/2017.02.17/</a>
@@ -11213,7 +11213,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.21</id>
<title>New version 2017.02.21</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/2017.02.21/">https://yt-dl.org/downloads/2017.02.21/</a>
@@ -11228,7 +11228,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.22</id>
<title>New version 2017.02.22</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/2017.02.22/">https://yt-dl.org/downloads/2017.02.22/</a>
@@ -11243,7 +11243,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.24</id>
<title>New version 2017.02.24</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/2017.02.24/">https://yt-dl.org/downloads/2017.02.24/</a>
@@ -11258,7 +11258,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.24.1</id>
<title>New version 2017.02.24.1</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/2017.02.24.1/">https://yt-dl.org/downloads/2017.02.24.1/</a>
@@ -11273,7 +11273,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.27</id>
<title>New version 2017.02.27</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/2017.02.27/">https://yt-dl.org/downloads/2017.02.27/</a>
@@ -11288,7 +11288,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.28</id>
<title>New version 2017.02.28</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/2017.02.28/">https://yt-dl.org/downloads/2017.02.28/</a>
@@ -11303,7 +11303,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.02</id>
<title>New version 2017.03.02</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/2017.03.02/">https://yt-dl.org/downloads/2017.03.02/</a>
@@ -11318,7 +11318,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.05</id>
<title>New version 2017.03.05</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/2017.03.05/">https://yt-dl.org/downloads/2017.03.05/</a>
@@ -11333,7 +11333,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.06</id>
<title>New version 2017.03.06</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/2017.03.06/">https://yt-dl.org/downloads/2017.03.06/</a>
@@ -11348,7 +11348,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.07</id>
<title>New version 2017.03.07</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/2017.03.07/">https://yt-dl.org/downloads/2017.03.07/</a>
@@ -11363,7 +11363,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.10</id>
<title>New version 2017.03.10</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/2017.03.10/">https://yt-dl.org/downloads/2017.03.10/</a>
@@ -11378,7 +11378,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.15</id>
<title>New version 2017.03.15</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/2017.03.15/">https://yt-dl.org/downloads/2017.03.15/</a>
@@ -11393,7 +11393,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.16</id>
<title>New version 2017.03.16</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/2017.03.16/">https://yt-dl.org/downloads/2017.03.16/</a>
@@ -11408,7 +11408,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.20</id>
<title>New version 2017.03.20</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/2017.03.20/">https://yt-dl.org/downloads/2017.03.20/</a>
@@ -11423,7 +11423,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.22</id>
<title>New version 2017.03.22</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/2017.03.22/">https://yt-dl.org/downloads/2017.03.22/</a>
@@ -11438,7 +11438,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.24</id>
<title>New version 2017.03.24</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/2017.03.24/">https://yt-dl.org/downloads/2017.03.24/</a>
@@ -11453,7 +11453,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.26</id>
<title>New version 2017.03.26</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/2017.03.26/">https://yt-dl.org/downloads/2017.03.26/</a>
@@ -11468,7 +11468,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.02</id>
<title>New version 2017.04.02</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/2017.04.02/">https://yt-dl.org/downloads/2017.04.02/</a>
@@ -11483,7 +11483,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.03</id>
<title>New version 2017.04.03</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/2017.04.03/">https://yt-dl.org/downloads/2017.04.03/</a>
@@ -11498,7 +11498,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.09</id>
<title>New version 2017.04.09</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/2017.04.09/">https://yt-dl.org/downloads/2017.04.09/</a>
@@ -11513,7 +11513,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.11</id>
<title>New version 2017.04.11</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/2017.04.11/">https://yt-dl.org/downloads/2017.04.11/</a>
@@ -11528,7 +11528,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.14</id>
<title>New version 2017.04.14</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/2017.04.14/">https://yt-dl.org/downloads/2017.04.14/</a>
@@ -11543,7 +11543,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.15</id>
<title>New version 2017.04.15</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/2017.04.15/">https://yt-dl.org/downloads/2017.04.15/</a>
@@ -11558,7 +11558,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.16</id>
<title>New version 2017.04.16</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/2017.04.16/">https://yt-dl.org/downloads/2017.04.16/</a>
@@ -11573,7 +11573,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.17</id>
<title>New version 2017.04.17</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/2017.04.17/">https://yt-dl.org/downloads/2017.04.17/</a>
@@ -11588,7 +11588,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.26</id>
<title>New version 2017.04.26</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/2017.04.26/">https://yt-dl.org/downloads/2017.04.26/</a>
@@ -11603,7 +11603,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.28</id>
<title>New version 2017.04.28</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/2017.04.28/">https://yt-dl.org/downloads/2017.04.28/</a>
@@ -11618,7 +11618,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.01</id>
<title>New version 2017.05.01</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/2017.05.01/">https://yt-dl.org/downloads/2017.05.01/</a>
@@ -11633,7 +11633,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.07</id>
<title>New version 2017.05.07</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/2017.05.07/">https://yt-dl.org/downloads/2017.05.07/</a>
@@ -11648,7 +11648,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.09</id>
<title>New version 2017.05.09</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/2017.05.09/">https://yt-dl.org/downloads/2017.05.09/</a>
@@ -11663,7 +11663,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.14</id>
<title>New version 2017.05.14</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/2017.05.14/">https://yt-dl.org/downloads/2017.05.14/</a>
@@ -11678,7 +11678,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.18</id>
<title>New version 2017.05.18</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/2017.05.18/">https://yt-dl.org/downloads/2017.05.18/</a>
@@ -11693,7 +11693,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.18.1</id>
<title>New version 2017.05.18.1</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/2017.05.18.1/">https://yt-dl.org/downloads/2017.05.18.1/</a>
@@ -11708,7 +11708,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.23</id>
<title>New version 2017.05.23</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/2017.05.23/">https://yt-dl.org/downloads/2017.05.23/</a>
@@ -11723,7 +11723,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.26</id>
<title>New version 2017.05.26</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/2017.05.26/">https://yt-dl.org/downloads/2017.05.26/</a>
@@ -11738,7 +11738,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.29</id>
<title>New version 2017.05.29</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/2017.05.29/">https://yt-dl.org/downloads/2017.05.29/</a>
@@ -11753,7 +11753,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.06.05</id>
<title>New version 2017.06.05</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/2017.06.05/">https://yt-dl.org/downloads/2017.06.05/</a>
@@ -11768,7 +11768,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.06.12</id>
<title>New version 2017.06.12</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/2017.06.12/">https://yt-dl.org/downloads/2017.06.12/</a>
@@ -11783,7 +11783,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.06.18</id>
<title>New version 2017.06.18</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/2017.06.18/">https://yt-dl.org/downloads/2017.06.18/</a>
@@ -11798,7 +11798,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.06.23</id>
<title>New version 2017.06.23</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/2017.06.23/">https://yt-dl.org/downloads/2017.06.23/</a>
@@ -11813,7 +11813,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.06.25</id>
<title>New version 2017.06.25</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/2017.06.25/">https://yt-dl.org/downloads/2017.06.25/</a>
@@ -11828,7 +11828,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.07.02</id>
<title>New version 2017.07.02</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/2017.07.02/">https://yt-dl.org/downloads/2017.07.02/</a>
@@ -11843,7 +11843,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.07.09</id>
<title>New version 2017.07.09</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/2017.07.09/">https://yt-dl.org/downloads/2017.07.09/</a>
@@ -11858,7 +11858,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.07.15</id>
<title>New version 2017.07.15</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/2017.07.15/">https://yt-dl.org/downloads/2017.07.15/</a>
@@ -11873,7 +11873,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.07.23</id>
<title>New version 2017.07.23</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/2017.07.23/">https://yt-dl.org/downloads/2017.07.23/</a>
@@ -11888,7 +11888,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.07.30.1</id>
<title>New version 2017.07.30.1</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/2017.07.30.1/">https://yt-dl.org/downloads/2017.07.30.1/</a>
@@ -11903,7 +11903,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.06</id>
<title>New version 2017.08.06</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/2017.08.06/">https://yt-dl.org/downloads/2017.08.06/</a>
@@ -11918,7 +11918,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.09</id>
<title>New version 2017.08.09</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/2017.08.09/">https://yt-dl.org/downloads/2017.08.09/</a>
@@ -11933,7 +11933,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.13</id>
<title>New version 2017.08.13</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/2017.08.13/">https://yt-dl.org/downloads/2017.08.13/</a>
@@ -11948,7 +11948,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.18</id>
<title>New version 2017.08.18</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/2017.08.18/">https://yt-dl.org/downloads/2017.08.18/</a>
@@ -11963,7 +11963,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.23</id>
<title>New version 2017.08.23</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/2017.08.23/">https://yt-dl.org/downloads/2017.08.23/</a>
@@ -11978,7 +11978,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.27</id>
<title>New version 2017.08.27</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/2017.08.27/">https://yt-dl.org/downloads/2017.08.27/</a>
@@ -11993,7 +11993,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.27.1</id>
<title>New version 2017.08.27.1</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/2017.08.27.1/">https://yt-dl.org/downloads/2017.08.27.1/</a>
@@ -12008,7 +12008,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.09.02</id>
<title>New version 2017.09.02</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/2017.09.02/">https://yt-dl.org/downloads/2017.09.02/</a>
@@ -12023,7 +12023,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.09.10</id>
<title>New version 2017.09.10</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/2017.09.10/">https://yt-dl.org/downloads/2017.09.10/</a>
@@ -12038,7 +12038,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.09.11</id>
<title>New version 2017.09.11</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/2017.09.11/">https://yt-dl.org/downloads/2017.09.11/</a>
@@ -12053,7 +12053,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.09.15</id>
<title>New version 2017.09.15</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/2017.09.15/">https://yt-dl.org/downloads/2017.09.15/</a>
@@ -12068,7 +12068,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.09.24</id>
<title>New version 2017.09.24</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/2017.09.24/">https://yt-dl.org/downloads/2017.09.24/</a>
@@ -12083,7 +12083,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.01</id>
<title>New version 2017.10.01</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/2017.10.01/">https://yt-dl.org/downloads/2017.10.01/</a>
@@ -12098,7 +12098,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.07</id>
<title>New version 2017.10.07</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/2017.10.07/">https://yt-dl.org/downloads/2017.10.07/</a>
@@ -12113,7 +12113,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.12</id>
<title>New version 2017.10.12</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/2017.10.12/">https://yt-dl.org/downloads/2017.10.12/</a>
@@ -12128,7 +12128,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.15</id>
<title>New version 2017.10.15</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/2017.10.15/">https://yt-dl.org/downloads/2017.10.15/</a>
@@ -12143,7 +12143,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.15.1</id>
<title>New version 2017.10.15.1</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/2017.10.15.1/">https://yt-dl.org/downloads/2017.10.15.1/</a>
@@ -12158,7 +12158,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.20</id>
<title>New version 2017.10.20</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/2017.10.20/">https://yt-dl.org/downloads/2017.10.20/</a>
@@ -12173,7 +12173,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.29</id>
<title>New version 2017.10.29</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/2017.10.29/">https://yt-dl.org/downloads/2017.10.29/</a>
@@ -12188,7 +12188,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.11.06</id>
<title>New version 2017.11.06</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/2017.11.06/">https://yt-dl.org/downloads/2017.11.06/</a>
@@ -12203,7 +12203,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.11.15</id>
<title>New version 2017.11.15</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/2017.11.15/">https://yt-dl.org/downloads/2017.11.15/</a>
@@ -12218,7 +12218,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.11.26</id>
<title>New version 2017.11.26</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/2017.11.26/">https://yt-dl.org/downloads/2017.11.26/</a>
@@ -12233,7 +12233,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.02</id>
<title>New version 2017.12.02</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/2017.12.02/">https://yt-dl.org/downloads/2017.12.02/</a>
@@ -12248,7 +12248,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.10</id>
<title>New version 2017.12.10</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/2017.12.10/">https://yt-dl.org/downloads/2017.12.10/</a>
@@ -12263,7 +12263,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.14</id>
<title>New version 2017.12.14</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/2017.12.14/">https://yt-dl.org/downloads/2017.12.14/</a>
@@ -12278,7 +12278,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.23</id>
<title>New version 2017.12.23</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/2017.12.23/">https://yt-dl.org/downloads/2017.12.23/</a>
@@ -12293,7 +12293,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.28</id>
<title>New version 2017.12.28</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/2017.12.28/">https://yt-dl.org/downloads/2017.12.28/</a>
@@ -12308,7 +12308,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.31</id>
<title>New version 2017.12.31</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/2017.12.31/">https://yt-dl.org/downloads/2017.12.31/</a>
@@ -12323,7 +12323,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.01.07</id>
<title>New version 2018.01.07</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/2018.01.07/">https://yt-dl.org/downloads/2018.01.07/</a>
@@ -12338,7 +12338,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.01.14</id>
<title>New version 2018.01.14</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/2018.01.14/">https://yt-dl.org/downloads/2018.01.14/</a>
@@ -12353,7 +12353,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.01.18</id>
<title>New version 2018.01.18</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/2018.01.18/">https://yt-dl.org/downloads/2018.01.18/</a>
@@ -12368,7 +12368,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.01.21</id>
<title>New version 2018.01.21</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/2018.01.21/">https://yt-dl.org/downloads/2018.01.21/</a>
@@ -12383,7 +12383,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.01.27</id>
<title>New version 2018.01.27</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/2018.01.27/">https://yt-dl.org/downloads/2018.01.27/</a>
@@ -12398,7 +12398,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.03</id>
<title>New version 2018.02.03</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/2018.02.03/">https://yt-dl.org/downloads/2018.02.03/</a>
@@ -12413,7 +12413,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.04</id>
<title>New version 2018.02.04</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/2018.02.04/">https://yt-dl.org/downloads/2018.02.04/</a>
@@ -12428,7 +12428,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.08</id>
<title>New version 2018.02.08</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/2018.02.08/">https://yt-dl.org/downloads/2018.02.08/</a>
@@ -12443,7 +12443,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.11</id>
<title>New version 2018.02.11</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/2018.02.11/">https://yt-dl.org/downloads/2018.02.11/</a>
@@ -12458,7 +12458,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.22</id>
<title>New version 2018.02.22</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/2018.02.22/">https://yt-dl.org/downloads/2018.02.22/</a>
@@ -12473,7 +12473,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.25</id>
<title>New version 2018.02.25</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/2018.02.25/">https://yt-dl.org/downloads/2018.02.25/</a>
@@ -12488,7 +12488,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.26</id>
<title>New version 2018.02.26</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/2018.02.26/">https://yt-dl.org/downloads/2018.02.26/</a>
@@ -12503,7 +12503,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.03</id>
<title>New version 2018.03.03</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/2018.03.03/">https://yt-dl.org/downloads/2018.03.03/</a>
@@ -12518,7 +12518,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.10</id>
<title>New version 2018.03.10</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/2018.03.10/">https://yt-dl.org/downloads/2018.03.10/</a>
@@ -12533,7 +12533,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.14</id>
<title>New version 2018.03.14</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/2018.03.14/">https://yt-dl.org/downloads/2018.03.14/</a>
@@ -12548,7 +12548,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.20</id>
<title>New version 2018.03.20</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/2018.03.20/">https://yt-dl.org/downloads/2018.03.20/</a>
@@ -12563,7 +12563,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.26</id>
<title>New version 2018.03.26</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/2018.03.26/">https://yt-dl.org/downloads/2018.03.26/</a>
@@ -12578,7 +12578,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.26.1</id>
<title>New version 2018.03.26.1</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/2018.03.26.1/">https://yt-dl.org/downloads/2018.03.26.1/</a>
@@ -12593,7 +12593,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.04.03</id>
<title>New version 2018.04.03</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/2018.04.03/">https://yt-dl.org/downloads/2018.04.03/</a>
@@ -12608,7 +12608,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.04.09</id>
<title>New version 2018.04.09</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/2018.04.09/">https://yt-dl.org/downloads/2018.04.09/</a>
@@ -12623,7 +12623,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.04.16</id>
<title>New version 2018.04.16</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/2018.04.16/">https://yt-dl.org/downloads/2018.04.16/</a>
@@ -12638,7 +12638,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.04.25</id>
<title>New version 2018.04.25</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/2018.04.25/">https://yt-dl.org/downloads/2018.04.25/</a>
@@ -12653,7 +12653,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.05.01</id>
<title>New version 2018.05.01</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/2018.05.01/">https://yt-dl.org/downloads/2018.05.01/</a>
@@ -12668,7 +12668,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.05.09</id>
<title>New version 2018.05.09</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/2018.05.09/">https://yt-dl.org/downloads/2018.05.09/</a>
@@ -12683,7 +12683,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.05.18</id>
<title>New version 2018.05.18</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/2018.05.18/">https://yt-dl.org/downloads/2018.05.18/</a>
@@ -12698,7 +12698,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.05.26</id>
<title>New version 2018.05.26</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/2018.05.26/">https://yt-dl.org/downloads/2018.05.26/</a>
@@ -12713,7 +12713,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.05.30</id>
<title>New version 2018.05.30</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/2018.05.30/">https://yt-dl.org/downloads/2018.05.30/</a>
@@ -12728,7 +12728,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.06.02</id>
<title>New version 2018.06.02</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/2018.06.02/">https://yt-dl.org/downloads/2018.06.02/</a>
@@ -12743,7 +12743,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.06.04</id>
<title>New version 2018.06.04</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/2018.06.04/">https://yt-dl.org/downloads/2018.06.04/</a>
@@ -12758,7 +12758,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.06.11</id>
<title>New version 2018.06.11</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/2018.06.11/">https://yt-dl.org/downloads/2018.06.11/</a>
@@ -12773,7 +12773,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.06.14</id>
<title>New version 2018.06.14</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/2018.06.14/">https://yt-dl.org/downloads/2018.06.14/</a>
@@ -12788,7 +12788,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.06.18</id>
<title>New version 2018.06.18</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/2018.06.18/">https://yt-dl.org/downloads/2018.06.18/</a>
@@ -12803,7 +12803,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.06.19</id>
<title>New version 2018.06.19</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/2018.06.19/">https://yt-dl.org/downloads/2018.06.19/</a>
@@ -12818,7 +12818,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.06.25</id>
<title>New version 2018.06.25</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/2018.06.25/">https://yt-dl.org/downloads/2018.06.25/</a>
@@ -12833,7 +12833,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.07.04</id>
<title>New version 2018.07.04</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/2018.07.04/">https://yt-dl.org/downloads/2018.07.04/</a>
@@ -12848,7 +12848,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.07.10</id>
<title>New version 2018.07.10</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/2018.07.10/">https://yt-dl.org/downloads/2018.07.10/</a>
@@ -12863,7 +12863,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.07.21</id>
<title>New version 2018.07.21</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/2018.07.21/">https://yt-dl.org/downloads/2018.07.21/</a>
@@ -12878,7 +12878,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.07.29</id>
<title>New version 2018.07.29</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/2018.07.29/">https://yt-dl.org/downloads/2018.07.29/</a>
@@ -12893,7 +12893,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.08.04</id>
<title>New version 2018.08.04</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/2018.08.04/">https://yt-dl.org/downloads/2018.08.04/</a>
@@ -12908,7 +12908,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.08.22</id>
<title>New version 2018.08.22</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/2018.08.22/">https://yt-dl.org/downloads/2018.08.22/</a>
@@ -12923,7 +12923,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.08.28</id>
<title>New version 2018.08.28</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/2018.08.28/">https://yt-dl.org/downloads/2018.08.28/</a>
@@ -12938,7 +12938,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.09.01</id>
<title>New version 2018.09.01</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/2018.09.01/">https://yt-dl.org/downloads/2018.09.01/</a>
@@ -12953,7 +12953,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.09.08</id>
<title>New version 2018.09.08</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/2018.09.08/">https://yt-dl.org/downloads/2018.09.08/</a>
@@ -12968,7 +12968,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.09.10</id>
<title>New version 2018.09.10</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/2018.09.10/">https://yt-dl.org/downloads/2018.09.10/</a>
@@ -12983,7 +12983,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.09.18</id>
<title>New version 2018.09.18</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/2018.09.18/">https://yt-dl.org/downloads/2018.09.18/</a>
@@ -12998,7 +12998,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.09.26</id>
<title>New version 2018.09.26</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/2018.09.26/">https://yt-dl.org/downloads/2018.09.26/</a>
@@ -13013,7 +13013,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.10.05</id>
<title>New version 2018.10.05</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/2018.10.05/">https://yt-dl.org/downloads/2018.10.05/</a>
@@ -13028,7 +13028,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.10.29</id>
<title>New version 2018.10.29</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/2018.10.29/">https://yt-dl.org/downloads/2018.10.29/</a>
@@ -13043,7 +13043,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.11.03</id>
<title>New version 2018.11.03</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/2018.11.03/">https://yt-dl.org/downloads/2018.11.03/</a>
@@ -13058,7 +13058,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.11.07</id>
<title>New version 2018.11.07</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/2018.11.07/">https://yt-dl.org/downloads/2018.11.07/</a>
@@ -13073,7 +13073,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.11.18</id>
<title>New version 2018.11.18</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/2018.11.18/">https://yt-dl.org/downloads/2018.11.18/</a>
@@ -13088,7 +13088,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.11.23</id>
<title>New version 2018.11.23</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/2018.11.23/">https://yt-dl.org/downloads/2018.11.23/</a>
@@ -13103,7 +13103,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.12.03</id>
<title>New version 2018.12.03</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/2018.12.03/">https://yt-dl.org/downloads/2018.12.03/</a>
@@ -13118,7 +13118,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.12.09</id>
<title>New version 2018.12.09</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/2018.12.09/">https://yt-dl.org/downloads/2018.12.09/</a>
@@ -13133,7 +13133,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.12.17</id>
<title>New version 2018.12.17</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/2018.12.17/">https://yt-dl.org/downloads/2018.12.17/</a>
@@ -13148,7 +13148,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.12.31</id>
<title>New version 2018.12.31</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/2018.12.31/">https://yt-dl.org/downloads/2018.12.31/</a>
@@ -13163,7 +13163,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.01.02</id>
<title>New version 2019.01.02</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/2019.01.02/">https://yt-dl.org/downloads/2019.01.02/</a>
@@ -13178,7 +13178,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.01.10</id>
<title>New version 2019.01.10</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/2019.01.10/">https://yt-dl.org/downloads/2019.01.10/</a>
@@ -13193,7 +13193,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.01.16</id>
<title>New version 2019.01.16</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/2019.01.16/">https://yt-dl.org/downloads/2019.01.16/</a>
@@ -13208,7 +13208,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.01.17</id>
<title>New version 2019.01.17</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/2019.01.17/">https://yt-dl.org/downloads/2019.01.17/</a>
@@ -13223,7 +13223,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.01.23</id>
<title>New version 2019.01.23</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/2019.01.23/">https://yt-dl.org/downloads/2019.01.23/</a>
@@ -13238,7 +13238,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.01.24</id>
<title>New version 2019.01.24</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/2019.01.24/">https://yt-dl.org/downloads/2019.01.24/</a>
@@ -13253,7 +13253,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.01.27</id>
<title>New version 2019.01.27</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/2019.01.27/">https://yt-dl.org/downloads/2019.01.27/</a>
@@ -13268,7 +13268,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.01.30</id>
<title>New version 2019.01.30</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/2019.01.30/">https://yt-dl.org/downloads/2019.01.30/</a>
@@ -13283,7 +13283,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.01.30.1</id>
<title>New version 2019.01.30.1</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/2019.01.30.1/">https://yt-dl.org/downloads/2019.01.30.1/</a>
@@ -13298,7 +13298,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.02.08</id>
<title>New version 2019.02.08</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/2019.02.08/">https://yt-dl.org/downloads/2019.02.08/</a>
@@ -13313,7 +13313,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.02.18</id>
<title>New version 2019.02.18</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/2019.02.18/">https://yt-dl.org/downloads/2019.02.18/</a>
@@ -13328,7 +13328,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.03.01</id>
<title>New version 2019.03.01</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/2019.03.01/">https://yt-dl.org/downloads/2019.03.01/</a>
@@ -13343,7 +13343,7 @@
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.03.09</id>
<title>New version 2019.03.09</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/2019.03.09/">https://yt-dl.org/downloads/2019.03.09/</a>
@@ -13355,4 +13355,4 @@
<updated>2019-03-09T00:00:00Z</updated>
</entry>
-</feed> \ No newline at end of file
+</feed>