aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/proto.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment repliesJames Taylor2021-02-261-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>
* pep8Jesús2020-12-151-7/+11
|
* remove trailing whitespaceszrose5842020-10-211-14/+14
|
* Fix error with channel searches with non-ascii charactersJames Taylor2019-03-251-1/+1
|
* fix comment replies being limited to 10James Taylor2018-07-061-2/+66
|
* fix line endingsJames Taylor2018-07-021-64/+64
|
* initial commitJames Taylor2018-06-301-0/+65