| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Retrieve base.js url from html watch page when it's missing | James Taylor | 2020-12-09 | 1 | -13/+25 |
* | watch: Fix exception in to_valid_filename when video title is None | James Taylor | 2020-10-28 | 1 | -1/+1 |
* | Put vid title at end of download urls so downloads w/ that filename | James Taylor | 2020-10-22 | 1 | -0/+11 |
* | Redo fix for failure mode 1 in issue #22 | James Taylor | 2020-10-21 | 1 | -2/+2 |
* | Merge branch 'master' into add_sponsorblock | James Taylor | 2020-10-21 | 1 | -4/+8 |
|\ |
|
| * | Use get_video_info to get video urls if player response missing | James Taylor | 2020-10-19 | 1 | -4/+8 |
* | | proxy 'sponsor.ajay.app' | zrose584 | 2020-10-18 | 1 | -0/+4 |
|/ |
|
* | add comments.js | zrose584 | 2020-10-07 | 1 | -2/+0 |
* | Fix video height not scaling down when browser window is narrow | James Taylor | 2020-10-01 | 1 | -0/+1 |
* | Use tor video routing instead of invidious for 403s | James Taylor | 2020-09-25 | 1 | -44/+8 |
* | Specify video height in html so page doesn't shift down after load | James Taylor | 2020-09-24 | 1 | -8/+9 |
* | Add tor video routing | James Taylor | 2020-09-18 | 1 | -4/+10 |
* | Add setting to enable/disable video hotkeys | James Taylor | 2020-09-09 | 1 | -3/+1 |
* | Bugfix: Support integer-only ?t param | James Taylor | 2020-07-30 | 1 | -0/+2 |
* | Add support for &t parameter | James Taylor | 2020-07-25 | 1 | -0/+8 |
* | Add video transcript to downloads | James Taylor | 2020-07-25 | 1 | -1/+80 |
* | Include livestream fmt urls for former livestream w/o static urls | James Taylor | 2020-06-28 | 1 | -1/+13 |
* | Add dialog for copying urls to external player for livestreams | James Taylor | 2020-06-28 | 1 | -1/+18 |
* | Add option for reloading video without invidious | James Taylor | 2020-05-27 | 1 | -39/+48 |
* | Fix error when invidious fails to return URLS | James Taylor | 2020-05-27 | 1 | -1/+1 |
* | Indicate that video is live | James Taylor | 2020-05-27 | 1 | -0/+1 |
* | Do not hide comments if false determination of disabled comments | James Taylor | 2020-04-10 | 1 | -0/+9 |
* | Add playlist sidebar for videos in playlist, including autoplay | James Taylor | 2020-04-04 | 1 | -3/+25 |
* | Fix MaxRetryError when checking for video URL access | James Taylor | 2020-02-18 | 1 | -2/+12 |
* | Invidious fallback: Use original format info and just substitute invidious urls | James Taylor | 2020-02-04 | 1 | -23/+13 |
* | Watch page: add info box with allowed countries and tor exit node | James Taylor | 2020-02-01 | 1 | -0/+6 |
* | Check for 403 errors and fallback on Invidious | James Taylor | 2020-02-01 | 1 | -0/+53 |
* | Give a proper error message for 429 errors | James Taylor | 2020-01-31 | 1 | -0/+1 |
* | Watch: display comment count and whether comments are disabled | James Taylor | 2019-12-20 | 1 | -0/+2 |
* | Better error handling for incorrect watch page urls | James Taylor | 2019-12-20 | 1 | -2/+4 |
* | Add support for /embed urls | James Taylor | 2019-12-20 | 1 | -2/+3 |
* | Extraction: Move non-stateful signature decryption functionality into yt_data... | James Taylor | 2019-12-19 | 1 | -85/+12 |
* | Extraction: Move html post processing stuff from yt_data_extract to util | James Taylor | 2019-12-19 | 1 | -2/+2 |
* | Extraction: rename multi_get functions to more descriptive names | James Taylor | 2019-12-18 | 1 | -4/+4 |
* | Extraction: Rewrite item_extraction for better error handling and readability... | James Taylor | 2019-12-18 | 1 | -4/+4 |
* | Extraction: Detect limited state and fix false detection as unlisted | James Taylor | 2019-12-17 | 1 | -0/+1 |
* | Extraction: Make limited state videos work | James Taylor | 2019-12-17 | 1 | -1/+1 |
* | Extraction: Fix subtitles error when video has no automatic captions but has ... | James Taylor | 2019-12-14 | 1 | -1/+5 |
* | Extraction: Bypass age-restriction | James Taylor | 2019-12-12 | 1 | -5/+21 |
* | Extraction: Add general subtitle extraction and translation | James Taylor | 2019-11-29 | 1 | -39/+93 |
* | Extraction: return and display any errors preventing video playback | James Taylor | 2019-11-22 | 1 | -1/+2 |
* | Extraction: Add signature decryption | James Taylor | 2019-10-18 | 1 | -16/+133 |
* | Extraction: Replace youtube-dl with custom-built watch page extraction | James Taylor | 2019-10-17 | 1 | -75/+79 |
* | Always use 360p in non-theater mode | James Taylor | 2019-09-06 | 1 | -1/+6 |
* | Layout: Theater layout: Expand video width across page only as necessary base... | James Taylor | 2019-08-24 | 1 | -0/+4 |
* | Layout: add option to hide comments/related vids by default but click to show... | James Taylor | 2019-08-24 | 1 | -0/+3 |
* | Layout: Add option to use 720p resolution | James Taylor | 2019-08-24 | 1 | -2/+12 |
* | Layout: Add theater mode | James Taylor | 2019-08-24 | 1 | -0/+2 |
* | Layout: refactor item system to be more maintainable, add vertical item type | James Taylor | 2019-08-23 | 1 | -2/+0 |
* | rename enable_comments amd enable_related_videos | James Taylor | 2019-08-01 | 1 | -1/+1 |