| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix playlist id extraction for radio renderers | James Taylor | 2019-12-31 | 1 | -1/+1 |
* | Extraction: Correctly extract view_count for vids with 0 views. | James Taylor | 2019-12-30 | 1 | -1/+9 |
* | extract_items: allow extracting items that are normally dug into for more | James Taylor | 2019-12-26 | 1 | -5/+5 |
* | yt_data_extract: Split up extract_items so renderer extraction works independ... | James Taylor | 2019-12-26 | 1 | -47/+48 |
* | yt_data_extract.common: Simplify usage of get functions and remove dead code | James Taylor | 2019-12-26 | 1 | -18/+11 |
* | yt_data_extract: Simplify extract_items so it needs only 1 while loop | James Taylor | 2019-12-26 | 1 | -32/+31 |
* | items: commatize channel video count and playlist video count | James Taylor | 2019-12-24 | 1 | -2/+2 |
* | extract_item_info: Don't extract author, author_id, etc. for channel items | James Taylor | 2019-12-24 | 1 | -7/+8 |
* | Fix extract_approx_int not working for non-approx ints, make extract_int more... | James Taylor | 2019-12-24 | 1 | -2/+2 |
* | Channel searching: indicate if there's no results | James Taylor | 2019-12-23 | 1 | -1/+5 |
* | Regression: Fix channel extraction 'items' key not present when there's no it... | James Taylor | 2019-12-23 | 1 | -2/+3 |
* | Channel: Change search results to use next and previous page buttons | James Taylor | 2019-12-23 | 5 | -39/+83 |
* | Subscriptions: Cleaner error message when checking terminated channels | James Taylor | 2019-12-22 | 1 | -1/+3 |
* | Subscriptions: Make uploader name clickable, with link to channel | James Taylor | 2019-12-22 | 1 | -2/+4 |
* | Finally fix video count on channels accessed through general urls, rather tha... | James Taylor | 2019-12-22 | 1 | -19/+34 |
* | channel.py: Refactor channel_id route logic into general channel url logic. | James Taylor | 2019-12-22 | 1 | -53/+21 |
* | Rewrite channel extraction with proper error handling and new extraction name... | James Taylor | 2019-12-21 | 3 | -47/+48 |
* | Fix extract_approx_int. Fixes incorrect subscriber count on channels. | James Taylor | 2019-12-21 | 1 | -2/+2 |
* | Watch: Add padding in description box and urlize links | James Taylor | 2019-12-20 | 1 | -1/+2 |
* | Watch: display comment count and whether comments are disabled | James Taylor | 2019-12-20 | 2 | -8/+19 |
* | Better error handling for incorrect watch page urls | James Taylor | 2019-12-20 | 1 | -2/+4 |
* | Add custom 500 error page. Display the traceback. Center and format error pag... | James Taylor | 2019-12-20 | 2 | -1/+39 |
* | Add support for /embed urls | James Taylor | 2019-12-20 | 1 | -2/+3 |
* | Subscriptions: Display currently selected tag in page title | James Taylor | 2019-12-20 | 1 | -1/+5 |
* | Watch: Add border around badges such as unlisted badge | James Taylor | 2019-12-20 | 1 | -1/+3 |
* | Fix regression: date extraction broken. Move constants to correct file in yt_... | James Taylor | 2019-12-20 | 2 | -2/+2 |
* | Subscriptions: Display selected tag above videos. | James Taylor | 2019-12-20 | 1 | -0/+6 |
* | Merge branch 'modular-data-extract' | James Taylor | 2019-12-19 | 20 | -780/+1760 |
|\ |
|
| * | Extraction: Move non-stateful signature decryption functionality into yt_data... | James Taylor | 2019-12-19 | 3 | -86/+110 |
| * | Extraction: Move stuff around in files and put underscores in front of intern... | James Taylor | 2019-12-19 | 3 | -38/+37 |
| * | Extraction: Move html post processing stuff from yt_data_extract to util | James Taylor | 2019-12-19 | 9 | -52/+50 |
| * | Extraction: Split yt_data_extract.py into multiple files | James Taylor | 2019-12-19 | 5 | -1190/+1188 |
| * | Extraction: Rewrite comment extraction, remove author_id and rename author_ch... | James Taylor | 2019-12-19 | 3 | -80/+67 |
| * | Extraction: Adjust related videos box to fit new time_published information well | James Taylor | 2019-12-19 | 1 | -8/+8 |
| * | Extraction: Use accessibility data to get timestamp and to get views for reco... | James Taylor | 2019-12-18 | 1 | -0/+10 |
| * | Extraction: rename multi_get functions to more descriptive names | James Taylor | 2019-12-18 | 3 | -68/+68 |
| * | Extraction: Rewrite item_extraction for better error handling and readability... | James Taylor | 2019-12-18 | 12 | -340/+305 |
| * | Extraction: Fix thumbnail and remove badges on related videos | James Taylor | 2019-12-17 | 2 | -4/+10 |
| * | Extraction: Fix mistake with age-restriction detection | James Taylor | 2019-12-17 | 1 | -1/+1 |
| * | Extraction: Detect limited state and fix false detection as unlisted | James Taylor | 2019-12-17 | 3 | -2/+14 |
| * | Extraction: Make limited state videos work | James Taylor | 2019-12-17 | 1 | -1/+1 |
| * | Extraction: Extract info from microformat to get views for limited state vide... | James Taylor | 2019-12-17 | 1 | -39/+60 |
| * | Extraction: Add fallback playability error extraction from renderers | James Taylor | 2019-12-14 | 1 | -17/+24 |
| * | Extraction: Fix subtitles error when video has no automatic captions but has ... | James Taylor | 2019-12-14 | 1 | -1/+5 |
| * | Extraction: Fix subtitles not working on certain videos which require more pa... | James Taylor | 2019-12-14 | 1 | -5/+15 |
| * | Extraction: Display that video is age-restricted | James Taylor | 2019-12-12 | 1 | -7/+21 |
| * | Extraction: Bypass age-restriction | James Taylor | 2019-12-12 | 2 | -35/+90 |
| * | Extraction: Add general subtitle extraction and translation | James Taylor | 2019-11-29 | 2 | -69/+126 |
| * | Extraction: extract automatic captions | James Taylor | 2019-11-28 | 1 | -2/+32 |
| * | Extraction: extract fields from visible webpage if missing from playerResposne | James Taylor | 2019-11-25 | 1 | -31/+61 |