Allow for reassigning INVID_BASE.
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
# distribution.
|
# distribution.
|
||||||
|
|
||||||
YT_URL="$1"
|
YT_URL="$1"
|
||||||
INVID_BASE="https://inv.nadeko.net"
|
INVID_BASE="${INVID_BASE:-https://inv.nadeko.net}"
|
||||||
|
|
||||||
if [[ $YT_URL == *"youtu.be"* ]]
|
if [[ $YT_URL == *"youtu.be"* ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user