Thanks to visit codestin.com
Credit goes to github.com

Skip to content

session: fix missing plugin override log message#5844

Merged
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:session/plugins/fix-missing-override-log-msg
Feb 20, 2024
Merged

session: fix missing plugin override log message#5844
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:session/plugins/fix-missing-override-log-msg

Conversation

@bastimeyer

Copy link
Copy Markdown
Member

Fixes #5843

I didn't notice the missing log message because apparently I only checked this in a live environment from an editable install where all plugins get loaded at once like before, unlike in non-editable installs.

This bugfix justifies another patch release after merging. Will publish 6.6.2 later today...


$ pip install -q .
$ streamlink -V
streamlink 6.6.1+3.g21ef70bc
$ streamlink twitch.tv/smoke
[session][info] Plugin twitch is being overridden by /home/basti/.local/share/streamlink/plugins/twitch.py
[cli][info] Found matching plugin twitch for URL twitch.tv/smoke
Available streams: audio_only, 160p (worst), 360p, 480p, 720p60, 1080p60 (best)

@bastimeyer bastimeyer merged commit 73db061 into streamlink:master Feb 20, 2024
@bastimeyer bastimeyer deleted the session/plugins/fix-missing-override-log-msg branch February 20, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

session.plugins: No longer logs when plugin is overridden

1 participant