aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release v0.2.17HEAD0.2.17masterAstound2024-04-291-1/+1
|
* set ios clientAstound2024-04-271-16/+16
|
* update version 0.2.160.2.16Astound2024-04-211-1/+1
|
* update client paramsAstound2024-04-211-1/+1
|
* Refactoring code and reuse INNERTUBE_CLIENTSAstound2024-04-212-114/+110
|
* updateAstound2024-04-211-2/+2
| | | | update android_music client
* updateAstound2024-04-211-2/+2
| | | | update android client
* version 0.2.150.2.15Astound2024-04-081-1/+1
|
* normalize cssAstound2024-04-081-2/+2
|
* fix color dark themeAstound2024-04-082-7/+8
|
* v0.2.140.2.14Astound2024-04-071-1/+1
|
* css normalizeAstound2024-04-072-8/+8
|
* update styles to modernAstound2024-04-075-21/+27
|
* version 0.2.130.2.13Astound2024-04-061-1/+1
|
* Update `android` paramsAstound2024-04-062-8/+4
| | | | Discovered by LuanRT - https://github.com/LuanRT/YouTube.js/pull/624
* version 0.2.120.2.12Astound2024-03-311-1/+1
|
* Set 'ios' client to bypassAstound2024-03-312-11/+17
| | | | | | | absidue notes that blockage of the android client is collateral damage due to YouTube's war with ReVanced. Switching to iOS should keep us out of the line of fire for now: https://github.com/yt-dlp/yt-dlp/issues/9554#issuecomment-2026828421
* README.md: updateAstound2024-03-311-1/+1
|
* Temporal fix: all requests with ANDROID client get redirected to aQvGIIdgFDM ↵Astound2024-03-312-1/+20
| | | | | | video, hence the different "content not available" Set YTMUSIC_ANDROID client instead, but it's just the matter of time before youtube updates that one too :(
* version 0.2.110.2.11Astound2024-03-301-1/+1
|
* Update user-agents and update android client parameters to fix blockageAstound2024-03-303-13/+15
|
* README.md: updateAstound2024-03-111-2/+0
|
* version 0.2.100.2.10Astound2024-03-111-1/+1
|
* update requirementsAstound2024-03-112-44/+34
|
* Use response.headers instead of response.getheaders()Astound2024-03-112-2/+2
| | | | response.getheaders() will be deprecated by urllib3.
* version 0.2.90.2.9Astound2024-03-101-1/+1
|
* generate_release: Fix wrong (32bit) MSVCR included for 64 bitInsert the 64 ↵Astound2024-03-101-1/+3
| | | | bit microsoft visual C runtime for 64 bit releases
* av-merge: Retry more than once for timeoutsAstound2024-03-101-1/+2
|
* Update android client version to fix 400 Bad RequestAstound2024-03-101-3/+3
|
* bump v0.2.80.2.8Astound2024-01-291-1/+1
|
* Update Plyr custom styles for menu containerAstound2024-01-291-0/+8
| | | | | | | Specifically, set a maximum height and added vertical scrolling to address an issue related to Plyr's menu height. Improve the overall usability and visual appearance of the menu in video player.
* Adjust Plyr custom styles for video preview thumbnailAstound2024-01-291-0/+9
| | | | | | | | In custom_plyr.css, made adjustments to styles for video preview thumbnail in Plyr Specific changes: - Modified the size and positioning of the thumbnail container to improve the visual presentation. - Enchance the user experience when interacting with video previews.
* Refactor styles on video playback pageAstound2024-01-293-21/+23
| | | | | | | | | Made changes to the styles on the video playback page to enhance visibility and address issues with the video player. Added a new custom style file for Plyr, and removed redundant and unused styles in watch.css. Specific changes: - Added custom_plyr.css for Plyr styles. - Removed redundant styles related to playback issues in watch.css
* fix thumbnail into channelAstound2024-01-281-0/+1
|
* Revert update plyr0.2.7Astound2024-01-286-4814/+5317
|
* av-merge: Retry failed requestsAstound2024-01-261-11/+37
| | | | Should reduce playback stalling
* av-merge: Use fetchRange promise properlyAstound2024-01-261-18/+25
|
* Fix plyr hash version into embedAstound2024-01-241-1/+1
|
* Set flexible responsive videoAstound2024-01-242-2/+2
|
* update plyrAstound2024-01-225-5315/+4813
|
* Add autoplay to plyrAstound2024-01-221-48/+42
|
* Refactor captions logic in Plyr video player initializationAstound2024-01-221-11/+4
| | | | | Simplify the captions logic in the Plyr video player initialization by using a conditional statement. Cleaner and more concise code.
* Add autoplay functionality in Plyr video playerAstound2024-01-221-0/+4
| | | | Introduce autoplay feature in the Plyr video player based on the configuration settings.
* Add setting to autoplay videosAstound2024-01-222-1/+8
|
* Fix like count extractionAstound2024-01-221-12/+20
|
* Add option to always use integrated sourcesAstound2024-01-222-8/+30
| | | | | | Make the prefer_integrated_sources setting an int with 0,1,2 instead of a bool, where 2 makes it always use integrated sources unless none are available.
* Fix channel about tabAstound2024-01-227-90/+231
|
* subscriptions: Update live/upcoming/premier durations upon checkAstound2024-01-221-24/+53
| | | | | | The durations were previously set to "LIVE", "UPCOMING", etc. and would not be updated once the livestream was over or the upcoming video was published.
* Subscriptions: Fix exceptions when videos are missing upload datesAstound2024-01-221-2/+28
| | | | | | | E.g. line 548, AttributeError: 'NoneType' object has no attribute 'lower' When upload dates are unavailable, make ones up which give the correct video order
* Fix comment replies not workingAstound2024-01-221-2/+2
| | | | | YouTube set a limit of 200 replies, otherwise it rejects the request. So decrease the requested number of replies to 200