Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proto.py: Fix base64 encoding in make_protobuf | James Taylor | 2021-02-26 | 1 | -2/+2 |
| | | | | | | | | | First issue: Cannot check for presence of list in dictionary because it is not hashable. Second issue: Wrong function name was being used (make_proto instead of _make_protobuf) Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Fix comment replies | James Taylor | 2021-02-26 | 1 | -4/+81 |
| | | | | | | | | | | | | | Comment reply protobuf now requires the channel id of the uploader of the video. Otherwise the endpoint returns 500. Instead of making the protobuf ourselves and passing this data around through query parameters, just use the ctoken provided to us but modify the max_replies field from 10 to 250. Fixes #53 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | pep8 | Jesús | 2020-12-15 | 1 | -7/+11 |
| | |||||
* | remove trailing whitespaces | zrose584 | 2020-10-21 | 1 | -14/+14 |
| | |||||
* | Fix error with channel searches with non-ascii characters | James Taylor | 2019-03-25 | 1 | -1/+1 |
| | |||||
* | fix comment replies being limited to 10 | James Taylor | 2018-07-06 | 1 | -2/+66 |
| | |||||
* | fix line endings | James Taylor | 2018-07-02 | 1 | -64/+64 |
| | |||||
* | initial commit | James Taylor | 2018-06-30 | 1 | -0/+65 |