-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu_urls_testing.py
30 lines (27 loc) · 1.71 KB
/
menu_urls_testing.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
menu_urls_and_names = {
# "https://www.studentenwerk-oldenburg.de/de/gastronomie/speiseplaene"
# "/uhlhornsweg-ausgabe-b.html": "Uhlhornsweg Classic",
# "https://www.studentenwerk-oldenburg.de/de/gastronomie/speiseplaene"
# "/uhlhornsweg-culinarium.html": "Uhlhornsweg Culinarium",
# "https://www.studentenwerk-oldenburg.de/de/gastronomie/speiseplaene"
# "/uhlhornsweg-ausgabe-a.html": "Uhlhornsweg Pasta & Veggie/Vegan",
# "file:///vagrant/test%20menu%20pages/uhlhornsweg-culinarium-20161222.html":
# "Uhlhornsweg Culinarium",
# "file:///vagrant/test%20menu%20pages/uhlhornsweg-pastaveggievegan-20161222.html":
# "Uhlhornsweg Pasta & Veggie/Vegan",
# "file:///vagrant/test%20menu%20pages/uhlhornsweg-classic-20161222.html":
# "Uhlhornsweg Classic",
# "file:///vagrant/test%20menu%20pages/wechloy-20161222.html": "Wechloy",
# "file:///vagrant/test%20menu%20pages/ofener-strasse-20161223.html": "Ofener Straße",
"file:///vagrant/test%20menu%20pages/uhlhornsweg-culinarium-20170106.html":
"Uhlhornsweg Culinarium",
"file:///vagrant/test%20menu%20pages/uhlhornsweg-pastaveggievegan-20170106.html":
"Uhlhornsweg Pasta & Veggie/Vegan",
"file:///vagrant/test%20menu%20pages/uhlhornsweg-classic-20170106.html":
"Uhlhornsweg Classic",
# "file:///vagrant/test%20menu%20pages/wechloy-20170106.html": "Wechloy",
# "file:///vagrant/test%20menu%20pages/ofener-strasse-20170106.html": "Ofener Straße",
# "file:///vagrant/test%20menu%20pages/emden-20161223.html": "Emden",
# "file:///vagrant/test%20menu%20pages/wilhelmshaven-20161223.html": "Wilhelmshaven",
# "file:///vagrant/test%20menu%20pages/elsfleth-20161223.html": "Elsfleth"
}