aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * watch_page: refactor music list into flask templateJames Taylor2019-07-072-41/+33
| |
| * Convert local_playlist to flask frameworkJames Taylor2019-07-065-143/+122
| |
| * Fix medium playlist items displaying incorrectlyJames Taylor2019-07-061-1/+1
| |
| * Convert channel page to flask frameworkJames Taylor2019-07-068-483/+364
| |
| * Merge branch 'master' into flask-frameworkJames Taylor2019-07-042-147/+495
| |\
| | * Update youtube-dl to fix various issuesJames Taylor2019-06-212-147/+495
| | |
| * | common_elements.html: accept missing description as blankJames Taylor2019-07-041-1/+1
| | |
| * | Convert playlist page to flask frameworkJames Taylor2019-07-045-150/+137
| | |
| * | Search: fix corrections not workingJames Taylor2019-06-211-2/+2
| | |
| * | Fix get_subtitle_sources functionJames Taylor2019-06-211-1/+1
| | |
| * | Refactor watch page related videos to use item rendering macroJames Taylor2019-06-212-12/+20
| | |
| * | Refactor search pageJames Taylor2019-06-217-86/+364
| | |
| * | watch: Fix error pageJames Taylor2019-06-171-2/+2
| | |
| * | Inherit from base templateJames Taylor2019-06-175-152/+128
| | |
| * | Convert watch page to flask frameworkJames Taylor2019-06-16136-431/+52024
| |/
* | Fix checking specific channelsJames Taylor2019-06-111-0/+1
| |
* | Add channel mutingJames Taylor2019-06-113-52/+86
| |
* | Unsubscribe button on channels if already subscribedJames Taylor2019-06-104-9/+61
| |
* | 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-102-21/+106
| |
* | 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-093-27/+172
| |
* | 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-075-20/+489
| |
* | Make thumbnails work and other stuffJames Taylor2019-06-054-39/+78
| |
* | 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-0254-552/+9934
|\|
| * Fix comment parsing error due to comments from deleted channelsJames Taylor2019-05-091-4/+11
| |
| * Update readme with new requirementJames Taylor2019-04-231-2/+2
| |
| * Fix new breakageJames Taylor2019-04-232-6/+12
| |
| * Fix error with channel searches with non-ascii charactersJames Taylor2019-03-251-1/+1
| |
| * README: clarify speed differencesJames Taylor2019-03-141-1/+1
| |
| * html_common: remove x_item_html functionsJames Taylor2019-02-262-52/+6
| |
| * prevent urllib3 from decoding contentJames Taylor2019-02-261-1/+1
| |
| * Use persistent connectionsJames Taylor2019-02-2538-21/+9394
| |
| * refactor common.py into 3 filesJames Taylor2019-02-2112-479/+520
| |
| * playlist: fix error when there's no descriptionJames Taylor2019-02-161-3/+4
| |
* | basic subscriptions systemJames Taylor2019-02-1657-23/+12440
| |
* | subscriptions pageJames Taylor2019-02-163-5/+60
| |
* | 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
|/
* fetch_url: Ensure urllib never leaks python versionJames Taylor2019-02-161-1/+6
|
* channel: Don't completely fail if can't retrieve # of vidsJames Taylor2019-02-161-1/+10
|
* Search results: Use more performant layout strategyJames Taylor2019-02-141-39/+20
|