[FFmpeg-devel] [PATCH] web/download: Change main snapshot url to point to github

Michael Niedermayer michaelni at gmx.at
Fri Jan 23 03:31:28 CET 2015


The url did just end at a "403 - Snapshots not allowed"

We also could point to ffmpeg.org, but the snapshots there are upto 24h old
with the current cronjob
---
 src/download |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/download b/src/download
index 20c42f8..4e56bc1 100644
--- a/src/download
+++ b/src/download
@@ -197,7 +197,7 @@
             <div class="pull-left"><a href="git://source.ffmpeg.org/ffmpeg.git">git://source.ffmpeg.org/ffmpeg.git</a></div>
             <div class="pull-right">
               <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git">Browse</a>
-              <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz">Snapshot</a>
+              <a class="btn btn-success" href="https://github.com/FFmpeg/FFmpeg/tarball/master">Snapshot (github)</a>
             </div>
           </td>
           <td>Main FFmpeg Git repository</td>
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list