Guillaume Boudreau

Results 179 comments of Guillaume Boudreau

I think that tou.tv deprecated their old API that we're still using... Might be time to try to switch to the v2 API now. I think there was some effort...

Pretty sure that this is because for those shows, SRC has bought the rights to distribute them, but those rights were attached to the obligation for them to use DRM....

Pretty sure this is a server issue, not a pytoutv issue. Comparing the requests sent for S01E01 (which works) and S01E02 (which doesn't), the same requests are sent. If it...

Did you try to watch the exact same episode using the mobile app? I found that sometimes, episodes would work fine on the web, but would fail on mobile. When...

The EXTRA features are now integrated in master, but there is a lot more discussions about v3 in here that we probably don't want to throw away, so I'll just...

Not sure where pip takes its source from. Maybe we need to tag the master branch to create a new pip release..? @simark ? @bvanheu ?

@pducharme Until pip is fixed, you can download this repository, then run sudo pip3 install . from within the repository folder.

Should be quite easy to add: From episode page HTML: `` Subtitles file URL: `http://api.radio-canada.ca/metamedia/v1/soustitre/vtt/toutv/126696/` Anyone still interested in this?

I know nothing about the Python framework you are using (is it Django?) Did you check the examples in the server folder? There is one for Django specifically, which includes...

Did you just retry? That error is about the user not existing, which is weird, since it was created 2 lines before executing this query... If retrying doesn't work, try...