Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check variable author_description | Jesús | 2022-01-31 | 1 | -5/+7 |
| | |||||
* | Fix author in playlist | Jesús | 2022-01-31 | 1 | -10/+9 |
| | |||||
* | [Design]: fix author_description | Jesús | 2022-01-17 | 1 | -2/+12 |
| | |||||
* | [Frontend]: fix macro | Jesús | 2021-08-14 | 1 | -7/+7 |
| | |||||
* | General theme: improve thumbnail-img | Jesús | 2021-01-07 | 1 | -3/+3 |
| | |||||
* | General theme: fix HTML syntax | Jesús | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | General theme: fix style paginator | Jesús | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | channel: replace page #s w/ next page button using provided ctoken | James Taylor | 2020-12-18 | 1 | -0/+14 |
| | | | | | | Since yt doesn't accept page #'s when sorting by oldest Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | channel: include first and last pages when sorting by new | James Taylor | 2020-12-18 | 1 | -2/+11 |
| | | | | | | | Last page as a substitute for sorting by oldest since sorting by oldest doesn't allow arbitrary page numbers Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Change general design theme | Jesús | 2020-12-14 | 1 | -36/+31 |
| | |||||
* | Add playlist sidebar for videos in playlist, including autoplay | James Taylor | 2020-04-04 | 1 | -2/+6 |
| | |||||
* | items: commatize channel video count and playlist video count | James Taylor | 2019-12-24 | 1 | -2/+2 |
| | |||||
* | Channel: Change search results to use next and previous page buttons | James Taylor | 2019-12-23 | 1 | -0/+15 |
| | | | | Because youtube doesn't give the number of search results, so previous behavior would give an error if a page number out of range was selected. | ||||
* | Extraction: Adjust related videos box to fit new time_published information well | James Taylor | 2019-12-19 | 1 | -8/+8 |
| | | | | | | time_published will be put to the right of the view_count in related videos Author will now always be above the other stats, since it doesn't make a difference in the big search result boxes since the description snippet is always very short (However, it's important the author isn't inline with the other stats in related video boxes since those are so narrow and the author name can be very long) | ||||
* | Extraction: Rewrite item_extraction for better error handling and ↵ | James Taylor | 2019-12-18 | 1 | -37/+41 |
| | | | | readability, rename extracted names for more consistency | ||||
* | Extraction: Fix thumbnail and remove badges on related videos | James Taylor | 2019-12-17 | 1 | -2/+4 |
| | |||||
* | Layout: Prevent long author name from overflowing in items with vertical stats | James Taylor | 2019-08-24 | 1 | -2/+2 |
| | |||||
* | Layout: Make item titles non-clickable in empty space after wrapped text | James Taylor | 2019-08-24 | 1 | -1/+1 |
| | |||||
* | Layout: refactor item system to be more maintainable, add vertical item type | James Taylor | 2019-08-23 | 1 | -104/+36 |
| | |||||
* | Add 'subscribers' and 'videos' after corresponding numbers in channel item ↵ | James Taylor | 2019-07-24 | 1 | -2/+2 |
| | | | | in search results | ||||
* | common_elements.html: Accept missing channel description as blank | James Taylor | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | Convert channel page to flask framework | James Taylor | 2019-07-06 | 1 | -12/+14 |
| | |||||
* | common_elements.html: accept missing description as blank | James Taylor | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | Refactor search page | James Taylor | 2019-06-21 | 1 | -0/+152 |