update doodstreamFunctions.fn
This commit is contained in:
parent
390bd1b34f
commit
8ea8a7aa00
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ function upload_to_doodstream () {
|
|||
# hoster_filename=$(echo $hoster_url | jq ".name")
|
||||
hoster_url=$(echo $hoster_url | jq ".[0]")
|
||||
hoster_url=$(echo $hoster_url | jq ".download_url")
|
||||
hoster_url=https://dood.watch/$(echo "$hoster_url" | sed 's/^.*\/\(d\)/\1/g')
|
||||
hoster_url=${hoster_url//\"}
|
||||
|
||||
if [ "$hoster_url" != "" ] && [ "$hoster_url" != "null" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue