orfplayer/frontend/static.py
2022-05-10 14:26:31 +02:00

31 lines
1.2 KiB
Python

STATION_URLS = {
"orf1": "https://orf1.mdn.ors.at/out/u/orf1/drmqxb/",
"orf2": "https://orf2.mdn.ors.at/out/u/orf2/drmqxb/",
"orf3": "https://orf3.mdn.ors.at/out/u/orf3/qxb/",
"orf2e": "https://orf2e.mdn.ors.at/out/u/orf2e/drmqxb/",
"orf2b": "https://orf2b.mdn.ors.at/out/u/orf2b/qxb/",
"orf2k": "https://orf2k.mdn.ors.at/out/u/orf2k/qxb/",
"orf2n": "https://orf2o.mdn.ors.at/out/u/orf2n/qxb/",
"orf2o": "https://orf2o.mdn.ors.at/out/u/orf2n/qxb/",
"orf2s": "https://orf2s.mdn.ors.at/out/u/orf2s/qxb/",
"orf2stmk": "https://orf2stmk.mdn.ors.at/out/u/orf2stmk/qxb/",
"orf2t": "https://orf2s.mdn.ors.at/out/u/orf2s/qxb/",
"orf2v": "https://orf2v.mdn.ors.at/out/u/orf2v/qxb/",
"orf2w": "https://orf2w.mdn.ors.at/out/u/orf2w/qxb/",
}
STATION_NAMES = {
"orf1": "ORF 1 (not working)",
"orf2": "ORF 2 (not working)",
"orf3": "ORF III",
"orf2e": "ORF 2 Europe",
"orf2b": "ORF 2 Burgenland",
"orf2k": "ORF 2 Kärnten",
"orf2n": "ORF 2 Niederösterreich",
"orf2o": "ORF 2 Oberösterreich",
"orf2s": "ORF 2 Salzburg",
"orf2stmk": "ORF 2 Steiermark",
"orf2t": "ORF 2 Tirol",
"orf2v": "ORF 2 Vorarlberg",
"orf2w": "ORF 2 Wien",
}