Unable to get Timestamp - watch history
arunsakthi opened this issue · 1 comments
arunsakthi commented
When the html nodes are parsed in watch history HTML, timestamp is not getting loaded.
zorian-f commented
You have to change mdy_hms() (lines 31 and 66) so it matches your date format. Im from germany so i had to change it to dmy_hms() (day-month-year_hour-minute-second()). Just open the history HTML and look how its formated.