aboutsummaryrefslogtreecommitdiffstats
path: root/youtube
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Properly handle terminated channel on channel's playlist and about pageJames Taylor2018-12-211-22/+27
* 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-201-0/+6
* 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-175-16/+29
* Put default language subtitles at end of list to work around browser bug when...James Taylor2018-12-161-3/+8
* Support for custom channel urlsJames Taylor2018-12-162-13/+22
* 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-104-5/+11
* channel about page: remove /redirect in linksJames Taylor2018-11-081-1/+6
* 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
* Search plugin: use same port number that server is running onJames Taylor2018-10-302-2/+11
* 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
* 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-021-0/+1
* Fix channels sometimes giving 500James Taylor2018-09-022-9/+11
* Use less laggy grid layout strategy for watch pageJames Taylor2018-09-012-15/+10
* Reorganize comment systemJames Taylor2018-09-014-49/+141
* 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-311-6/+6
* fetch_url: space between report text and latencyJames Taylor2018-08-311-1/+1
* Ability to reply to commentsJames Taylor2018-08-314-2/+146
* 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-294-75/+16