Skip to content

Instantly share code, notes, and snippets.

@vuchl
Last active January 26, 2018 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vuchl/dcf6a8678df1db2f9cd89d1500b2c9f2 to your computer and use it in GitHub Desktop.
Save vuchl/dcf6a8678df1db2f9cd89d1500b2c9f2 to your computer and use it in GitHub Desktop.
Spartenverwaltung SGM

Mannschaftsplan (JSON/HTML/XML):

http://www.fussball.de/ajax.team.matchplan/-/mime-type/HTML/show-venues/true/team-id/011MIF06DC000000VTVG0001VTR8C1K7 <------- base url ---><-----function ----><?><HTML/XML/JSON><location toggle><------------- team id ---------------->

div.club-matchplan-table tr.row-competition td.column-date == Datum | Uhrzeit

div.club-matchplan-table tr.row-competition td:last-child == Spieltyp (ME=Meisterschaft, PO=Pokal) | Spielnummer

div.club-matchplan-table tr.row-competition + tr td.colum-club div.club-name:first == Heimmannschaft

div.club-matchplan-table tr.row-competition + tr td.colum-club div.club-logo == Logo Heimmannschaft

Parameter:

  • datum-von und datum-bis im Format yyyy-MM-dd
  • wettkampftyp -1 = Alle, 1 = Meisterschaft, 2 = Hallenturniere (Futsal), 3 = Turniere, 6 = Provatspiele, 7 = Freundschaftsspiele, 8 = Pokale, 9 = Auswahlspiele, 11 = Futsal-Ligabetrieb
  • show-venues blendet die Spielstätten ein (true|false)
  • match-type -1 = Alle, 1 = Heimspiele, 2 = Auswärtsspiele

Bento-Blocker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment