mixdrop added; highload and videovard changed
This commit is contained in:
parent
d9cf782f63
commit
67a7d2504d
3 changed files with 66 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ function upload_to_videovard () {
|
|||
hoster_url="https://videovard.sx/v/$hoster_url"
|
||||
>&2 echo "hoster_url: $hoster_url"
|
||||
|
||||
if [ "$hoster_url" != "" ] && [ "$hoster_url" != "null" ]; then
|
||||
if [ "$hoster_url" != "" ] && [ "$hoster_url" != "null" ] && [ "$hoster_url" != "https://videovard.sx/v/" ]; then
|
||||
echo "$hoster_url"
|
||||
else
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue