Ethan Baron

Results 9 comments of Ethan Baron

It seems that the Harden test case HTML is outdated and uses a different id for the play-by-play table to the current page. I've added the old id, hoping that...

Historical NBA salary information is available with the current package version, so this issue can probably be closed: ```python from sportsipy.nba.roster import Player scottie = Player('pippesc01') scottie('1988-89').salary ```

The basic case can be implemented by converting methods to `cached_property`s. To achieve the dictionary syntax, we can inherit from `CachedDict` below. ```python class CachedDict(dict): def __getitem__(self, key): if key...

Thanks @psemdel , really appreciate your help here. 😄 To make sure I understand, is this PR only to address the different syntax between lines 3 and 4 below? ```python...

> Without the class Standings, you would have to make a try/except everywhere, as sometimes your result would be in "result_tables" (for old races) and sometimes directly at the root...

@psemdel , I hope I am not frustrating you. Don't get me wrong - I really appreciate your support. The startlist parser will be very useful, and I'll have a...

Hi, glad you're finding it useful. I think you're right and the FirstCycling website has changed how these results work. It looks like now you don't need to pass in...

Fantastic! You're welcome to open a PR from your fork to my repo. Keep me posted 😄

That's too bad. Unfortunately I don't have capacity to look into this. If anyone figures out a solution I would welcome a PR.