Changing class tag for searching Gitea

This commit is contained in:
2026-07-15 11:49:08 -05:00
parent 9f17b36b3f
commit ca1d550468
+1 -1
View File
@@ -225,7 +225,7 @@ if [ -n "$MAATTESTINGVAR" ]; then
BuildRepo "$baseurl"/HelloWorld
else
CleanSrcTracking
for AniNIXrepo in `curl -s "$baseurl" | grep 'class="text primary name"' | cut -f 4 -d \" | sed "s#^#https://$(echo "$baseurl" | cut -f 3 -d /)#" | sed 's/$/.git/'`; do
for AniNIXrepo in `curl -s "$baseurl" | grep 'class="tw-text-primary name"' | cut -f 4 -d \" | sed "s#^#https://$(echo "$baseurl" | cut -f 3 -d /)#" | sed 's/$/.git/'`; do
BuildRepo "$AniNIXrepo" '.'
done
fi