aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/youtube.py
Commit message (Collapse)AuthorAgeFilesLines
* Content-Type: text/vtt for subtitlesJames Taylor2019-01-121-1/+1
|
* Content-type: text/plain for errors or status messagesJames Taylor2019-01-061-4/+4
|
* Add newline to end of filesJames Taylor2019-01-061-1/+1
|
* rename env['fields'] to env['parameters'] and rename fields to parameters in ↵James Taylor2019-01-061-6/+5
| | | | general
* WSGI for GET and POST requests with path dataJames Taylor2019-01-061-29/+13
|
* WSGI for /post_comment (POST request)James Taylor2019-01-051-13/+2
|
* WSGI for /delete_comment (POST request)James Taylor2019-01-051-8/+1
|
* WSGI for logging in (POST request)James Taylor2019-01-051-20/+1
|
* WSGI for /edit_playlistJames Taylor2019-01-051-10/+16
|
* WSGI for simple non-path GET pagesJames Taylor2019-01-051-30/+8
|
* WSGI for searchJames Taylor2019-01-041-9/+21
|
* Ability to delete commentsJames Taylor2018-12-311-0/+20
|
* Option to use tor when logging inJames Taylor2018-12-301-1/+6
|
* Server-side http logic for adding accountJames Taylor2018-12-261-0/+13
|
* Added account login pageJames Taylor2018-12-251-1/+5
|
* Reorganized account and commenting functions into different filesJames Taylor2018-12-241-3/+3
|
* 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