-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The script does not find the date (Russian):
from htmldate import find_date
url = "https://kamaz.ru/press/releases/kamaz_i_skolkovo_sozdadut_ekologicheski_chistyy_gruzovik/"
print(find_date(url, extensive_search=True)) # Returns None
print(find_date(url, extensive_search=False)) # Returns None
Xpath selector of dates on the page: //div[contains(text(), 'July 30, 2015')]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working