Browse Source

update latest etc.

download-server-ytdl-org
Philipp Hagemeister 9 years ago
parent
commit
386cc2f23e
4 changed files with 9 additions and 23 deletions
  1. +7
    -1
      .gitignore
  2. +0
    -0
      latest/.git_dont_delete
  3. +0
    -12
      latest/.htaccess
  4. +2
    -10
      update_latest.sh

+ 7
- 1
.gitignore View File

@ -2,5 +2,11 @@
downloads/*
updates_key.pem
youtube_dl.egg-info
latest/*
test
build/
dist/
youtube-dl.1
youtube-dl.fish
youtube-dl.zsh
README.txt
youtube-dl.bash-completion

+ 0
- 0
latest/.git_dont_delete View File


+ 0
- 12
latest/.htaccess View File

@ -1,12 +0,0 @@
RewriteEngine on
RewriteRule version - [T=text/plain]
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</ifModule>
Options +Indexes

+ 2
- 10
update_latest.sh View File

@ -10,13 +10,5 @@ fi
cd "$(dirname $(readlink -f $0))"
ln -sf --no-target-directory ../downloads/$version latest/directory
for f in $(ls "downloads/$version/"); do \
ln -sf --no-target-directory "../downloads/$version/$f" latest/$(echo $f | sed -e "s@-$version@@")
done
ln -sf --no-target-directory "$version" "downloads/latest"
/bin/echo -e "RewriteEngine On\nRewriteRule latest(.*) /downloads/${version}\$1 [L,R=302]" > downloads/.htaccess
echo -n "$version" > latest/version
echo -n "$version" > latest_version
/bin/echo -e "RewriteEngine On\nRewriteRule ^(.*)$ /downloads/latest/$1 [L,R=302]" > latest/.htaccess

Loading…
Cancel
Save