aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/subscriptions.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Order channel names in a case-insensitive mannerJames Taylor2019-06-101-3/+3
|
* Retrieve 60 videos for subscriptions page instead of 30James Taylor2019-06-101-1/+1
|
* Use a single cursor for db operations when possible instead of reopening ↵James Taylor2019-06-101-88/+80
| | | | multiple times
* Group by tags feature and improve appearance of sub list itemsJames Taylor2019-06-101-16/+85
|
* Support opml for subscriptions importJames Taylor2019-06-091-1/+21
|
* simplify list_from_comma_separated_tagsJames Taylor2019-06-091-15/+1
|
* Overhaul refresh system, make it asynchronousJames Taylor2019-06-091-25/+119
|
* Don't spam database with opening and closing when getting tags for many channelsJames Taylor2019-06-081-15/+15
|
* Reduce boilerplate in db functions with context managersJames Taylor2019-06-081-133/+70
|
* Add subscription manager systemJames Taylor2019-06-071-9/+275
|
* Make thumbnails work and other stuffJames Taylor2019-06-051-10/+43
|
* Ensure videos in subscriptions from same channel in orderJames Taylor2019-06-031-2/+2
|
* Remove feed parsing for now since youtube doesn't honor If-Modified-Since headerJames Taylor2019-06-031-67/+4
|
* Bring up to date with masterJames Taylor2019-06-021-6/+6
|\
* | basic subscriptions systemJames Taylor2019-02-161-13/+58
| |
* | subscriptions pageJames Taylor2019-02-161-4/+33
| |
* | subscriptions: store video duration in databaseJames Taylor2019-02-161-1/+2
| |
* | subscriptions: Basic new videos checking function for channelJames Taylor2019-02-161-1/+102
| |
* | subscriptions: basic database codeJames Taylor2019-02-161-12/+70
|/
* fix line endingsJames Taylor2018-07-021-18/+18
|
* initial commitJames Taylor2018-06-301-0/+18