aboutsummaryrefslogtreecommitdiffstats
path: root/server.py
Commit message (Collapse)AuthorAgeFilesLines
* remove trailing whitespaceszrose5842020-10-211-3/+3
|
* Use tor video routing instead of invidious for 403sJames Taylor2020-09-251-5/+5
| | | | | Using invidious isn't always successful, whereas Tor video routing appears to be near 100% successful.
* server.py: support alternative server softwareJames Taylor2020-09-241-8/+11
| | | | | | Add if __name__ == '__main__' check and add the name "application" pointing to the callable. Fixes #19
* Increase max redirects for video routingJames Taylor2020-09-221-1/+5
|
* Add setting for tor_portuser9381202020-09-191-1/+1
|
* Add tor video routingJames Taylor2020-09-181-6/+30
| | | | | | | | | | Includes non-tor video routing by default, so no more chances of the browser leaking headers or user agent to googlevideo Adjust settings upgrade system to facilitate change to route_tor setting. Add some more space on settings page for dropdown settings so does not overflow due to options with long names. Closes #7
* Merge branch 'master' of https://github.com/user234683/youtube-localJames Taylor2020-09-051-0/+1
|\
| * server.py: Add python3 shebangJelle Licht2020-09-051-0/+1
| |
* | Don't log noisy caption requests to consoleJames Taylor2020-09-051-1/+1
|/
* Don't log noisy thumbnail and avatar requests in the consoleJames Taylor2020-08-121-3/+13
|
* Fix parameters being ignored in youtu.be linksJames Taylor2020-04-051-1/+4
| | | | The parameters weren't passed to the underlying function
* Correct malformed query strings: change ? to & so flaskJames Taylor2020-03-081-0/+3
| | | | | | | | parses it correctly. Otherwise, parameters starting with ? will be included in the video id, which messes up the comments since the extraneous data is passed into the the ctoken.
* Redirect localhost:8080 to homepageJames Taylor2019-09-071-0/+5
|
* Convert subscriptions page to flask frameworkJames Taylor2019-08-101-1/+1
|
* Delete obsolete filesJames Taylor2019-07-211-18/+0
|
* Convert comment posting system to flask frameworkJames Taylor2019-07-211-1/+1
|
* Convert comments to flask frameworkJames Taylor2019-07-191-1/+1
|
* Convert local_playlist to flask frameworkJames Taylor2019-07-061-1/+1
|
* Convert channel page to flask frameworkJames Taylor2019-07-061-1/+1
|
* Convert playlist page to flask frameworkJames Taylor2019-07-041-1/+1
|
* Refactor search pageJames Taylor2019-06-211-1/+1
|
* Convert watch page to flask frameworkJames Taylor2019-06-161-8/+11
|
* Use persistent connectionsJames Taylor2019-02-251-10/+12
|
* server.py: remove obsolete codeJames Taylor2019-02-021-23/+1
|
* Don't use tor when logging inJames Taylor2018-12-261-7/+9
|
* Properly handle terminated channel on channel's playlist and about pageJames Taylor2018-12-211-0/+4
|
* When url fetch fails with http error, report it instead of just 500James Taylor2018-12-211-0/+4
|
* Correctly handle case where channel doesn't existJames Taylor2018-12-201-1/+5
|
* Can now store settings&data in ~/.youtube-local, keeping program files separateJames Taylor2018-11-101-1/+1
|
* relay headers when proxying site so caching happensJames Taylor2018-07-241-1/+1
|
* move settings to file, fix error if no banned_addresses.txtJames Taylor2018-07-131-10/+12
|
* remove hardcoded pathJames Taylor2018-07-101-1/+0
|
* 502 Bad Gateway instead of just 500 errorJames Taylor2018-07-021-4/+5
|
* add .gitattributes, default deny foreign addressesJames Taylor2018-07-011-141/+141
|
* initial commitJames Taylor2018-06-301-0/+141