aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* WSGI for /delete_comment (POST request)James Taylor2019-01-052-10/+10
|
* WSGI for logging in (POST request)James Taylor2019-01-052-30/+30
|
* WSGI for /edit_playlistJames Taylor2019-01-052-10/+25
|
* WSGI for simple non-path GET pagesJames Taylor2019-01-056-53/+42
|
* WSGI for searchJames Taylor2019-01-042-25/+38
|
* Add permalink to comment on timestampJames Taylor2019-01-022-2/+8
|
* Indicate whether tor routing is onJames Taylor2018-12-311-2/+5
|
* Updated READMEJames Taylor2018-12-311-10/+10
|
* Change default port to 8080James Taylor2018-12-311-1/+1
|
* Ability to delete commentsJames Taylor2018-12-314-7/+88
|
* Rename username to channel_id in more placesJames Taylor2018-12-312-4/+4
|
* put session_token retrieval code into a functionJames Taylor2018-12-301-11/+15
|
* Use channel id to uniquely identify accounts, not usernameJames Taylor2018-12-302-9/+11
|
* Save channel id when adding accountJames Taylor2018-12-301-4/+15
|
* Option to use tor when logging inJames Taylor2018-12-302-7/+27
|
* post_comment: receive cookies given during session token retrieval (fixes ↵James Taylor2018-12-261-1/+1
| | | | 400 bad request when comment is posted)
* Fix post_comment functionJames Taylor2018-12-261-3/+3
|
* Fix username parameter not being sentJames Taylor2018-12-261-1/+1
|
* Fix cookiejar_from_lwp functionJames Taylor2018-12-261-1/+2
|
* Added account selection to comment boxesJames Taylor2018-12-265-7/+42
|
* 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-263-27/+27
|
* fetch_url: Fix cookies not being sent after redirectsJames Taylor2018-12-261-7/+28
|
* Don't use tor when logging inJames Taylor2018-12-266-31/+116
|
* Server-side http logic for adding accountJames Taylor2018-12-262-1/+15
|
* _login: Add youtube-dl standard headers to requestsJames Taylor2018-12-261-4/+17
|
* fetch_url: fix cookie sending/receiving not workingJames Taylor2018-12-261-2/+2
|
* Added account login pageJames Taylor2018-12-252-2/+59
|
* Use new cookiejar system for comment postingJames Taylor2018-12-252-12/+14
|
* 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-243-190/+6
|
* Loading/saving of accountsJames Taylor2018-12-241-1/+12
|
* Initial port of _login methodJames Taylor2018-12-241-69/+132
|
* Added cookie-handling ability to fetch_urlJames Taylor2018-12-241-1/+14
|
* common: support for POST data in fetch_urlJames Taylor2018-12-231-11/+10
|
* Properly handle case of non-existent channel tabJames Taylor2018-12-211-3/+3
|
* Fix channel title out-of-place in channel search resultsJames Taylor2018-12-211-0/+4
|
* Properly handle terminated channel on channel's playlist and about pageJames Taylor2018-12-213-22/+36
|
* When url fetch fails with http error, report it instead of just 500James Taylor2018-12-211-0/+4
|
* Fix error when user page has no videosJames Taylor2018-12-211-27/+26
|
* Correctly handle case where video ID is too shortJames Taylor2018-12-201-0/+4
|
* Correctly handle case where channel doesn't existJames Taylor2018-12-203-1/+22
|
* Correctly handle case where channel was terminatedJames Taylor2018-12-201-3/+15
|
* Ability to sort playlists on channelJames Taylor2018-12-191-17/+24
|
* Fixed regression: error on channel playlists/search pageJames Taylor2018-12-191-0/+2
|
* Ability to sort channel videos by oldest and by viewsJames Taylor2018-12-176-23/+50
|
* Put default language subtitles at end of list to work around browser bug ↵James Taylor2018-12-161-3/+8
| | | | when too many languages present