#!/bin/bash
wget -qO- [Değerli Ziyaretci, linki görmeniz icin bu mesaja cevap yazmanız gerekiyorÜye olmak icin burayı tıklayınız] | sed -e 's/<[^>]*>//g;s/^ //g' > /tmp/a.txt
sed -i -e '/^\s*$/d' /tmp/a.txt
sed -e 's/Durumu/Durumusuperlig/g' /tmp/a.txt > /tmp/b.txt
awk '/Durumusuperlig/ {for(i=1; i<=61; i++) {getline; print}}' /tmp/b.txt > /tmp/c.txt
sed '1,7 d' /tmp/c.txt > /tmp/d.txt
sed -e 2d -e 5d -e 8d -e 11d -e 14d -e 17d -e 20d -e 23d -e 26d -e 29d -e 32d -e 35d -e 38d -e 41d -e 44d -e 47d -e 50d -e 53d /tmp/d.txt > /tmp/e.txt
sed 's/^[ \t]*//' /tmp/e.txt >> /tmp/f.txt
sed -i -e 's'/`printf "\xde"`'/S/g' -e 's'/`printf "\xd0"`'/G/g' -e 's'/`printf "\xdc"`'/U/g' -e 's'/`printf "\xd6"`'/O/g' -e 's'/`printf "\xc7"`'/C/g' -e 's'/`printf "\xdd"`'/I/g' -e 's'/`printf "\xfe"`'/s/g' -e 's'/`printf "\xe7"`'/c/g' -e 's'/`printf "\xf6"`'/o/g' -e 's'/`printf "\xfd"`'/i/g' -e 's'/`printf "\xf0"`'/g/g' -e 's'/`printf "\xfc"`'/u/g' /tmp/f.txt
while read line1; do read line2; echo "$line1 $line2"; done </tmp/f.txt>/tmp/g.txt
cat /tmp/g.txt
rm -rf /tmp/*.txt
exit