[update_latest.sh] Redirect all releases to GitHub
This commit is contained in:
		
							parent
							
								
									7fc3fe2b54
								
							
						
					
					
						commit
						8c6f08911f
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -11,5 +11,8 @@ fi
 | 
			
		|||
cd "$(dirname $(readlink -f $0))"
 | 
			
		||||
 | 
			
		||||
echo -n "$version" > latest_version
 | 
			
		||||
ln -sf downloads/latest downloads/$1
 | 
			
		||||
 | 
			
		||||
echo -e "RewriteEngine On" > downloads/.htaccess
 | 
			
		||||
echo -e "RewriteRule ^$ https://github.com/rg3/youtube-dl/releases" >> downloads/.htaccess
 | 
			
		||||
echo -e "RewriteRule ^(\d{4}\.\d{2}\.\d{2}.*)$ https://github.com/rg3/youtube-dl/releases/tag/\$1" >> downloads/.htaccess
 | 
			
		||||
echo -e "RewriteRule latest(.*) /downloads/$1 [L,R=302]" >> downloads/.htaccess
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue