mirror of
				https://github.com/casjaysdevdocker/youtube-dl
				synced 2025-11-03 19:02:21 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
This commit is contained in:
		@@ -123,7 +123,19 @@ healthcheck) # Docker healthcheck
 | 
			
		||||
  if [ $# -eq 0 ]; then
 | 
			
		||||
    __exec_bash "/bin/bash"
 | 
			
		||||
  else
 | 
			
		||||
    __exec_bash "/bin/bash"
 | 
			
		||||
    case "$1" in
 | 
			
		||||
      audio)
 | 
			
		||||
        shift 1
 | 
			
		||||
        ytda "$@"
 | 
			
		||||
        ;;
 | 
			
		||||
      video)
 | 
			
		||||
        shift 1
 | 
			
		||||
        ytdv "$@"
 | 
			
		||||
        ;;
 | 
			
		||||
      *)
 | 
			
		||||
        ytda "$@"
 | 
			
		||||
        ytdv "$@"
 | 
			
		||||
    esac
 | 
			
		||||
  fi
 | 
			
		||||
  exitCode=$?
 | 
			
		||||
  ;;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user