Skip to content

Commit

Permalink
Update Player Profile URL XPath
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeall authored Feb 22, 2024
1 parent cb433d1 commit ec138ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/xpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Injuries:

class Profile:
ID = "//tm-subnavigation[@controller='spieler']//@id"
URL = "//meta[@property='og:url']//@content"
URL = "//link[@rel='canonical']//@href"
NAME = "//h1[@class='data-header__headline-wrapper']//strong//text()"
DESCRIPTION = "//meta[@name='description']//@content"
IMAGE_URL = "//div[@id='fotoauswahlOeffnen']//img//@src"
Expand Down

0 comments on commit ec138ef

Please sign in to comment.