bvanheu / pytoutv

TOU.TV client library and user interfaces written in Python 3
96 stars 23 forks source link

Unneeded api calls #105

Closed gboudreau closed 7 years ago

gboudreau commented 7 years ago

Removed duplicate API calls to load the Claims, and the playlist & cookies.

Also inverted the segments handler & provider initialization in order to not make unnecessary API calls when the local file already exists, and we won't overwrite.

Fixes #104

simark commented 7 years ago

LGTM.