Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Subscriptions: Use playlist method to get channel videos | Astound | 2024-01-22 | 1 | -3/+5 |
| | | | | Use the UU (user uploads) playlist since it includes streams | ||||
* | channels: Use the UU playlist to get videos by default | Astound | 2024-01-22 | 1 | -14/+16 |
| | | | | | | | | | 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 | ||||
* | ylist: show 100 videos per page instead of 20 | Astound | 2024-01-22 | 1 | -41/+40 |
| | | | | | Also add an option to the internal playlist ctoken function for filtering out shorts, to be used in future anti-shorts features | ||||
* | Set hqdefault thumnail images | Jesus E | 2023-06-18 | 1 | -1/+1 |
| | |||||
* | Remove obsolete uppercase_escape function | James Taylor | 2020-12-28 | 1 | -2/+2 |
| | | | | | | | This function was only necessary with the old ajax format, which was removed in 4d7bba92eb62518e2273d030235214f4a7605444 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | pep8 | Jesús | 2020-12-15 | 1 | -13/+14 |
| | |||||
* | Merge branch 'master' into optional_proxy_images | James Taylor | 2020-10-12 | 1 | -1/+2 |
|\ | |||||
| * | playlist: Fix add-to-local-playlist form missing | James Taylor | 2020-10-09 | 1 | -1/+2 |
| | | |||||
* | | fix style | zrose584 | 2020-10-09 | 1 | -1/+1 |
| | | |||||
* | | settings.py: add 'proxy_images' | zrose584 | 2020-10-07 | 1 | -6/+7 |
|/ | |||||
* | Add playlist sidebar for videos in playlist, including autoplay | James Taylor | 2020-04-04 | 1 | -0/+4 |
| | |||||
* | Give a proper error message for 429 errors | James Taylor | 2020-01-31 | 1 | -0/+1 |
| | | | | | | These occur when too many requests are coming from a Tor exit node. Before, there would be an error page with an exception instructing users to report the issue. But this is an expected and persistent issue. | ||||
* | Extraction: Move html post processing stuff from yt_data_extract to util | James Taylor | 2019-12-19 | 1 | -3/+3 |
| | |||||
* | Extraction: rename multi_get functions to more descriptive names | James Taylor | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Extraction: Rewrite item_extraction for better error handling and ↵ | James Taylor | 2019-12-18 | 1 | -3/+9 |
| | | | | readability, rename extracted names for more consistency | ||||
* | Extraction: refactor response extraction to work with both mobile & desktop ↵ | James Taylor | 2019-09-19 | 1 | -0/+3 |
| | | | | respones, also improve errors | ||||
* | Extraction: Move playlist extraction to yt_data_extract | James Taylor | 2019-09-08 | 1 | -18/+10 |
| | |||||
* | Regression: Fix error when playlist has no description | James Taylor | 2019-08-15 | 1 | -0/+3 |
| | |||||
* | Remove ad-hoc response saving from code, create a debug setting for fetch_url | James Taylor | 2019-07-23 | 1 | -6/+2 |
| | |||||
* | Convert playlist page to flask framework | James Taylor | 2019-07-04 | 1 | -32/+26 |
| | |||||
* | refactor common.py into 3 files | James Taylor | 2019-02-21 | 1 | -13/+12 |
| | |||||
* | playlist: fix error when there's no description | James Taylor | 2019-02-16 | 1 | -3/+4 |
| | |||||
* | Use pbj format for playlist requests, ajax deprecated | James Taylor | 2019-02-07 | 1 | -15/+15 |
| | |||||
* | Add newline to end of files | James Taylor | 2019-01-06 | 1 | -1/+1 |
| | |||||
* | rename env['fields'] to env['parameters'] and rename fields to parameters in ↵ | James Taylor | 2019-01-06 | 1 | -1/+1 |
| | | | | general | ||||
* | WSGI for simple non-path GET pages | James Taylor | 2019-01-05 | 1 | -4/+5 |
| | |||||
* | add latency/readtime reporting for more things, round the numbers by ↵ | James Taylor | 2018-10-01 | 1 | -6/+5 |
| | | | | reasonable amount | ||||
* | front-end support for adding to playlists | James Taylor | 2018-07-08 | 1 | -0/+1 |
| | |||||
* | remove obsolete playlist code | James Taylor | 2018-07-05 | 1 | -121/+0 |
| | |||||
* | fix error when getting no content in channel response | James Taylor | 2018-07-03 | 1 | -2/+2 |
| | |||||
* | fix line endings | James Taylor | 2018-07-02 | 1 | -242/+242 |
| | |||||
* | initial commit | James Taylor | 2018-06-30 | 1 | -0/+243 |