aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | replies: remove css borderzrose5842020-10-091-3/+0
| * | doXhr: check xhr.statuszrose5842020-10-091-1/+5
| * | add comments.jszrose5842020-10-079-19/+93
* | | playlist: Fix add-to-local-playlist form missingJames Taylor2020-10-091-1/+2
* | | Merge pull request #21 from zrose584/search_focusJames Taylor2020-10-092-1/+3
|\ \ \
| * | | autofocus search inputzrose5842020-10-071-1/+2
| * | | yt_app.config: use 'TEMPLATES_AUTO_RELOAD'zrose5842020-10-071-0/+1
| |/ /
* | | Merge pull request #26 from zrose584/num_videos_fixJames Taylor2020-10-091-3/+4
|\ \ \ | |/ / |/| |
| * | fix get_number_of_videos_channelzrose5842020-10-091-3/+4
|/ /
| * put the slash backzrose5842020-10-121-1/+1
| * always proxy cached thumbnailszrose5842020-10-102-3/+1
| * Don't remove the CSP completelyzrose5842020-10-091-3/+2
| * fix stylezrose5842020-10-093-3/+4
| * settings.py: add 'proxy_images'zrose5842020-10-077-20/+37
|/
* Fix video height not scaling down when browser window is narrowJames Taylor2020-10-012-17/+57
* Update READMEJames Taylor2020-09-251-4/+11
* Use tor video routing instead of invidious for 403sJames Taylor2020-09-252-49/+13
* 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-243-12/+19
* Transcript: Add label for table view checkboxJames Taylor2020-09-241-0/+1
* Transcript table: Fix timestamps for videos longer than an hourJames Taylor2020-09-241-4/+13
* Transcript: For clarity, use more verbose names and add commentsJames Taylor2020-09-242-49/+69
* Merge pull request #15 from zrose584/transcript_tableJames Taylor2020-09-244-4/+210
|\
| * style transcript divzrose5842020-09-152-3/+7
| * handle firefox' VTT parsing bugzrose5842020-09-151-3/+6
| * transcript-table: show transcript as contiguous text by defaultzrose5842020-09-122-25/+53
| * let jinja create the transcript <details> elementzrose5842020-09-122-17/+17
| * transcript-table.js: sync active transcript with select_ttzrose5842020-09-121-2/+6
| * default to last textTrackzrose5842020-09-122-2/+12
| * hotkeys.js: ignore if e.ctrlKeyzrose5842020-09-121-1/+2
| * add transcript-table.jszrose5842020-09-112-0/+121
| * hotkeys.js: add 'c' for transcriptzrose5842020-09-113-3/+38
* | server.py: support alternative server softwareJames Taylor2020-09-241-8/+11
* | Increase max redirects for video routingJames Taylor2020-09-222-4/+18
* | Merge pull request #18 from user938120/tor_port_settingJames Taylor2020-09-193-4/+10
|\ \
| * | Add setting for tor_portuser9381202020-09-193-4/+10
|/ /
* | Jump video to timestamp in description or commentsJames Taylor2020-09-183-4/+25
* | Add tor video routingJames Taylor2020-09-185-34/+99
* | New ctoken format. Fix channel pages > 1.James Taylor2020-09-171-10/+32
* | settings.py: make names less confusing and remove dead codeJames Taylor2020-09-141-71/+44
|/
* hotkeys.js: use DOMContentLoaded so images don't delay scriptJames Taylor2020-09-091-2/+2
* Add setting to enable/disable video hotkeysJames Taylor2020-09-093-10/+16
* Merge pull request #13 from zrose584/masterJames Taylor2020-09-092-1/+35
|\
| * add hotkeys.jszrose5842020-09-092-1/+35
|/
* Merge branch 'master' of https://github.com/user234683/youtube-localJames Taylor2020-09-052-1/+3
|\
| * Merge pull request #9 from jellelicht/masterJames Taylor2020-09-052-1/+3
| |\
| | * settings.py: Support newer `ast.Constant' for settings.txt file.Jelle Licht2020-09-051-1/+2
| | * server.py: Add python3 shebangJelle Licht2020-09-051-0/+1
| |/
* / Don't log noisy caption requests to consoleJames Taylor2020-09-051-1/+1
|/
* generate_release.py: Use wine to build windows releases on LinuxJames Taylor2020-08-121-11/+29