Skip to content

Commit

Permalink
[MV] Use Excel file from 2023/2024
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nut committed Jan 21, 2025
1 parent bf124a4 commit 03e804a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jedeschule/spiders/mecklenburg_vorpommern.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MecklenburgVorpommernSpider(SchoolSpider):
# https://www.statistischebibliothek.de/mir/receive/MVSerie_mods_00000396
# Official documentation on all available data here:
# https://www.laiv-mv.de/Statistik/Veröffentlichungen/Verzeichnisse/
base_url = "https://www.statistischebibliothek.de/mir/servlets/MCRFileNodeServlet/MVHeft_derivate_00006849/V034%202022%2000.xlsx"
base_url = "https://www.statistischebibliothek.de/mir/servlets/MCRFileNodeServlet/MVHeft_derivate_00007470/V044%202023%2000.xlsx"
start_urls = [base_url]

def parse(self, response):
Expand Down

0 comments on commit 03e804a

Please sign in to comment.