| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Updated from '0.3.0' to 'v0.3.1'.
- Added v prefix for consistency with versioning conventions.s Please enter the commit message for your changes. Lines starting
|
|
|
|
|
|
|
| |
- Introduced `BUFFER_CONFIG` to define buffer sizes for various systems (webOS, Samsung Tizen, Android TV, desktop).
- Added `detectSystem()` function to determine the platform based on `navigator.userAgent`.
- Updated `Stream` constructor to use platform-specific buffer sizes dynamically.
- Added console log for debugging detected system and applied buffer size.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
tests/test_util.py: 14 warnings
/home/runner/work/yt-local/youtube-local/youtube/util.py:321: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default).
response.getheader('Content-Encoding', default='identity'))
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This was an old experiment to collect googlevideo domains to see
if there was a pattern that could correlate to IP address to
look for workarounds for 403 errors
Can bug out if enabled and if failed to get any vidoe urls,
so remove since it is obsolete and some people are enabling it
See #218
|
| |
|
|
|
|
|
|
|
| |
This way, buttons will still appear even if there is a failure
to read playlist metadata
Fixes #220# Please enter the commit message for your changes. Lines starting
|
|
|
|
|
|
| |
Should catch this error to fail gracefully
See #227
|
|
|
|
| |
watch: use android_vr client to get player data
|
| |
|
|
|
|
| |
This reverts commit 8af98968dd4325d5686bfed109aa4ed18b17edbc.
|
| |
|
|
|
|
|
|
|
| |
Invidious' solution to the destruction of the android client:
https://github.com/iv-org/invidious/pull/4650
Fixes #207
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
update android_music client
|
|
|
|
| |
update android client
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Discovered by LuanRT - https://github.com/LuanRT/YouTube.js/pull/624
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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 :(
|
| |
|
| |
|
| |
|
|
|
|
| |
response.getheaders() will be deprecated by urllib3.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Should reduce playback stalling
|