aboutsummaryrefslogtreecommitdiffstats
path: root/youtube
Commit message (Expand)AuthorAgeFilesLines
* Don't use brotli if import failsJames Taylor2020-08-111-2/+9
* Fix author_url not prefixed in subscriptions pageJames Taylor2020-08-111-1/+1
* Switch to mobile api endpoint to fix 'Unknown error' blockageJames Taylor2020-08-113-42/+65
* extract_items: Handle case where continuation has multipleJames Taylor2020-08-112-11/+23
* extract_channel_info: Improve error extractionJames Taylor2020-08-112-4/+7
* Fix old videos appearing in subscriptions when channel deletes vidsJames Taylor2020-08-031-2/+13
* Bugfix: Support integer-only ?t paramJames Taylor2020-07-301-0/+2
* Add support for &t parameterJames Taylor2020-07-252-0/+13
* Playlist page: Fix error on failure to extract playlist titleJames Taylor2020-07-251-1/+1
* Add video transcript to downloadsJames Taylor2020-07-252-1/+90
* Include livestream fmt urls for former livestream w/o static urlsJames Taylor2020-06-281-1/+13
* Fix hls_manifest_url not included when there's no other formatsJames Taylor2020-06-281-2/+6
* Add dialog for copying urls to external player for livestreamsJames Taylor2020-06-284-12/+101
* Handle case where embedded player response missingJames Taylor2020-06-281-2/+10
* Do not override previous playability error if unknownJames Taylor2020-06-281-1/+1
* Fix previously live videos labeled as liveJames Taylor2020-05-291-1/+3
* Fix broken signature decryptionJames Taylor2020-05-271-1/+2
* Fix urls sometimes not extracted due to youtube changesJames Taylor2020-05-271-1/+2
* Add option for reloading video without invidiousJames Taylor2020-05-272-40/+56
* Fix error when invidious fails to return URLSJames Taylor2020-05-271-1/+1
* Fix error getting exit node ip if format urls are NoneJames Taylor2020-05-271-1/+1
* Indicate that video is liveJames Taylor2020-05-272-0/+4
* Fix comment count & disabled extraction not working sometimesJames Taylor2020-04-101-3/+14
* Do not hide comments if false determination of disabled commentsJames Taylor2020-04-101-0/+9
* Fix related video extraction sometimes failingJames Taylor2020-04-101-2/+10
* Fix exception due to missing 'playlist' key in extracted infoJames Taylor2020-04-051-0/+3
* Fix error when there's a video format with mimetype class of 'text'James Taylor2020-04-041-1/+1
* Add playlist sidebar for videos in playlist, including autoplayJames Taylor2020-04-046-30/+299
* Fix regression: local playlist form not shown on channel videos pageJames Taylor2020-03-291-0/+1
* Prevent long titles with no spaces overflowing item containersJames Taylor2020-03-201-1/+8
* Correctly start and stop subscriptions autochecker when it isJames Taylor2020-03-081-41/+56
* Fix failure to parse comments when there's one from deleted channelJames Taylor2020-03-082-12/+32
* Fix subscriptions new video count when there are deleted videosJames Taylor2020-02-271-16/+13
* Fix subscription checking breaking due to workers crashingJames Taylor2020-02-231-0/+2
* Specify default font for consistency between operating systemsJames Taylor2020-02-221-3/+7
* Change px values to rem values in font-size declarationsJames Taylor2020-02-224-7/+7
* Ensure urllib3 and python version not leaked during video file checkJames Taylor2020-02-181-1/+2
* Subscriptions auto-checking: Better console error message for 429 errorsJames Taylor2020-02-181-3/+23
* Fix MaxRetryError when checking for video URL accessJames Taylor2020-02-182-4/+22
* yt_data_extract: fix missing variables in info for unavailable videosJames Taylor2020-02-171-2/+3
* Fix FileNotFound error when trying to download search plugin when the working...James Taylor2020-02-061-1/+2
* 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-013-0/+41
* Adjust 429 error message. A Tor Browser restart is not required.James Taylor2020-02-011-2/+2
* Check for 403 errors and fallback on InvidiousJames Taylor2020-02-013-1/+63
* yt_data_extract: parse mimeType field for codecsJames Taylor2020-02-011-0/+27
* Give a proper error message for 429 errorsJames Taylor2020-01-316-3/+49
* Fix signature decryption.James Taylor2020-01-241-1/+1
* local playlists: Display error message if no videos are selected or no playli...James Taylor2020-01-191-0/+10
* Fix display of movie thumbnails in related videosJames Taylor2020-01-101-0/+1