Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove commenting system. Because: | James Taylor | 2020-10-21 | 1 | -336/+0 |
| | | | | | | | | - Actually using it will result in comments being shadowbanned, even those posted from Youtube's interfacs, because your account gets downranked since no analytics are present so it looks like a bot posting the comment. - It's been broken for awhile | ||||
* | Remove ad-hoc response saving from code, create a debug setting for fetch_url | James Taylor | 2019-07-23 | 1 | -11/+4 |
| | |||||
* | Convert login to flask framework and fix the login, and fix account display | James Taylor | 2019-07-21 | 1 | -84/+18 |
| | |||||
* | refactor common.py into 3 files | James Taylor | 2019-02-21 | 1 | -9/+9 |
| | |||||
* | Content-type: text/plain for errors or status messages | James Taylor | 2019-01-06 | 1 | -2/+2 |
| | |||||
* | accounts: write newline at end of file when saving accounts | James Taylor | 2019-01-06 | 1 | -1/+1 |
| | |||||
* | rename env['fields'] to env['parameters'] and rename fields to parameters in ↵ | James Taylor | 2019-01-06 | 1 | -4/+4 |
| | | | | general | ||||
* | WSGI for logging in (POST request) | James Taylor | 2019-01-05 | 1 | -10/+29 |
| | |||||
* | WSGI for simple non-path GET pages | James Taylor | 2019-01-05 | 1 | -2/+4 |
| | |||||
* | Use channel id to uniquely identify accounts, not username | James Taylor | 2018-12-30 | 1 | -7/+9 |
| | |||||
* | Save channel id when adding account | James Taylor | 2018-12-30 | 1 | -4/+15 |
| | |||||
* | Option to use tor when logging in | James Taylor | 2018-12-30 | 1 | -6/+21 |
| | |||||
* | Fix cookiejar_from_lwp function | James Taylor | 2018-12-26 | 1 | -1/+2 |
| | |||||
* | Added account selection to comment boxes | James Taylor | 2018-12-26 | 1 | -0/+3 |
| | |||||
* | Make accounts.txt more human-readable | James Taylor | 2018-12-26 | 1 | -3/+3 |
| | |||||
* | If specified, save account to disk after adding it | James Taylor | 2018-12-26 | 1 | -6/+9 |
| | |||||
* | Rename cookie_jar to cookiejar | James Taylor | 2018-12-26 | 1 | -15/+15 |
| | |||||
* | Don't use tor when logging in | James Taylor | 2018-12-26 | 1 | -3/+7 |
| | |||||
* | Server-side http logic for adding account | James Taylor | 2018-12-26 | 1 | -1/+2 |
| | |||||
* | _login: Add youtube-dl standard headers to requests | James Taylor | 2018-12-26 | 1 | -4/+17 |
| | |||||
* | Added account login page | James Taylor | 2018-12-25 | 1 | -1/+54 |
| | |||||
* | Use new cookiejar system for comment posting | James Taylor | 2018-12-25 | 1 | -0/+3 |
| | |||||
* | Function to produce LWPCookieJar from lwp string | James Taylor | 2018-12-25 | 1 | -1/+7 |
| | |||||
* | Accounts: use dictionary based on username instead of list | James Taylor | 2018-12-24 | 1 | -5/+4 |
| | |||||
* | add_account function | James Taylor | 2018-12-24 | 1 | -0/+10 |
| | |||||
* | Reorganized account and commenting functions into different files | James Taylor | 2018-12-24 | 1 | -0/+264 |