aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* hotkeys.js: use DOMContentLoaded so images don't delay scriptJames Taylor2020-09-091-2/+2
* Add setting to enable/disable video hotkeysJames Taylor2020-09-093-10/+16
* Merge pull request #13 from zrose584/masterJames Taylor2020-09-092-1/+35
|\
| * add hotkeys.jszrose5842020-09-092-1/+35
|/
* Merge branch 'master' of https://github.com/user234683/youtube-localJames Taylor2020-09-052-1/+3
|\
| * Merge pull request #9 from jellelicht/masterJames Taylor2020-09-052-1/+3
| |\
| | * settings.py: Support newer `ast.Constant' for settings.txt file.Jelle Licht2020-09-051-1/+2
| | * server.py: Add python3 shebangJelle Licht2020-09-051-0/+1
| |/
* / Don't log noisy caption requests to consoleJames Taylor2020-09-051-1/+1
|/
* generate_release.py: Use wine to build windows releases on LinuxJames Taylor2020-08-121-11/+29
* channel: Rename headers_1&headers_pbj & include user agents in themJames Taylor2020-08-121-14/+13
* channel_ctoken_desktop: fix parenthesis formattingJames Taylor2020-08-121-2/+1
* Switch to desktop endpnt w/ new ctoken format except sort by old>1James Taylor2020-08-122-19/+19
* yt_data_extract: Fix time_published picking up 'Streaming' stringJames Taylor2020-08-121-1/+5
* Don't log noisy thumbnail and avatar requests in the consoleJames Taylor2020-08-121-3/+13
* generate_release.py: Don't uninstall setuptoolsJames Taylor2020-08-111-1/+1
* 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
* Update READMEJames Taylor2020-08-101-5/+4
* 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 parameters being ignored in youtu.be linksJames Taylor2020-04-051-1/+4
* 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-082-41/+71
* Fix failure to parse comments when there's one from deleted channelJames Taylor2020-03-082-12/+32