aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/yt_data_extract.py
Commit message (Collapse)AuthorAgeFilesLines
* Extraction: Rewrite item_extraction for better error handling and ↵James Taylor2019-12-181-272/+215
| | | | readability, rename extracted names for more consistency
* Extraction: Fix mistake with age-restriction detectionJames Taylor2019-12-171-1/+1
|
* Extraction: Detect limited state and fix false detection as unlistedJames Taylor2019-12-171-2/+10
|
* Extraction: Extract info from microformat to get views for limited state ↵James Taylor2019-12-171-39/+60
| | | | videos, and as a fallback. Shorten some function names
* Extraction: Add fallback playability error extraction from renderersJames Taylor2019-12-141-17/+24
|
* Extraction: Fix subtitles not working on certain videos which require more ↵James Taylor2019-12-141-5/+15
| | | | parameters in the captions url
* Extraction: Bypass age-restrictionJames Taylor2019-12-121-30/+69
|
* Extraction: Add general subtitle extraction and translationJames Taylor2019-11-291-30/+33
|
* Extraction: extract automatic captionsJames Taylor2019-11-281-2/+32
|
* Extraction: extract fields from visible webpage if missing from playerResposneJames Taylor2019-11-251-31/+61
|
* Extraction: return and display any errors preventing video playbackJames Taylor2019-11-221-8/+9
|
* Extraction: Add signature decryptionJames Taylor2019-10-181-68/+60
|
* Extraction: Replace youtube-dl with custom-built watch page extractionJames Taylor2019-10-171-15/+420
|
* Extraction: Fix did_you_mean and showing_results_forJames Taylor2019-09-271-11/+4
|
* Extraction: Rename get_response to extract_response and check that returned ↵James Taylor2019-09-271-20/+11
| | | | type is dict
* Extraction: Move item extraction into a generic, robust functionJames Taylor2019-09-271-63/+176
|
* Extraction: Move comment extraction to yt_data_extractJames Taylor2019-09-191-5/+108
|
* Extraction: refactor response extraction to work with both mobile & desktop ↵James Taylor2019-09-191-17/+42
| | | | respones, also improve errors
* Extraction: Move playlist extraction to yt_data_extractJames Taylor2019-09-081-0/+27
|
* Extraction: Move search extraction to yt_data_extractJames Taylor2019-09-081-0/+48
|
* Extraction: Proper error handling for terminated or non-existant channelsJames Taylor2019-09-081-6/+7
|
* Extraction: Move channel extraction to yt_data_extractJames Taylor2019-09-081-0/+121
|
* Extraction: Fix url prefixingJames Taylor2019-09-081-4/+12
|
* Allow 'New' badge in video itemsJames Taylor2019-09-081-2/+1
|
* Layout: refactor item system to be more maintainable, add vertical item typeJames Taylor2019-08-231-4/+0
|
* Fix medium playlist items displaying incorrectlyJames Taylor2019-07-061-1/+1
|
* Convert channel page to flask frameworkJames Taylor2019-07-061-19/+11
|
* Convert playlist page to flask frameworkJames Taylor2019-07-041-2/+4
|
* Refactor search pageJames Taylor2019-06-211-17/+96
|
* refactor common.py into 3 filesJames Taylor2019-02-211-0/+205