| Commit message (Expand) | Author | Age | Files | Lines |
| * | feature/hls: Add HLS playback support, and refactors documentation for better...HEADv0.5.0master | Astounds | 45 hours | 1 | -7/+19 |
| * | fix: use YouTube-provided thumbnail URLs instead of hardcoded hq720.jpg | Astounds | 2026-03-27 | 1 | -1/+0 |
| * | Release v0.4.0 - HD Thumbnails, YouTube 2024+ Support, and yt-dlp Integrationv0.4.0 | Astounds | 2026-03-22 | 1 | -0/+10 |
| * | Use response.headers instead of response.getheaders() | Astound | 2024-03-11 | 1 | -1/+1 |
| * | server.py: route any subdomain of googleusercontent.com & | Jesus E | 2023-05-28 | 1 | -2/+2 |
| * | Filter out noisy video routing requests in console | James Taylor | 2022-03-30 | 1 | -4/+6 |
| * | Add support for more qualities, merging video+audio using MSE | James Taylor | 2021-08-29 | 1 | -0/+3 |
| * | Revert "Add support for more qualities, merging video+audio using MSE" | Jesús | 2021-08-29 | 1 | -3/+0 |
| * | Add support for more qualities, merging video+audio using MSE | James Taylor | 2021-08-29 | 1 | -0/+3 |
| * | Capitalize name app | Jesús | 2021-06-10 | 1 | -5/+5 |
| * | Add hidden setting to allow foreign post requests | James Taylor | 2021-03-15 | 1 | -1/+3 |
| * | Improve regex to pep8 | Jesús | 2020-12-31 | 1 | -1/+6 |
| * | Fix env["PATH_INFO"] for UWSGI, prevents bad url formatting | Jesús | 2020-12-19 | 1 | -0/+6 |
| * | Patch-import-migrate: Add embed page for embeds on the web | Jesús | 2020-12-19 | 1 | -0/+1 |
| * | video routing: Range request missing content when connection closed | James Taylor | 2020-12-19 | 1 | -32/+110 |
| * | pep8 | Jesús | 2020-12-15 | 1 | -6/+11 |
| * | Improve message Starting httpserver | Jesús | 2020-12-15 | 1 | -1/+5 |
| * | Put vid title at end of download urls so downloads w/ that filename | James Taylor | 2020-10-22 | 1 | -0/+3 |
| * | Remove commenting system. Because: | James Taylor | 2020-10-21 | 1 | -1/+1 |
| * | proxy 'sponsor.ajay.app' | zrose584 | 2020-10-18 | 1 | -3/+4 |
| * | Use tor video routing instead of invidious for 403s | James Taylor | 2020-09-25 | 1 | -5/+5 |
| * | server.py: support alternative server software | James Taylor | 2020-09-24 | 1 | -8/+11 |
| * | Increase max redirects for video routing | James Taylor | 2020-09-22 | 1 | -1/+5 |
| * | Add setting for tor_port | user938120 | 2020-09-19 | 1 | -1/+1 |
| * | Add tor video routing | James Taylor | 2020-09-18 | 1 | -6/+30 |
| * | Merge branch 'master' of https://github.com/user234683/youtube-local | James Taylor | 2020-09-05 | 1 | -0/+1 |
| |\ |
|
| | * | server.py: Add python3 shebang | Jelle Licht | 2020-09-05 | 1 | -0/+1 |
| * | | Don't log noisy caption requests to console | James Taylor | 2020-09-05 | 1 | -1/+1 |
| |/ |
|
| * | Don't log noisy thumbnail and avatar requests in the console | James Taylor | 2020-08-12 | 1 | -3/+13 |
| * | Fix parameters being ignored in youtu.be links | James Taylor | 2020-04-05 | 1 | -1/+4 |
| * | Correct malformed query strings: change ? to & so flask | James Taylor | 2020-03-08 | 1 | -0/+3 |
| * | Redirect localhost:8080 to homepage | James Taylor | 2019-09-07 | 1 | -0/+5 |
| * | Convert subscriptions page to flask framework | James Taylor | 2019-08-10 | 1 | -1/+1 |
| * | Delete obsolete files | James Taylor | 2019-07-21 | 1 | -18/+0 |
| * | Convert comment posting system to flask framework | James Taylor | 2019-07-21 | 1 | -1/+1 |
| * | Convert comments to flask framework | James Taylor | 2019-07-19 | 1 | -1/+1 |
| * | Convert local_playlist to flask framework | James Taylor | 2019-07-06 | 1 | -1/+1 |
| * | Convert channel page to flask framework | James Taylor | 2019-07-06 | 1 | -1/+1 |
| * | Convert playlist page to flask framework | James Taylor | 2019-07-04 | 1 | -1/+1 |
| * | Refactor search page | James Taylor | 2019-06-21 | 1 | -1/+1 |
| * | Convert watch page to flask framework | James Taylor | 2019-06-16 | 1 | -8/+11 |
| * | Use persistent connections | James Taylor | 2019-02-25 | 1 | -10/+12 |
| * | server.py: remove obsolete code | James Taylor | 2019-02-02 | 1 | -23/+1 |
| * | Don't use tor when logging in | James Taylor | 2018-12-26 | 1 | -7/+9 |
| * | Properly handle terminated channel on channel's playlist and about page | James Taylor | 2018-12-21 | 1 | -0/+4 |
| * | When url fetch fails with http error, report it instead of just 500 | James Taylor | 2018-12-21 | 1 | -0/+4 |
| * | Correctly handle case where channel doesn't exist | James Taylor | 2018-12-20 | 1 | -1/+5 |
| * | Can now store settings&data in ~/.youtube-local, keeping program files separate | James Taylor | 2018-11-10 | 1 | -1/+1 |
| * | relay headers when proxying site so caching happens | James Taylor | 2018-07-24 | 1 | -1/+1 |
| * | move settings to file, fix error if no banned_addresses.txt | James Taylor | 2018-07-13 | 1 | -10/+12 |