aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/watch.py
Commit message (Expand)AuthorAgeFilesLines
* Work around video throttling using android user-agentJames Taylor2021-10-181-34/+35
* watch.py: Support /shorts urlsJames Taylor2021-09-061-0/+2
* Redo av codec settings & selections to accomodate webmJames Taylor2021-09-061-57/+73
* Support more audio and video qualitiesJames Taylor2021-08-311-4/+49
* Add setting to prefer uni or pair sources and fix selection b/w themJames Taylor2021-08-291-4/+13
* watch: Fix using_pair_sources being a list due to short-circuitingJames Taylor2021-08-291-1/+1
* watch.html: Move loose inline javascript into watch.jsJesús2021-08-291-1/+4
* Integrate quality selection into PlyrJames Taylor2021-08-291-0/+2
* Add video quality selectorJames Taylor2021-08-291-8/+31
* Add support for more qualities, merging video+audio using MSEJames Taylor2021-08-291-24/+103
* Revert "Add support for more qualities, merging video+audio using MSE"Jesús2021-08-291-103/+24
* Add support for more qualities, merging video+audio using MSEJames Taylor2021-08-291-24/+103
* watch: determine video source based on quality, not actual heightJames Taylor2021-08-041-1/+2
* pep 8Jesús2021-08-031-3/+1
* Remove static check resolution in TOR modeJesús2021-08-031-8/+3
* Fix max_resolution in TOR modeJesús2021-08-021-1/+1
* Revert "fix check max_resolution in TOR mode"Jesús2021-08-021-1/+1
* fix check max_resolution in TOR modeJesús2021-08-021-1/+1
* New age restriction bypass method since get_video_info was disabledJames Taylor2021-07-281-24/+32
* Improved plyr configurationJesús2021-07-031-0/+2
* get_video_info: Specify language so error messages are in englishJames Taylor2021-07-011-0/+1
* Workaround for age restriction bypassJames Taylor2021-06-231-2/+6
* feat: add direct linkUmimaso2021-06-231-0/+1
* Capitalize name appJesús2021-06-101-1/+1
* Fix 404 errors on scheduled live events and age-gate bypassJames Taylor2021-06-011-5/+22
* Fix vids added to playlist from watch page not having author urlJames Taylor2021-05-171-4/+5
* Fix regression: playlists not showing up besides videosJames Taylor2021-03-151-1/+1
* Use mobile embed page to bypass captcha blockageJames Taylor2021-02-261-1/+1
* General theme: fix syntax W3C markup and add improve 'Published' dateJesús2020-12-301-0/+2
* 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