aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/comments.html
Commit message (Collapse)AuthorAgeFilesLines
* 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