aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/playlist.py
Commit message (Expand)AuthorAgeFilesLines
* fix stylezrose5842020-10-091-1/+1
* settings.py: add 'proxy_images'zrose5842020-10-071-6/+7
* Add playlist sidebar for videos in playlist, including autoplayJames Taylor2020-04-041-0/+4
* Give a proper error message for 429 errorsJames Taylor2020-01-311-0/+1
* Extraction: Move html post processing stuff from yt_data_extract to utilJames Taylor2019-12-191-3/+3
* Extraction: rename multi_get functions to more descriptive namesJames Taylor2019-12-181-1/+1
* Extraction: Rewrite item_extraction for better error handling and readability...James Taylor2019-12-181-3/+9
* Extraction: refactor response extraction to work with both mobile & desktop r...James Taylor2019-09-191-0/+3
* Extraction: Move playlist extraction to yt_data_extractJames Taylor2019-09-081-18/+10
* Regression: Fix error when playlist has no descriptionJames Taylor2019-08-151-0/+3
* Remove ad-hoc response saving from code, create a debug setting for fetch_urlJames Taylor2019-07-231-6/+2
* Convert playlist page to flask frameworkJames Taylor2019-07-041-32/+26
* refactor common.py into 3 filesJames Taylor2019-02-211-13/+12
* playlist: fix error when there's no descriptionJames Taylor2019-02-161-3/+4
* Use pbj format for playlist requests, ajax deprecatedJames Taylor2019-02-071-15/+15
* Add newline to end of filesJames Taylor2019-01-061-1/+1
* rename env['fields'] to env['parameters'] and rename fields to parameters in ...James Taylor2019-01-061-1/+1
* WSGI for simple non-path GET pagesJames Taylor2019-01-051-4/+5
* add latency/readtime reporting for more things, round the numbers by reasonab...James Taylor2018-10-011-6/+5
* front-end support for adding to playlistsJames Taylor2018-07-081-0/+1
* remove obsolete playlist codeJames Taylor2018-07-051-121/+0
* fix error when getting no content in channel responseJames Taylor2018-07-031-2/+2
* fix line endingsJames Taylor2018-07-021-242/+242
* initial commitJames Taylor2018-06-301-0/+243