mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#705
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/693
Author: @sigma67
Created: 12/17/2024
Status: ✅ Merged
Merged: 12/17/2024
Merged by: @sigma67
Base:
main← Head:heinrich26-patch-1📝 Commits (10+)
9cfc67cAdded Lyrics w. Timestampsa70de71Update browsing.pyc4d90deCombined both get_lyrics methods into one and fixed some typechecking errorsc85369fFixed a missing hasTimestamps and added the doccomments to the overloads, because vscode didn't show them otherwisea657a37Removed the old get_lyrics_with_timestamps method2ffc136fixed remaining issues83b6e92Update uploads.py47a8504removed variablecontextfrom the Mixin, as it's use was replaced byyt.as_mobile()fc1dec4fix some formatting complaints by ruff and mypy347c2e6please the linter📊 Changes
12 files changed (+246 additions, -82 deletions)
View changed files
➖
.github/workflows/docsbuild.yml(+0 -33)📝
tests/mixins/test_browsing.py(+18 -2)📝
ytmusicapi/__init__.py(+1 -1)📝
ytmusicapi/mixins/_protocol.py(+8 -1)📝
ytmusicapi/mixins/_utils.py(+4 -1)📝
ytmusicapi/mixins/browsing.py(+88 -21)📝
ytmusicapi/mixins/library.py(+8 -6)📝
ytmusicapi/mixins/uploads.py(+8 -4)➕
ytmusicapi/models/__init__.py(+3 -0)➕
ytmusicapi/models/lyrics.py(+46 -0)📝
ytmusicapi/navigation.py(+10 -0)📝
ytmusicapi/ytmusic.py(+52 -13)📄 Description
copy of #662
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.