aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/watch.html
Commit message (Expand)AuthorAgeFilesLines
* Fix video height not scaling down when browser window is narrowJames Taylor2020-10-011-17/+56
* Add some space between transcript button and related videosJames Taylor2020-09-251-12/+14
* Specify video height in html so page doesn't shift down after loadJames Taylor2020-09-241-2/+1
* Transcript: Add label for table view checkboxJames Taylor2020-09-241-0/+1
* Merge pull request #15 from zrose584/transcript_tableJames Taylor2020-09-241-0/+30
|\
| * style transcript divzrose5842020-09-151-2/+6
| * transcript-table: show transcript as contiguous text by defaultzrose5842020-09-121-0/+1
| * let jinja create the transcript <details> elementzrose5842020-09-121-0/+14
| * add transcript-table.jszrose5842020-09-111-0/+9
| * hotkeys.js: add 'c' for transcriptzrose5842020-09-111-0/+2
* | Jump video to timestamp in description or commentsJames Taylor2020-09-181-1/+1
|/
* Add setting to enable/disable video hotkeysJames Taylor2020-09-091-7/+8
* add hotkeys.jszrose5842020-09-091-1/+3
* Add support for &t parameterJames Taylor2020-07-251-0/+5
* Add video transcript to downloadsJames Taylor2020-07-251-0/+10
* Add dialog for copying urls to external player for livestreamsJames Taylor2020-06-281-0/+30
* Add option for reloading video without invidiousJames Taylor2020-05-271-1/+8
* Indicate that video is liveJames Taylor2020-05-271-0/+3
* Add playlist sidebar for videos in playlist, including autoplayJames Taylor2020-04-041-23/+206
* Watch page: add info box with allowed countries and tor exit nodeJames Taylor2020-02-011-0/+27
* Watch: Add padding in description box and urlize linksJames Taylor2019-12-201-1/+2
* Watch: display comment count and whether comments are disabledJames Taylor2019-12-201-8/+17
* Watch: Add border around badges such as unlisted badgeJames Taylor2019-12-201-1/+3
* Merge branch 'modular-data-extract'James Taylor2019-12-191-29/+78
|\
| * Extraction: Rewrite item_extraction for better error handling and readability...James Taylor2019-12-181-3/+3
| * 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
* | Watch page: Background color on video when scrubbing bar larger than videoJames Taylor2019-09-091-1/+1
|/
* Layout: Add themesJames Taylor2019-08-251-6/+6
* Layout: Theater layout: Expand video width across page only as necessary base...James Taylor2019-08-241-1/+4
* Layout: add option to hide comments/related vids by default but click to show...James Taylor2019-08-241-52/+67
* Layout: Make downloads click-to-show instead of hover-to-show using <details>...James Taylor2019-08-241-39/+51
* 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