aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/youtube.py
Commit message (Collapse)AuthorAgeFilesLines
* Correctly handle case where video ID is too shortJames Taylor2018-12-201-0/+4
|
* Support for custom channel urlsJames Taylor2018-12-161-4/+4
|
* 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-101-2/+12
|
* Can now store settings&data in ~/.youtube-local, keeping program files separateJames Taylor2018-11-101-1/+2
|
* Server-side handling of local playlist thumbnails (forgot to include in last ↵James Taylor2018-11-051-0/+5
| | | | commit)
* Search plugin: use same port number that server is running onJames Taylor2018-10-301-1/+10
|
* Ability to reply to commentsJames Taylor2018-08-311-1/+1
|
* Ability to post comments (not reply yet)James Taylor2018-08-291-1/+8
|
* Add faviconJames Taylor2018-08-201-0/+1
|
* Return blank page for searching when visiting just localhost/youtube.comJames Taylor2018-07-311-0/+3
|
* POST on same page when removing from playlist, so url doesn't changeJames Taylor2018-07-241-8/+10
|
* ability to remove videos from playlistJames Taylor2018-07-201-2/+14
|
* fix issue with automatic subtitles being outside the videoJames Taylor2018-07-131-1/+3
|
* add subtitles supportJames Taylor2018-07-101-2/+4
|
* add support for viewing local playlistsJames Taylor2018-07-081-0/+4
|
* server-side support for adding to local playlistsJames Taylor2018-07-081-3/+3
|
* fix line endingsJames Taylor2018-07-021-59/+59
|
* initial commitJames Taylor2018-06-301-0/+60