aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 reasonab...James Taylor2018-10-013-8/+7
* 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
* add msvcp140.dll to satisfy pointless vc++ dependency by brotliJames Taylor2018-09-121-0/+0
* add fix for rg3/youtube-dl#17457James Taylor2018-09-071-1/+3
* single comment retrieval function, remove left-over debug writingJames Taylor2018-09-071-2/+9
* comment deletion functionJames Taylor2018-09-051-1/+26
* Fix long sequences of letters in descriptions & comments overflowingJames Taylor2018-09-022-1/+2
* fix header on other pagesJames Taylor2018-09-023-10/+2
* Fix channels sometimes giving 500James Taylor2018-09-022-9/+11
* Download dropdown: don't push everything downJames Taylor2018-09-011-0/+1
* Use less laggy grid layout strategy for watch pageJames Taylor2018-09-013-33/+21
* Reorganize comment systemJames Taylor2018-09-016-98/+146
* remove unused codeJames Taylor2018-08-311-78/+0
* Return comments by newest after posting top-level commentJames Taylor2018-08-313-13/+17
* default disable googlevideo domain debuggingJames Taylor2018-08-312-6/+13
* fetch_url: space between report text and latencyJames Taylor2018-08-311-1/+1
* Ability to reply to commentsJames Taylor2018-08-316-2/+162
* ignore unknown renderer typesJames Taylor2018-08-311-2/+3
* Fix blank comments causing parsing to failJames Taylor2018-08-301-1/+2
* Ability to post comments (not reply yet)James Taylor2018-08-295-87/+104
* Display video title & thumbnail on comment pagesJames Taylor2018-08-263-17/+67
* Comments: In title, indicate page number or that page contains repliesJames Taylor2018-08-261-2/+21
* Fix title attribute missing from title link for some itemsJames Taylor2018-08-261-1/+1
* fix extraneous escape in comment usernameJames Taylor2018-08-251-1/+1
* Fix comments with long usernames breaking comment sectionJames Taylor2018-08-244-3/+11
* Fix comments not working as result of youtube changesJames Taylor2018-08-241-7/+63