Skip to content

Commit

Permalink
Update XYT.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Aug 10, 2023
1 parent f669b36 commit 8d21c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/XYT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Taive "https://github.com/inotia00/$1/releases/download/v${Vsion2##*/}/$1-${Vsio
TaiYT(){
urrl="https://www.apkmirror.com"
uak1="$urrl$(Xem "$urrl/apk/$2" | grep -m1 'downloadButton' | tr ' ' '\n' | grep -m1 'href=' | cut -d \" -f2)"
uak2="$urrl$(Xem "$uak1" | grep -m1 '>here<' | tr ' ' '\n' | grep -m1 'href=' | cut -d \" -f2)"
uak2="$urrl$(Xem "$uak1" | grep -m1 '>here<' | tr ' ' '\n' | grep -m1 'href=' | cut -d \" -f2 | sed 's|amp;||')"
Taive "$uak2" "apk/$1"
echo "Link: $uak2"
[ "$(file apk/$1 | grep -cm1 'Zip')" == 1 ] && echo > "apk/$1.txt"; }
Expand Down

0 comments on commit 8d21c6e

Please sign in to comment.