included more specific URL checking

This commit is contained in:
Justin Moore
2015-03-04 20:28:03 -06:00
parent 3da043bfe0
commit e6c4f4a8d2

View File

@@ -43,7 +43,7 @@ gui()
if [[ $? == 0 ]];then
if [[ ${VIDURL} == *"https://www.youtube.com"* ]];then
if [[ ${VIDURL} == *"https://www.youtube.com/watch?v="* ]];then
gui2
else