Skip to content

Commit

Permalink
TH: add todo for last modified
Browse files Browse the repository at this point in the history
  • Loading branch information
cyroxx committed Nov 4, 2019
1 parent 771e225 commit 9b07227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jedeschule/spiders/thueringen.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class ThueringenSpider(scrapy.Spider):

start_urls = ['https://www.schulportal-thueringen.de/tip/schulportraet_suche/search.action?tspi=&tspm=&vsid=none&mode=&extended=0&anwf=schulportraet&freitextsuche=&name=&schulnummer=&strasse=&plz=&ort=&schulartDecode=&schulamtDecode=&kzFreierTraeger_cb=1&kzFreierTraeger=2&schultraegerDecode=&sortierungDecode=Schulname&rowsPerPage=999&schulartCode=&schulamtCode=&schultraegerCode=&sortierungCode=10&uniquePortletId=portlet_schulportraet_suche_WAR_tip1109990a_e473_4c62_872b_4ef69bdb6c5d&ajaxId=schulportraet_suche_results']

# TODO: parse last_modified
def parse(self, response):
headers = [header.css('::text').extract_first().strip() for header in response.css("th")]
for tr in response.css(".tispo_row_odd,.tispo_row_normal"):
Expand Down

0 comments on commit 9b07227

Please sign in to comment.