Changed youtube-dl to yt-dlp
This commit is contained in:
		@@ -1,2 +1,2 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
youtube-dl --extract-audio --audio-format mp3 $1
 | 
					yt-dlp --extract-audio --audio-format mp3 $1
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,2 +1,2 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
youtube-dl $1
 | 
					yt-dlp $1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user