229 Commits

Author SHA1 Message Date
James Taylor
ae5fd9eb00 Make thumbnails work and other stuff 2019-06-05 00:41:15 -07:00
James Taylor
ccb795e31f Ensure videos in subscriptions from same channel in order 2019-06-03 03:20:44 -07:00
James Taylor
1807bfac49 Remove feed parsing for now since youtube doesn't honor If-Modified-Since header 2019-06-03 02:20:16 -07:00
James Taylor
af9c4e0554 Bring up to date with master 2019-06-02 02:25:39 -07:00
James Taylor
9f93b9429c Fix comment parsing error due to comments from deleted channels 2019-05-09 23:07:43 -07:00
James Taylor
c466dcdebe Update readme with new requirement 2019-04-23 23:12:48 -07:00
James Taylor
ba3b10edda Fix new breakage 2019-04-23 23:07:25 -07:00
James Taylor
0ecf3d08be Fix error with channel searches with non-ascii characters 2019-03-25 13:15:54 -07:00
James Taylor
a33b71820c README: clarify speed differences 2019-03-14 19:20:18 -07:00
James Taylor
8ceaa34a53 html_common: remove x_item_html functions 2019-02-26 17:27:53 -08:00
James Taylor
89daa27be2 prevent urllib3 from decoding content 2019-02-26 17:15:51 -08:00
James Taylor
1e1f55c9e5 Use persistent connections 2019-02-25 20:47:49 -08: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
4a54c4fe30 subscriptions: store video duration in database 2019-02-16 16:11:53 -08:00
James Taylor
a61ba6b8f4 playlist: fix error when there's no description 2019-02-16 15:21:39 -08:00
James Taylor
c65df7d27d subscriptions: Basic new videos checking function for channel 2019-02-16 15:09:09 -08:00
James Taylor
e158c4842b subscriptions: basic database code 2019-02-16 15:09:09 -08:00
James Taylor
74658f184b fetch_url: Ensure urllib never leaks python version 2019-02-16 14:26:03 -08:00
James Taylor
7f9e91da7a channel: Don't completely fail if can't retrieve # of vids 2019-02-16 14:11:38 -08:00
James Taylor
0cb61ef4b6 Search results: Use more performant layout strategy 2019-02-14 22:45:46 -08:00
James Taylor
4d7bba92eb Use pbj format for playlist requests, ajax deprecated 2019-02-07 20:58:17 -08:00
James Taylor
b669050bed server.py: remove obsolete code 2019-02-02 18:34:39 -08:00
James Taylor
fbcacc2c1a update youtube-dl 2019-01-17 21:33:11 -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
1c061783b4 accounts: write newline at end of file when saving accounts 2019-01-06 18:27:29 -08:00
James Taylor
36e0409db4 Add newline to end of files 2019-01-06 18:20:29 -08:00
James Taylor
c80a6b5eed add some space between playlist thumbnail and description 2019-01-06 18:07:39 -08:00
James Taylor
2c8300a646 add some space after playlist description/thumbnail 2019-01-06 18:06:23 -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
ea0705a98d Add permalink to comment on timestamp 2019-01-02 21:42:14 -08:00
James Taylor
2550552b28 Indicate whether tor routing is on 2018-12-31 03:18:42 -08:00
James Taylor
eda81412f6 Updated README 2018-12-31 03:14:21 -08:00
James Taylor
b70e3bf6dd Change default port to 8080 2018-12-31 02:53:06 -08:00
James Taylor
e3fac7da54 Ability to delete comments 2018-12-31 02:52:27 -08:00
James Taylor
005c1239a6 Rename username to channel_id in more places 2018-12-31 00:00:06 -08:00
James Taylor
e98f693aaf put session_token retrieval code into a function 2018-12-30 23:56:00 -08:00
James Taylor
913c258093 Use channel id to uniquely identify accounts, not username 2018-12-30 23:27:51 -08:00
James Taylor
248c2e1415 Save channel id when adding account 2018-12-30 05:06:42 -08:00
James Taylor
d86b4704f8 Option to use tor when logging in 2018-12-30 03:39:10 -08:00
James Taylor
a9c1e804ed post_comment: receive cookies given during session token retrieval (fixes 400 bad request when comment is posted) 2018-12-26 20:16:14 -08:00