aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Support for custom channel urlsJames Taylor2018-12-162-13/+22
|
* Fixed regression that broke subtitlesJames Taylor2018-12-041-2/+2
|
* fix playlist description sometimes having large blank space after itJames Taylor2018-11-291-1/+0
|
* post/redirect/get for removing items from playlistJames Taylor2018-11-101-3/+2
|
* Use post/redirect/get method to prevent form resubmission for commentsJames Taylor2018-11-104-11/+396
|
* Can now store settings&data in ~/.youtube-local, keeping program files separateJames Taylor2018-11-106-35/+62
|
* missed some modifications when updating youtube extractorJames Taylor2018-11-091-4/+6
|
* yt-dl: update youtube extractor file to fix js-sig extraction issuesJames Taylor2018-11-092-16/+3015
|
* channel about page: remove /redirect in linksJames Taylor2018-11-081-1/+6
|
* Include fix for rg3/youtube-dl#18052 (no view count)James Taylor2018-11-051-1/+31
|
* Server-side handling of local playlist thumbnails (forgot to include in last ↵James Taylor2018-11-051-0/+5
| | | | commit)
* Local playlists: save video thumbnails locallyJames Taylor2018-10-311-3/+56
|
* Don't use exec to read settingsJames Taylor2018-10-311-2/+39
|
* Search plugin: use same port number that server is running onJames Taylor2018-10-302-2/+11
|
* Linux: Security noticeJames Taylor2018-10-301-1/+1
|
* Don't add duplicates to playlistsJames Taylor2018-10-301-1/+11
|
* Fix regression: autocorrect/did-you-mean causing failure on searchJames Taylor2018-10-301-2/+2
|
* fix search filters not being applied to next pages in resultsJames Taylor2018-10-272-17/+2
|
* comments: fixed regression in previous comments bugfix commitJames Taylor2018-10-181-3/+4
|
* Support for search filters: upload date, type, durationJames Taylor2018-10-182-5/+61
|
* fix error parsing comments when a comment has all replies in a threadJames Taylor2018-10-161-5/+5
|
* add latency/readtime reporting for more things, round the numbers by ↵James Taylor2018-10-013-8/+7
| | | | reasonable amount
* add support for lc parameterJames Taylor2018-10-012-8/+14
|
* Display latency/read-time for comment retrievalJames Taylor2018-09-151-6/+4
|
* Check whether comment posting was successfulJames Taylor2018-09-152-12/+42
|
* forgot to include the ._pth fixJames Taylor2018-09-141-0/+1
|
* Windows: Use 32-bit distribution of pythonJames Taylor2018-09-14166-44600/+175528
|