aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/comments.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix data comments 00ef1c862744ec00886bc3fa4b95fdfc6c151866Jesús2021-02-261-1/+1
|
* Fix comment repliesJames Taylor2021-02-261-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' dateJesús2020-12-301-2/+2
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Change general design themeJesús2020-12-141-12/+9
|
* Video comments: replace with error message if there is errorJames Taylor2020-11-291-7/+13
| | | | Such as 429 error, or an exception
* Remove commenting system. Because:James Taylor2020-10-211-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 fallbackJames Taylor2020-10-201-0/+1
| | | | if xhr request fails
* add comments.jszrose5842020-10-071-1/+8
|
* Jump video to timestamp in description or commentsJames Taylor2020-09-181-3/+7
|
* Extraction: Rewrite item_extraction for better error handling and ↵James Taylor2019-12-181-2/+2
| | | | readability, rename extracted names for more consistency
* Layout: Put related videos below video when page is too smallJames Taylor2019-08-231-15/+13
|
* Convert comment posting system to flask frameworkJames Taylor2019-07-211-0/+23
|
* Convert comments to flask frameworkJames Taylor2019-07-191-0/+47