| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename username to channel_id in more places | James Taylor | 2018-12-31 | 2 | -4/+4 |
* | put session_token retrieval code into a function | James Taylor | 2018-12-30 | 1 | -11/+15 |
* | Use channel id to uniquely identify accounts, not username | James Taylor | 2018-12-30 | 2 | -9/+11 |
* | 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 | 2 | -7/+27 |
* | post_comment: receive cookies given during session token retrieval (fixes 400... | James Taylor | 2018-12-26 | 1 | -1/+1 |
* | Fix post_comment function | James Taylor | 2018-12-26 | 1 | -3/+3 |
* | Fix username parameter not being sent | James Taylor | 2018-12-26 | 1 | -1/+1 |
* | Fix cookiejar_from_lwp function | James Taylor | 2018-12-26 | 1 | -1/+2 |
* | Added account selection to comment boxes | James Taylor | 2018-12-26 | 5 | -7/+42 |
* | 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 | 3 | -27/+27 |
* | fetch_url: Fix cookies not being sent after redirects | James Taylor | 2018-12-26 | 1 | -7/+28 |
* | Don't use tor when logging in | James Taylor | 2018-12-26 | 6 | -31/+116 |
* | Server-side http logic for adding account | James Taylor | 2018-12-26 | 2 | -1/+15 |
* | _login: Add youtube-dl standard headers to requests | James Taylor | 2018-12-26 | 1 | -4/+17 |
* | fetch_url: fix cookie sending/receiving not working | James Taylor | 2018-12-26 | 1 | -2/+2 |
* | Added account login page | James Taylor | 2018-12-25 | 2 | -2/+59 |
* | Use new cookiejar system for comment posting | James Taylor | 2018-12-25 | 2 | -12/+14 |
* | 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 | 3 | -190/+6 |
* | Loading/saving of accounts | James Taylor | 2018-12-24 | 1 | -1/+12 |
* | Initial port of _login method | James Taylor | 2018-12-24 | 1 | -69/+132 |
* | Added cookie-handling ability to fetch_url | James Taylor | 2018-12-24 | 1 | -1/+14 |
* | common: support for POST data in fetch_url | James Taylor | 2018-12-23 | 1 | -11/+10 |
* | Properly handle case of non-existent channel tab | James Taylor | 2018-12-21 | 1 | -3/+3 |
* | Fix channel title out-of-place in channel search results | James Taylor | 2018-12-21 | 1 | -0/+4 |
* | Properly handle terminated channel on channel's playlist and about page | James Taylor | 2018-12-21 | 3 | -22/+36 |
* | When url fetch fails with http error, report it instead of just 500 | James Taylor | 2018-12-21 | 1 | -0/+4 |
* | Fix error when user page has no videos | James Taylor | 2018-12-21 | 1 | -27/+26 |
* | Correctly handle case where video ID is too short | James Taylor | 2018-12-20 | 1 | -0/+4 |
* | Correctly handle case where channel doesn't exist | James Taylor | 2018-12-20 | 3 | -1/+22 |
* | Correctly handle case where channel was terminated | James Taylor | 2018-12-20 | 1 | -3/+15 |
* | Ability to sort playlists on channel | James Taylor | 2018-12-19 | 1 | -17/+24 |
* | Fixed regression: error on channel playlists/search page | James Taylor | 2018-12-19 | 1 | -0/+2 |
* | Ability to sort channel videos by oldest and by views | James Taylor | 2018-12-17 | 6 | -23/+50 |
* | Put default language subtitles at end of list to work around browser bug when... | James Taylor | 2018-12-16 | 1 | -3/+8 |
* | Support for custom channel urls | James Taylor | 2018-12-16 | 2 | -13/+22 |
* | Fixed regression that broke subtitles | James Taylor | 2018-12-04 | 1 | -2/+2 |
* | fix playlist description sometimes having large blank space after it | James Taylor | 2018-11-29 | 1 | -1/+0 |
* | post/redirect/get for removing items from playlist | James Taylor | 2018-11-10 | 1 | -3/+2 |
* | Use post/redirect/get method to prevent form resubmission for comments | James Taylor | 2018-11-10 | 4 | -11/+396 |
* | Can now store settings&data in ~/.youtube-local, keeping program files separate | James Taylor | 2018-11-10 | 6 | -35/+62 |
* | missed some modifications when updating youtube extractor | James Taylor | 2018-11-09 | 1 | -4/+6 |
* | yt-dl: update youtube extractor file to fix js-sig extraction issues | James Taylor | 2018-11-09 | 2 | -16/+3015 |
* | channel about page: remove /redirect in links | James Taylor | 2018-11-08 | 1 | -1/+6 |
* | Include fix for rg3/youtube-dl#18052 (no view count) | James Taylor | 2018-11-05 | 1 | -1/+31 |