Plugin Buli
Verfasst: So 9. Dez 2018, 01:33
ich hab das mal angepasst für aktuelle Saison
einfach vorhandene Buli Datei austauschen
einfach vorhandene Buli Datei austauschen
Code: Alles auswählen
einlesen ()
{
wget -q --no-check-certificate -O /tmp/buli_bl1_blitzergebnisse.htm http://www.kicker.de/1-bundesliga/spieltag
# wget -q -O /tmp/buli_bl1_blitzergebnisse.htm http://www.kicker.de/news/fussball/bundesliga/spieltag/1-bundesliga/2019-20/0/0/spieltag.html
Liga "buli_bl1_blitzergebnisse.htm" "buli_bl1_tore.txt" "9" "To1" "6"
wget -q --no-check-certificate -O /tmp/buli_bl2_blitzergebnisse.htm http://www.kicker.de/2-bundesliga/spieltag
# wget -q -O /tmp/buli_bl2_blitzergebnisse.htm http://www.kicker.de/news/fussball/2bundesliga/spieltag/2-bundesliga/2019-20/0/0/spieltag.html
Liga "buli_bl2_blitzergebnisse.htm" "buli_bl2_tore.txt" "9" "To2" "7"
wget -q --no-check-certificate -o /tmp/buli_bl3_blitzergebnisse.htm http://www.kicker.de/3-liga/spieltag
# wget -q -O /tmp/buli_bl3_blitzergebnisse.htm http://www.kicker.de/news/fussball/3liga/spieltag/3-liga/2019-20/0/0/spieltag.html
Liga "buli_bl3_blitzergebnisse.htm" "buli_bl3_tore.txt" "10" "To3" "7"
wget -q --no-check-certificate -O /tmp/buli_bl1_blitztabelle.htm http://www.sportal.de/fussball/bundesliga/tabelle/tabelle-saison-2019-2020
Tabelle "buli_bl1_blitztabelle.htm" "buli_bl1_tabe.txt" "19" "Ta1" "9"
wget -q --no-check-certificate -O /tmp/buli_bl2_blitztabelle.htm http://www.sportal.de/fussball/2-bundesliga/tabelle/tabelle-saison-2019-2020
Tabelle "buli_bl2_blitztabelle.htm" "buli_bl2_tabe.txt" "19" "Ta2" "9"
wget -q --no-check-certificate -O /tmp/buli_bl3_blitztabelle.htm http://www.sportal.de/fussball/3-liga/tabelle/tabelle-saison-2019-2020
Tabelle "buli_bl3_blitztabelle.htm" "buli_bl3_tabe.txt" "21" "Ta3" "9"
}