Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |