41 Commits

Author SHA1 Message Date
James Taylor
60fe4b2e75 Add subscription manager system 2019-06-07 21:35:00 -07:00
James Taylor
ae5fd9eb00 Make thumbnails work and other stuff 2019-06-05 00:41:15 -07:00
James Taylor
af9c4e0554 Bring up to date with master 2019-06-02 02:25:39 -07:00
James Taylor
b32330be4f refactor common.py into 3 files 2019-02-21 21:32:31 -08:00
James Taylor
3905e7e640 basic subscriptions system 2019-02-16 23:41:52 -08:00
James Taylor
24642455d0 subscriptions page 2019-02-16 16:56:46 -08:00
James Taylor
08775fa2d0 Content-Type: text/vtt for subtitles 2019-01-12 22:03:16 -08:00
James Taylor
1ba38a5c9c Content-type: text/plain for errors or status messages 2019-01-06 19:31:01 -08:00
James Taylor
36e0409db4 Add newline to end of files 2019-01-06 18:20:29 -08:00
James Taylor
bb2d40ac83 rename env['fields'] to env['parameters'] and rename fields to parameters in general 2019-01-06 01:33:52 -08:00
James Taylor
eea16e5ac3 WSGI for GET and POST requests with path data 2019-01-06 01:19:03 -08:00
James Taylor
a98f94b1ec WSGI for /post_comment (POST request) 2019-01-05 02:22:12 -08:00
James Taylor
28270a9ce8 WSGI for /delete_comment (POST request) 2019-01-05 01:57:50 -08:00
James Taylor
60df0aec6d WSGI for logging in (POST request) 2019-01-05 01:47:54 -08:00
James Taylor
31a60602de WSGI for /edit_playlist 2019-01-05 01:23:04 -08:00
James Taylor
a57fc77426 WSGI for simple non-path GET pages 2019-01-05 00:20:39 -08:00
James Taylor
ec2fb71a37 WSGI for search 2019-01-04 03:33:07 -08:00
James Taylor
e3fac7da54 Ability to delete comments 2018-12-31 02:52:27 -08:00
James Taylor
d86b4704f8 Option to use tor when logging in 2018-12-30 03:39:10 -08:00
James Taylor
b321b5fc64 Server-side http logic for adding account 2018-12-26 02:21:20 -08:00
James Taylor
d5e2e3ee8a Added account login page 2018-12-25 01:26:23 -08:00
James Taylor
3d1a1189e7 Reorganized account and commenting functions into different files 2018-12-24 23:39:09 -08:00
James Taylor
cbdc404703 Correctly handle case where video ID is too short 2018-12-20 01:25:36 -08:00
James Taylor
7c97a17053 Support for custom channel urls 2018-12-16 18:49:09 -08:00
James Taylor
9b4aafcacc post/redirect/get for removing items from playlist 2018-11-10 21:58:01 -08:00
James Taylor
409fea0197 Use post/redirect/get method to prevent form resubmission for comments 2018-11-10 21:13:49 -08:00
James Taylor
717bf21093 Can now store settings&data in ~/.youtube-local, keeping program files separate 2018-11-10 00:27:43 -08:00
James Taylor
8784070e75 Server-side handling of local playlist thumbnails (forgot to include in last commit) 2018-11-05 01:27:01 -08:00
James Taylor
2be1743133 Search plugin: use same port number that server is running on 2018-10-30 23:10:32 -07:00
James Taylor
ebfe58e6cb Ability to reply to comments 2018-08-31 16:23:19 -07:00
James Taylor
fee24d4f0a Ability to post comments (not reply yet) 2018-08-29 00:33:28 -07:00
James Taylor
3bbf998a74 Add favicon 2018-08-20 00:19:16 -07:00
James Taylor
1dc2cb0ab6 Return blank page for searching when visiting just localhost/youtube.com 2018-07-31 17:03:47 -07:00
James Taylor
74c9647072 POST on same page when removing from playlist, so url doesn't change 2018-07-24 04:30:51 -07:00
James Taylor
d170a75a93 ability to remove videos from playlist 2018-07-20 01:41:12 -07:00
James Taylor
5b8a50c1c4 fix issue with automatic subtitles being outside the video 2018-07-13 16:54:52 -07:00
James Taylor
c7edcff93a add subtitles support 2018-07-10 01:49:55 -07:00
James Taylor
52835db0a8 add support for viewing local playlists 2018-07-08 18:40:39 -07:00
James Taylor
6ad09eb53a server-side support for adding to local playlists 2018-07-08 01:06:54 -07:00
James Taylor
79937c1c82 fix line endings 2018-07-02 17:45:25 -07:00
James Taylor
98157bf1bf initial commit 2018-06-30 23:34:46 -07:00