skmagiik

Results 4 comments of skmagiik

This appears to be an issue because the calendar parse date method is looking for regex groupings instead of matching the particular pattern exactly. Perhaps this could be improved by...

Alternatively, you can also use python tools to accomplish this via strptime: https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior Formatting would be different, but could a good solution that is versatile without much effort required. The...

https://pubgtracker.com/site-api Get PUBG Player Stats GET https://api.pubgtracker.com/v2/profile/pc/{pubg-nickname} This will get all the stats for the current season. You may get more data by using filters. season, mode, region Seasons 2017-pre1...

See comment above, it supports this now, maybe there was a change after you did so originally