diff --git a/tfmkt/spiders/game_lineups.py b/tfmkt/spiders/game_lineups.py index 9fbc3d3..3ca7fbe 100644 --- a/tfmkt/spiders/game_lineups.py +++ b/tfmkt/spiders/game_lineups.py @@ -11,7 +11,7 @@ def parse(self, response, parent): @url https://www.transfermarkt.co.uk/spielbericht/index/spielbericht/3098550 @returns requests 1 1 - @cb_kwargs {"parent": {"href": "some_href"}} + @cb_kwargs {"parent": {"href": "some_href", "home_club": {}, "away_club": {}}} @scrapes type href parent """ @@ -61,7 +61,7 @@ def parse_lineups(self, response, base): @url https://www.transfermarkt.co.uk/spielbericht/aufstellung/spielbericht/3098550 @returns items 1 1 - @cb_kwargs {"base": {"href": "some_href", "lineups": {"home_club": {"formation": "formation", "starting_lineup": [], "substitutes": []}, "away_club": {"formation": "formation", "starting_lineup": [], "substitutes": []}}, "parent": {}}} + @cb_kwargs {"base": {"href": "some_href", "lineups": {"home_club": {"formation": "Starting Line-up: 4-3-3", "starting_lineup": [], "substitutes": []}, "away_club": {"formation": "Starting Line-up: 4-3-3", "starting_lineup": [], "substitutes": []}}, "parent": {}}} @scrapes type parent game_id href home_club away_club """