aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/util.py
Commit message (Expand)AuthorAgeFilesLines
* Fix failure to parse comments when there's one from deleted channelJames Taylor2020-03-081-0/+9
* Ensure urllib3 and python version not leaked during video file checkJames Taylor2020-02-181-1/+2
* Fix MaxRetryError when checking for video URL accessJames Taylor2020-02-181-2/+10
* Check for 403 errors and fallback on InvidiousJames Taylor2020-02-011-0/+8
* Give a proper error message for 429 errorsJames Taylor2020-01-311-0/+23
* Extraction: Move html post processing stuff from yt_data_extract to utilJames Taylor2019-12-191-0/+38
* Extraction: Rewrite item_extraction for better error handling and readability...James Taylor2019-12-181-0/+2
* Extraction: Replace youtube-dl with custom-built watch page extractionJames Taylor2019-10-171-1/+8
* Extraction: Move comment extraction to yt_data_extractJames Taylor2019-09-191-9/+0
* Extraction: Fix url prefixingJames Taylor2019-09-081-0/+4
* Merge flask framework and other stuff from masterJames Taylor2019-08-091-2/+10
|\
| * Remove ad-hoc response saving from code, create a debug setting for fetch_urlJames Taylor2019-07-231-2/+11
* | Overhaul refresh system, make it asynchronousJames Taylor2019-06-091-2/+52
* | Make thumbnails work and other stuffJames Taylor2019-06-051-0/+32
|/
* prevent urllib3 from decoding contentJames Taylor2019-02-261-1/+1
* Use persistent connectionsJames Taylor2019-02-251-11/+87
* refactor common.py into 3 filesJames Taylor2019-02-211-0/+153