Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | settings.py: fix img_prefix not updated when setting changes | James Taylor | 2020-10-19 | 1 | -6/+13 |
| | | | | | | caused old prefix to still be used after changing setting see #31 | ||||
* | Merge branch 'master' into optional_proxy_images | James Taylor | 2020-10-12 | 1 | -0/+7 |
|\ | |||||
| * | add comments.js | zrose584 | 2020-10-07 | 1 | -0/+7 |
| | | |||||
* | | settings.py: add 'proxy_images' | zrose584 | 2020-10-07 | 1 | -3/+15 |
|/ | |||||
* | Add setting for tor_port | user938120 | 2020-09-19 | 1 | -0/+6 |
| | |||||
* | Add tor video routing | James Taylor | 2020-09-18 | 1 | -9/+35 |
| | | | | | | | | | | 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 | ||||
* | settings.py: make names less confusing and remove dead code | James Taylor | 2020-09-14 | 1 | -71/+44 |
| | | | | | | | Try to make the names more consistent and more descriptive. Remove unused functions to reduce confusing clutter Change locals() to globals(). Overwriting locals is invalid, just works because it was at top level. | ||||
* | Add setting to enable/disable video hotkeys | James Taylor | 2020-09-09 | 1 | -0/+7 |
| | |||||
* | settings.py: Support newer `ast.Constant' for settings.txt file. | Jelle Licht | 2020-09-05 | 1 | -1/+2 |
| | | | | | | In python 3.8, specific constant AST types are removed in favor of ast.Constant. This change should work for both cases. See https://bugs.python.org/issue32892 for the given rationale. | ||||
* | Correctly start and stop subscriptions autochecker when it is | James Taylor | 2020-03-08 | 1 | -0/+15 |
| | | | | disabled/enabled in settings. | ||||
* | Fix FileNotFound error when trying to download search plugin when the ↵ | James Taylor | 2020-02-06 | 1 | -0/+1 |
| | | | | working directory is not the directory of the program | ||||
* | Merge subscriptions into master | James Taylor | 2019-09-06 | 1 | -0/+6 |
|\ | |||||
| * | Subscriptions auto-checking system | James Taylor | 2019-08-14 | 1 | -0/+6 |
| | | |||||
* | | Adapt theme and layout settings to settings page system | James Taylor | 2019-09-06 | 1 | -0/+9 |
| | | |||||
* | | Settings: Fix circular dependency for settings_page | James Taylor | 2019-09-06 | 1 | -3/+1 |
| | | |||||
* | | Merge branch 'settings' | James Taylor | 2019-09-06 | 1 | -23/+95 |
|\ \ | |||||
| * | | Add settings page | James Taylor | 2019-08-17 | 1 | -23/+95 |
| |/ | |||||
* | | Layout: Add themes | James Taylor | 2019-08-25 | 1 | -0/+6 |
| | | |||||
* | | Layout: Add option to use 720p resolution | James Taylor | 2019-08-24 | 1 | -0/+6 |
| | | |||||
* | | Layout: Add theater mode | James Taylor | 2019-08-24 | 1 | -0/+6 |
|/ | |||||
* | Add upgrade system for settings and automatically add missing settings to file | James Taylor | 2019-08-01 | 1 | -32/+159 |
| | |||||
* | Remove ad-hoc response saving from code, create a debug setting for fetch_url | James Taylor | 2019-07-23 | 1 | -1/+4 |
| | |||||
* | Indicate whether tor routing is on | James Taylor | 2018-12-31 | 1 | -2/+5 |
| | |||||
* | Change default port to 8080 | James Taylor | 2018-12-31 | 1 | -1/+1 |
| | |||||
* | Can now store settings&data in ~/.youtube-local, keeping program files separate | James Taylor | 2018-11-10 | 1 | -29/+50 |
| | |||||
* | Don't use exec to read settings | James Taylor | 2018-10-31 | 1 | -2/+39 |
| | |||||
* | default disable googlevideo domain debugging | James Taylor | 2018-08-31 | 1 | -0/+7 |
| | |||||
* | add settings for enabling/disabling comments, comment avatars, & related vids | James Taylor | 2018-07-13 | 1 | -0/+4 |
| | |||||
* | language settings and default-mode settings for subtitles | James Taylor | 2018-07-13 | 1 | -0/+8 |
| | |||||
* | move settings to file, fix error if no banned_addresses.txt | James Taylor | 2018-07-13 | 1 | -0/+11 |