09a437f7fb
v0.2.18
v0.2.18
2024-07-09 13:10:10 +08:00
3cbe18aac0
Fix cves
...
CVE-2024-34064
CVE-2024-34069
CVE-2024-37891
2024-07-09 13:03:36 +08:00
62418f8e95
Switch to android test suite client by default
...
Invidious' solution to the destruction of the android client:
https://github.com/iv-org/invidious/pull/4650
Fixes #207
2024-06-11 10:46:25 +08:00
bfd3760969
Release v0.2.17
0.2.17
2024-04-29 01:00:13 +08:00
efd89b2e64
set ios client
2024-04-27 09:54:42 +08:00
0dc1747178
update version 0.2.16
0.2.16
2024-04-21 13:16:18 +08:00
8577164785
update client params
2024-04-21 13:14:08 +08:00
8af98968dd
Refactoring code and reuse INNERTUBE_CLIENTS
2024-04-21 13:13:19 +08:00
8f00cbcdd6
update
...
update android_music client
2024-04-21 11:21:35 +08:00
af75551bc2
update
...
update android client
2024-04-21 11:18:42 +08:00
3a6cc1e44f
version 0.2.15
0.2.15
2024-04-08 07:25:50 +08:00
7664b5f0ff
normalize css
2024-04-08 07:12:03 +08:00
ec5d236cad
fix color dark theme
2024-04-08 07:10:03 +08:00
d6b7a255d0
v0.2.14
0.2.14
2024-04-07 11:52:53 +08:00
22bc7324db
css normalize
2024-04-07 11:50:53 +08:00
48e8f271e7
update styles to modern
2024-04-07 11:44:19 +08:00
9a0ad6070b
version 0.2.13
0.2.13
2024-04-06 22:12:21 +08:00
6039589f24
Update android
params
...
Discovered by LuanRT - https://github.com/LuanRT/YouTube.js/pull/624
2024-04-06 22:04:14 +08:00
d4cba7eb6c
version 0.2.12
0.2.12
2024-03-31 04:44:03 +08:00
70cb453280
Set 'ios' client to bypass
...
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
2024-03-31 04:43:11 +08:00
7a106331e7
README.md: update
2024-03-31 02:06:20 +08:00
8775e131af
Temporal fix: all requests with ANDROID client get redirected to aQvGIIdgFDM 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 :(
2024-03-31 01:48:43 +08:00
1f16f7cb62
version 0.2.11
0.2.11
2024-03-30 10:14:08 +08:00
80b7f3cd00
Update user-agents and update android client parameters to fix blockage
2024-03-30 10:10:35 +08:00
8b79e067bc
README.md: update
2024-03-11 10:30:09 +08:00
cda0627d5a
version 0.2.10
0.2.10
2024-03-11 09:55:09 +08:00
ad40dd6d6b
update requirements
2024-03-11 09:53:55 +08:00
b91d53dc6f
Use response.headers instead of response.getheaders()
...
response.getheaders() will be deprecated by urllib3.
2024-03-11 09:47:35 +08:00
cda4fd1f26
version 0.2.9
0.2.9
2024-03-10 02:13:29 +08:00
ff2a2edaa5
generate_release: Fix wrong (32bit) MSVCR included for 64 bitInsert the 64 bit microsoft visual C runtime for 64 bit releases
2024-03-10 02:11:09 +08:00
38d8d5d4c5
av-merge: Retry more than once for timeouts
2024-03-10 02:08:23 +08:00
f010452abf
Update android client version to fix 400 Bad Request
2024-03-10 02:02:42 +08:00
ab93f8242b
bump v0.2.8
0.2.8
2024-01-29 06:10:14 +08:00
1505414a1a
Update Plyr custom styles for menu container
...
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.
2024-01-29 06:06:18 +08:00
c04d7c9a24
Adjust Plyr custom styles for video preview thumbnail
...
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.
2024-01-29 05:08:18 +08:00
3ee2df7faa
Refactor styles on video playback page
...
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
2024-01-29 05:06:38 +08:00
d2c883c211
fix thumbnail into channel
2024-01-28 13:21:54 +08:00
59c988f819
Revert update plyr
0.2.7
2024-01-28 00:31:30 +08:00
629c811e84
av-merge: Retry failed requests
...
Should reduce playback stalling
2024-01-26 01:12:54 +08:00
284024433b
av-merge: Use fetchRange promise properly
2024-01-26 01:09:12 +08:00
55a8e50d6a
Fix plyr hash version into embed
2024-01-24 11:53:32 +08:00
810dff999e
Set flexible responsive video
2024-01-24 11:50:13 +08:00
4da91fb972
update plyr
2024-01-22 12:10:13 +08:00
874ac0a0ac
Add autoplay to plyr
2024-01-22 12:09:52 +08:00
89ae1e265b
Refactor captions logic in Plyr video player initialization
...
Simplify the captions logic in the Plyr video player initialization by using a conditional statement.
Cleaner and more concise code.
2024-01-22 07:48:00 +08:00
00bd9fee6f
Add autoplay functionality in Plyr video player
...
Introduce autoplay feature in the Plyr video player based on the configuration settings.
2024-01-22 07:44:24 +08:00
b215e2a3b2
Add setting to autoplay videos
2024-01-22 06:38:52 +08:00
97972d6fa3
Fix like count extraction
2024-01-22 06:35:46 +08:00
6ae20bb1f5
Add option to always use integrated sources
...
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.
2024-01-22 06:33:34 +08:00
5f3b90ad45
Fix channel about tab
2024-01-22 06:29:42 +08:00