This isn't important
This commit is contained in:
parent
a8f3a2d5e1
commit
0abdd246cf
2
md.sh
2
md.sh
|
@ -6,7 +6,7 @@ function information { curl -s "https://api.mangadex.org/manga/$1" | jq ".data |
|
|||
|
||||
function chapter_information { inf=$(curl -s "https://api.mangadex.org/chapter/$1"); jq '.data.attributes | .volume+" "+.chapter' <<< "$inf"; mdi $(jq -r '.data.relationships[] | select (.type=="manga").id' <<< "$inf"); }
|
||||
|
||||
function download { dler.py $@; }
|
||||
function download { ~/tinker/md/dler.py $@; }
|
||||
|
||||
function update_from_v3_to_v5 { curl -si https://mangadex.org/title/$1 | grep -i location; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user