aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/watch.html
Commit message (Collapse)AuthorAgeFilesLines
* Extraction: Rewrite item_extraction for better error handling and ↵James Taylor2019-12-181-3/+3
| | | | readability, rename extracted names for more consistency
* Extraction: Fix thumbnail and remove badges on related videosJames Taylor2019-12-171-2/+6
|
* Extraction: Detect limited state and fix false detection as unlistedJames Taylor2019-12-171-0/+3
|
* Extraction: Display that video is age-restrictedJames Taylor2019-12-121-7/+21
|
* Extraction: return and display any errors preventing video playbackJames Taylor2019-11-221-12/+29
|
* Extraction: Replace youtube-dl with custom-built watch page extractionJames Taylor2019-10-171-5/+16
|
* Layout: Add themesJames Taylor2019-08-251-6/+6
|
* Layout: Theater layout: Expand video width across page only as necessary ↵James Taylor2019-08-241-1/+4
| | | | based on length of video
* Layout: add option to hide comments/related vids by default but click to ↵James Taylor2019-08-241-52/+67
| | | | show using <details>
* Layout: Make downloads click-to-show instead of hover-to-show using ↵James Taylor2019-08-241-39/+51
| | | | <details> element
* Layout: Add option to use 720p resolutionJames Taylor2019-08-241-1/+1
|
* Layout: Add theater modeJames Taylor2019-08-241-6/+28
|
* Layout: Simplify color schemeJames Taylor2019-08-241-15/+4
|
* Layout: Put related videos below video when page is too smallJames Taylor2019-08-231-200/+217
|
* Layout: simplify watch page space distribution on edgesJames Taylor2019-08-231-1/+1
|
* Layout: refactor item system to be more maintainable, add vertical item typeJames Taylor2019-08-231-4/+1
|
* Use variable to set title on base template instead of blockJames Taylor2019-07-211-1/+1
|
* Convert comments to flask frameworkJames Taylor2019-07-191-1/+5
|
* watch_page: refactor music list into flask templateJames Taylor2019-07-071-2/+19
|
* Refactor watch page related videos to use item rendering macroJames Taylor2019-06-211-1/+4
|
* Inherit from base templateJames Taylor2019-06-171-23/+7
|
* Convert watch page to flask frameworkJames Taylor2019-06-161-0/+222