Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put back sort by oldest logic since YouTube added it back | Astound | 2024-01-22 | 1 | -2/+2 |
| | | | | | | Previous commit replaced it with shorts-filtering, use sort code number 4 for that instead. Sort by oldest is still broken pending reverse engineering of new ctoken format, however. | ||||
* | channels: Use the UU playlist to get videos by default | Astound | 2024-01-22 | 1 | -7/+3 |
| | | | | | | | | | This will be much less likely to break moving forward since YouTube rarely changes the playlist api Videos page now includes shorts and streams in the video lsit Also include an option to filter out shorts on the videos page | ||||
* | Add functional but preliminary channel tab support | Jesus E | 2023-06-17 | 1 | -4/+4 |
| | | | | | | | Add channel tabs to the channel template and script Update continuation token to request different tabs Add support for 'reelItemRenderer' format required to extract shorts | ||||
* | Update channel to new ctoken format | Jesus E | 2023-05-28 | 1 | -1/+1 |
| | | | | | | Huge thanks to @michaelweiser Different sortings still don't work for videos and playlists | ||||
* | Fix self closing tag w3c issues | Jesús | 2022-10-05 | 1 | -3/+3 |
| | |||||
* | Channel: Allow going to next pages of playlists page | James Taylor | 2021-03-15 | 1 | -1/+6 |
| | | | | | | | Uses previous and next buttons. Now can view more than just first page of playlists page Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | channel: replace page #s w/ next page button using provided ctoken | James Taylor | 2020-12-18 | 1 | -1/+5 |
| | | | | | | 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 | -1/+1 |
| | | | | | | | 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> | ||||
* | Migration general theme: fix missing message-box style | Jesús | 2020-12-15 | 1 | -1/+2 |
| | |||||
* | Change general design theme | Jesús | 2020-12-14 | 1 | -111/+32 |
| | |||||
* | remove trailing whitespaces | zrose584 | 2020-10-21 | 1 | -3/+3 |
| | |||||
* | Switch to desktop endpnt w/ new ctoken format except sort by old>1 | James Taylor | 2020-08-12 | 1 | -7/+0 |
| | | | | | Sorting by old for pages > 1 currently broken on some channels; it's still using the mobile endpoint. | ||||
* | Switch to mobile api endpoint to fix 'Unknown error' blockage | James Taylor | 2020-08-11 | 1 | -0/+7 |
| | | | | See https://github.com/iv-org/invidious/issues/1319#issuecomment-671732646 | ||||
* | Channel searching: indicate if there's no results | James Taylor | 2019-12-23 | 1 | -1/+5 |
| | |||||
* | Channel: Change search results to use next and previous page buttons | James Taylor | 2019-12-23 | 1 | -30/+51 |
| | | | | 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. | ||||
* | Rewrite channel extraction with proper error handling and new extraction ↵ | James Taylor | 2019-12-21 | 1 | -2/+8 |
| | | | | | | names. Extract subscriber_count correctly. Don't just shove english strings into info['stats']. Actually give semantic names for the stats. | ||||
* | Merge subscriptions into master | James Taylor | 2019-09-06 | 1 | -0/+9 |
|\ | |||||
| * | Add subscribe button on channels | James Taylor | 2019-08-10 | 1 | -0/+9 |
| | | |||||
* | | Layout: Add themes | James Taylor | 2019-08-25 | 1 | -2/+1 |
|/ | |||||
* | channel.html: add some space to the left of the page | James Taylor | 2019-07-24 | 1 | -5/+15 |
| | |||||
* | channel: Add short description under channel name | James Taylor | 2019-07-23 | 1 | -2/+5 |
| | |||||
* | Channel: fix oversized thumbnails in firefox quantum | James Taylor | 2019-07-22 | 1 | -0/+3 |
| | |||||
* | Use variable to set title on base template instead of block | James Taylor | 2019-07-21 | 1 | -1/+1 |
| | |||||
* | Convert channel page to flask framework | James Taylor | 2019-07-06 | 1 | -0/+144 |