462 Commits

Author SHA1 Message Date
James Taylor
fc295ac93d Convert comment posting system to flask framework 2019-07-21 21:48:54 -07:00
James Taylor
167483af21 Convert login to flask framework and fix the login, and fix account display 2019-07-21 00:03:34 -07:00
James Taylor
8cad77ad0d Convert comments to flask framework 2019-07-19 22:27:10 -07:00
James Taylor
b854dab314 watch.py regression: fix error page 2019-07-07 17:46:07 -07:00
James Taylor
728b2b73d4 common_elements.html: Accept missing channel description as blank 2019-07-07 17:32:11 -07:00
James Taylor
b89d90a0d3 watch_page: refactor music list into flask template 2019-07-07 17:29:25 -07:00
James Taylor
6261add37d Convert local_playlist to flask framework 2019-07-06 23:08:04 -07:00
James Taylor
c0617670f7 Fix medium playlist items displaying incorrectly 2019-07-06 19:26:07 -07:00
James Taylor
64434b02ca Convert channel page to flask framework 2019-07-06 19:11:15 -07:00
James Taylor
24553bfb4f Merge branch 'master' into flask-framework 2019-07-04 18:21:43 -07:00
James Taylor
315039bebd common_elements.html: accept missing description as blank 2019-07-04 18:20:51 -07:00
James Taylor
d105d4520f Convert playlist page to flask framework 2019-07-04 18:08:14 -07:00
James Taylor
88c8101b41 Update youtube-dl to fix various issues 2019-06-21 23:38:39 -07:00
James Taylor
1c724f4f28 Search: fix corrections not working 2019-06-21 22:29:25 -07:00
James Taylor
05de304548 Fix get_subtitle_sources function 2019-06-21 21:59:50 -07:00
James Taylor
02962df052 Refactor watch page related videos to use item rendering macro 2019-06-21 21:59:33 -07:00
James Taylor
1156b09987 Refactor search page 2019-06-21 21:41:41 -07:00
James Taylor
e33bae2e50 watch: Fix error page 2019-06-17 20:57:10 -07:00
James Taylor
1ba2411862 Inherit from base template 2019-06-17 20:50:00 -07:00
James Taylor
2db58930a6 Convert watch page to flask framework 2019-06-16 16:16:03 -07:00
James Taylor
cc9283ad53 Fix checking specific channels 2019-06-11 01:50:01 -07:00
James Taylor
59fdbda886 Add channel muting 2019-06-11 01:47:06 -07:00
James Taylor
103b37030f Unsubscribe button on channels if already subscribed 2019-06-10 17:04:06 -07:00
James Taylor
e7989db931 Order channel names in a case-insensitive manner 2019-06-10 15:36:53 -07:00
James Taylor
8539b48c7b Retrieve 60 videos for subscriptions page instead of 30 2019-06-10 15:28:29 -07:00
James Taylor
9da073000a Use a single cursor for db operations when possible instead of reopening multiple times 2019-06-10 15:27:17 -07:00
James Taylor
d637f5b29c Group by tags feature and improve appearance of sub list items 2019-06-10 02:29:55 -07:00
James Taylor
f1cd3eb751 Support opml for subscriptions import 2019-06-09 20:23:59 -07:00
James Taylor
83f3dfaff5 simplify list_from_comma_separated_tags 2019-06-09 18:01:46 -07:00
James Taylor
27ee2990e9 Overhaul refresh system, make it asynchronous 2019-06-09 16:03:20 -07:00
James Taylor
f5c76462d7 Don't spam database with opening and closing when getting tags for many channels 2019-06-08 02:35:21 -07:00
James Taylor
c8be729e6b Reduce boilerplate in db functions with context managers 2019-06-08 02:32:13 -07:00
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
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