coddingtonbear / python-myfitnesspal

Access your meal tracking data stored in MyFitnessPal programatically
MIT License
794 stars 138 forks source link

Handle exercise names on public profiles #62

Closed samhinshaw closed 5 years ago

samhinshaw commented 6 years ago

Exercises on public profiles are not links, so the DOM is different: td > div rather than td > div > a

coddingtonbear commented 5 years ago

Looks totally reasonable to me, @samhinshaw -- thanks for the patch!