OSDN Git Service

Don't drop subtitles when crossing PTS discontinuities by using buffer sequence numbe...
[handbrake-jp/handbrake-jp-git.git] / DownloadMacOsXContribBinaries.sh
index 93be47c..29e2828 100755 (executable)
@@ -11,9 +11,11 @@ if [ -f contrib/DarwinContribVersion.txt ]; then
 fi
 
 HOST=download.m0k.org
+#HOST=download.mediafork.dynalias.com
+#HOST=sr55.ashosted.com
 FILE=contribbin-darwin-$VERSION.tar.gz
-URL=http://download.mediafork.dynalias.com/contrib/$FILE
-
+#URL=http://$HOST/contrib/$FILE
+URL=http://$HOST/handbrake/contrib/$FILE
 # Check for internet connectivity
 if ! host $HOST > /dev/null 2>&1; then
   echo "Please connect to the Internet (could not resolve $HOST)."