fixing dlvideo and dlaudio
This commit is contained in:
		
							parent
							
								
									108ade85ab
								
							
						
					
					
						commit
						aed85412da
					
				
					 2 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,4 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
konsole -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s' $1
 | 
			
		||||
notify-send "downloading   $1"
 | 
			
		||||
alacritty -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s' $1
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,4 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
konsole -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s' $1
 | 
			
		||||
notify-send "Downloading   $1"
 | 
			
		||||
alacritty -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s' $1
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue