aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/watch.py
Commit message (Expand)AuthorAgeFilesLines
* pep8Jesús2020-12-211-1/+1
* Include watch_headers in get_video_info so error lang is englishJames Taylor2020-12-211-1/+3
* Fix exception when video comments disabled and blank comments infoJames Taylor2020-12-211-1/+1
* Patch-import-migrate: Add embed page for embeds on the webJesús2020-12-191-7/+23
* pep8Jesús2020-12-151-15/+27
* Always extract from html watch page to get base.js urlJames Taylor2020-12-121-25/+6
* Retrieve base.js url from html watch page when it's missingJames Taylor2020-12-091-13/+25
* watch: Fix exception in to_valid_filename when video title is NoneJames Taylor2020-10-281-1/+1
* Put vid title at end of download urls so downloads w/ that filenameJames Taylor2020-10-221-0/+11
* Redo fix for failure mode 1 in issue #22James Taylor2020-10-211-2/+2
* Merge branch 'master' into add_sponsorblockJames Taylor2020-10-211-4/+8
|\
| * Use get_video_info to get video urls if player response missingJames Taylor2020-10-191-4/+8
* | proxy 'sponsor.ajay.app'zrose5842020-10-181-0/+4
|/
* add comments.jszrose5842020-10-071-2/+0
* Fix video height not scaling down when browser window is narrowJames Taylor2020-10-011-0/+1
* Use tor video routing instead of invidious for 403sJames Taylor2020-09-251-44/+8
* Specify video height in html so page doesn't shift down after loadJames Taylor2020-09-241-8/+9
* Add tor video routingJames Taylor2020-09-181-4/+10
* Add setting to enable/disable video hotkeysJames Taylor2020-09-091-3/+1
* Bugfix: Support integer-only ?t paramJames Taylor2020-07-301-0/+2
* Add support for &t parameterJames Taylor2020-07-251-0/+8
* Add video transcript to downloadsJames Taylor2020-07-251-1/+80
* Include livestream fmt urls for former livestream w/o static urlsJames Taylor2020-06-281-1/+13
* Add dialog for copying urls to external player for livestreamsJames Taylor2020-06-281-1/+18
* Add option for reloading video without invidiousJames Taylor2020-05-271-39/+48
* Fix error when invidious fails to return URLSJames Taylor2020-05-271-1/+1
* Indicate that video is liveJames Taylor2020-05-271-0/+1
* Do not hide comments if false determination of disabled commentsJames Taylor2020-04-101-0/+9
* Add playlist sidebar for videos in playlist, including autoplayJames Taylor2020-04-041-3/+25
* Fix MaxRetryError when checking for video URL accessJames Taylor2020-02-181-2/+12
* Invidious fallback: Use original format info and just substitute invidious urlsJames Taylor2020-02-041-23/+13
* Watch page: add info box with allowed countries and tor exit nodeJames Taylor2020-02-011-0/+6
* Check for 403 errors and fallback on InvidiousJames Taylor2020-02-011-0/+53
* Give a proper error message for 429 errorsJames Taylor2020-01-311-0/+1
* Watch: display comment count and whether comments are disabledJames Taylor2019-12-201-0/+2
* Better error handling for incorrect watch page urlsJames Taylor2019-12-201-2/+4
* Add support for /embed urlsJames Taylor2019-12-201-2/+3
* Extraction: Move non-stateful signature decryption functionality into yt_data...James Taylor2019-12-191-85/+12
* Extraction: Move html post processing stuff from yt_data_extract to utilJames Taylor2019-12-191-2/+2
* Extraction: rename multi_get functions to more descriptive namesJames Taylor2019-12-181-4/+4
* Extraction: Rewrite item_extraction for better error handling and readability...James Taylor2019-12-181-4/+4
* Extraction: Detect limited state and fix false detection as unlistedJames Taylor2019-12-171-0/+1
* Extraction: Make limited state videos workJames Taylor2019-12-171-1/+1
* Extraction: Fix subtitles error when video has no automatic captions but has ...James Taylor2019-12-141-1/+5
* Extraction: Bypass age-restrictionJames Taylor2019-12-121-5/+21
* Extraction: Add general subtitle extraction and translationJames Taylor2019-11-291-39/+93
* Extraction: return and display any errors preventing video playbackJames Taylor2019-11-221-1/+2
* Extraction: Add signature decryptionJames Taylor2019-10-181-16/+133
* Extraction: Replace youtube-dl with custom-built watch page extractionJames Taylor2019-10-171-75/+79
* Always use 360p in non-theater modeJames Taylor2019-09-061-1/+6