Skip to content

Commit

Permalink
chore: docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
LarchLiu committed Sep 28, 2023
1 parent 706def4 commit e097783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tfmkt/spiders/game_lineups.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down Expand Up @@ -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
"""

Expand Down

0 comments on commit e097783

Please sign in to comment.