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#692
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/657
Author: @gotofritz
Created: 10/5/2024
Status: ✅ Merged
Merged: 10/8/2024
Merged by: @sigma67
Base:
main← Head:656-fix-run-inside-subtitle📝 Commits (3)
65c18c4fix #656: attempt to find runs in subtitle if not in title7ace167refactor0138c18remove fix by gotofritz📊 Changes
4 files changed (+41 additions, -56 deletions)
View changed files
📝
tests/conftest.py(+0 -6)📝
tests/mixins/test_playlists.py(+19 -18)📝
ytmusicapi/mixins/playlists.py(+2 -20)📝
ytmusicapi/parsers/playlists.py(+20 -12)📄 Description
Sometimes the object 'runs' is not to be found within title, but within
subtitle. This PR makes ytmusicapi look in both places.
Closes #656
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.