aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/accounts.py
Commit message (Expand)AuthorAgeFilesLines
* Remove commenting system. Because:James Taylor2020-10-211-336/+0
* Remove ad-hoc response saving from code, create a debug setting for fetch_urlJames Taylor2019-07-231-11/+4
* Convert login to flask framework and fix the login, and fix account displayJames Taylor2019-07-211-84/+18
* refactor common.py into 3 filesJames Taylor2019-02-211-9/+9
* Content-type: text/plain for errors or status messagesJames Taylor2019-01-061-2/+2
* accounts: write newline at end of file when saving accountsJames Taylor2019-01-061-1/+1
* rename env['fields'] to env['parameters'] and rename fields to parameters in ...James Taylor2019-01-061-4/+4
* WSGI for logging in (POST request)James Taylor2019-01-051-10/+29
* WSGI for simple non-path GET pagesJames Taylor2019-01-051-2/+4
* Use channel id to uniquely identify accounts, not usernameJames Taylor2018-12-301-7/+9
* Save channel id when adding accountJames Taylor2018-12-301-4/+15
* Option to use tor when logging inJames Taylor2018-12-301-6/+21
* Fix cookiejar_from_lwp functionJames Taylor2018-12-261-1/+2
* Added account selection to comment boxesJames Taylor2018-12-261-0/+3
* Make accounts.txt more human-readableJames Taylor2018-12-261-3/+3
* If specified, save account to disk after adding itJames Taylor2018-12-261-6/+9
* Rename cookie_jar to cookiejarJames Taylor2018-12-261-15/+15
* Don't use tor when logging inJames Taylor2018-12-261-3/+7
* Server-side http logic for adding accountJames Taylor2018-12-261-1/+2
* _login: Add youtube-dl standard headers to requestsJames Taylor2018-12-261-4/+17
* Added account login pageJames Taylor2018-12-251-1/+54
* Use new cookiejar system for comment postingJames Taylor2018-12-251-0/+3
* Function to produce LWPCookieJar from lwp stringJames Taylor2018-12-251-1/+7
* Accounts: use dictionary based on username instead of listJames Taylor2018-12-241-5/+4
* add_account functionJames Taylor2018-12-241-0/+10
* Reorganized account and commenting functions into different filesJames Taylor2018-12-241-0/+264