mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-24 23:06:13 +03:00
[PR #621] Models #678
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#678
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/621
Author: @sigma67
Created: 7/14/2024
Status: 🔄 Open
Base:
v2← Head:models📝 Commits (4)
5d1d308Add Pydantic Models for search functions026b8c8Remove from get_search_suggestionsb559c0eMerge branch 'v2' into modelsf1234c2wip📊 Changes
12 files changed (+249 additions, -65 deletions)
View changed files
📝
pdm.lock(+119 -2)📝
pyproject.toml(+1 -0)📝
ytmusicapi/mixins/playlists.py(+6 -2)📝
ytmusicapi/mixins/search.py(+5 -52)➕
ytmusicapi/models/__init__.py(+0 -0)➕
ytmusicapi/models/content/__init__.py(+0 -0)➕
ytmusicapi/models/content/enums.py(+24 -0)➕
ytmusicapi/models/content/generic.py(+16 -0)➕
ytmusicapi/models/playlist.py(+47 -0)➕
ytmusicapi/models/search.py(+19 -0)➕
ytmusicapi/models/thumbnail.py(+7 -0)📝
ytmusicapi/parsers/search.py(+5 -9)📄 Description
#307
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.