included more specific URL checking
This commit is contained in:
@@ -43,7 +43,7 @@ gui()
|
|||||||
|
|
||||||
|
|
||||||
if [[ $? == 0 ]];then
|
if [[ $? == 0 ]];then
|
||||||
if [[ ${VIDURL} == *"https://www.youtube.com"* ]];then
|
if [[ ${VIDURL} == *"https://www.youtube.com/watch?v="* ]];then
|
||||||
gui2
|
gui2
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user