aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/local_playlist.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge subscriptions into masterJames Taylor2019-09-061-28/+2
|\
| * Merge flask framework and other stuff from masterJames Taylor2019-08-091-58/+57
| |\
| * | Make thumbnails work and other stuffJames Taylor2019-06-051-28/+2
| | |
* | | Layout: refactor item system to be more maintainable, add vertical item typeJames Taylor2019-08-231-1/+0
| |/ |/|
* | Add pagination for local playlistsJames Taylor2019-08-091-5/+14
| |
* | Convert local_playlist to flask frameworkJames Taylor2019-07-061-58/+48
|/
* refactor common.py into 3 filesJames Taylor2019-02-211-11/+12
|
* Content-type: text/plain for errors or status messagesJames Taylor2019-01-061-2/+2
|
* 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/+6
| | | | general
* WSGI for GET and POST requests with path dataJames Taylor2019-01-061-5/+19
|
* WSGI for /edit_playlistJames Taylor2019-01-051-0/+9
|
* Can now store settings&data in ~/.youtube-local, keeping program files separateJames Taylor2018-11-101-2/+4
|
* Local playlists: save video thumbnails locallyJames Taylor2018-10-311-3/+56
|
* Don't add duplicates to playlistsJames Taylor2018-10-301-1/+11
|
* fix errors when data directory doesn't exist alreadyJames Taylor2018-07-311-1/+7
|
* ability to remove videos from playlistJames Taylor2018-07-201-23/+11
|
* add support for viewing local playlistsJames Taylor2018-07-081-3/+71
|
* front-end support for adding to playlistsJames Taylor2018-07-081-3/+9
|
* server-side support for adding to local playlistsJames Taylor2018-07-081-0/+13