Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always extract from html watch page to get base.js url | James Taylor | 2020-12-12 | 1 | -1/+1 |
| | | | | | | Youtube removed the url from the pbj responses. They are now only in the html page. Replaces previous fix for the missing base.js issue. | ||||
* | Retrieve base.js url from html watch page when it's missing | James Taylor | 2020-12-09 | 1 | -1/+2 |
| | | | | Fixes failure mode 3 in #22 | ||||
* | Add dialog for copying urls to external player for livestreams | James Taylor | 2020-06-28 | 1 | -1/+1 |
| | | | | | Also for livestreams which are over whose other sources aren't present or aren't ready yet. | ||||
* | Check for 403 errors and fallback on Invidious | James Taylor | 2020-02-01 | 1 | -1/+2 |
| | | | | 403 errors on the video urls happen typically when a video has copyrighted content or was livestreamed originally. They appear to not happen (or at least happen less frequently) if the Tor exit node used ipv6, however. | ||||
* | Extraction: Move non-stateful signature decryption functionality into ↵ | James Taylor | 2019-12-19 | 1 | -1/+2 |
| | | | | yt_data_extract | ||||
* | Extraction: Move html post processing stuff from yt_data_extract to util | James Taylor | 2019-12-19 | 1 | -2/+1 |
| | |||||
* | Extraction: Split yt_data_extract.py into multiple files | James Taylor | 2019-12-19 | 1 | -0/+11 |