Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use extract_approx_int for comment likes | James Taylor | 2021-06-10 | 1 | -1/+1 |
| | | | | | | | | Full digits no longer available Closes #64 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Fix data comments 00ef1c862744ec00886bc3fa4b95fdfc6c151866 | Jesús | 2021-02-26 | 1 | -1/+1 |
| | |||||
* | Fix comment replies | James Taylor | 2021-02-26 | 1 | -8/+12 |
| | | | | | | | | | | | | | 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> | ||||
* | General theme: fix syntax W3C markup and add improve 'Published' date | Jesús | 2020-12-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Change general design theme | Jesús | 2020-12-14 | 1 | -12/+9 |
| | |||||
* | Video comments: replace with error message if there is error | James Taylor | 2020-11-29 | 1 | -7/+13 |
| | | | | Such as 429 error, or an exception | ||||
* | Remove commenting system. Because: | James Taylor | 2020-10-21 | 1 | -23/+1 |
| | | | | | | | | - Actually using it will result in comments being shadowbanned, even those posted from Youtube's interfacs, because your account gets downranked since no analytics are present so it looks like a bot posting the comment. - It's been broken for awhile | ||||
* | Comments.js: Add open in new tab button under replies as fallback | James Taylor | 2020-10-20 | 1 | -0/+1 |
| | | | | if xhr request fails | ||||
* | add comments.js | zrose584 | 2020-10-07 | 1 | -1/+8 |
| | |||||
* | Jump video to timestamp in description or comments | James Taylor | 2020-09-18 | 1 | -3/+7 |
| | |||||
* | Extraction: Rewrite item_extraction for better error handling and ↵ | James Taylor | 2019-12-18 | 1 | -2/+2 |
| | | | | readability, rename extracted names for more consistency | ||||
* | Layout: Put related videos below video when page is too small | James Taylor | 2019-08-23 | 1 | -15/+13 |
| | |||||
* | Convert comment posting system to flask framework | James Taylor | 2019-07-21 | 1 | -0/+23 |
| | |||||
* | Convert comments to flask framework | James Taylor | 2019-07-19 | 1 | -0/+47 |