Created attachment 247263 [details] patch a Python library to interface with the YouTube Chromecast API.
Comment on attachment 247263 [details] patch ^Triage: convert this to text/plain and set the Patch flag so that the automation can see it.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=aeddca10afb05652ecf7fe1e4447a75f26ef1277 commit aeddca10afb05652ecf7fe1e4447a75f26ef1277 Author: Lexi Winter <lexi@le-fay.org> AuthorDate: 2023-12-26 11:33:37 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2024-01-05 02:01:50 +0000 net/py-casttube: New port casttube provides a way to interact with the YouTube Chromecast API. PR: 275944 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D43267 net/Makefile | 1 + net/py-casttube/Makefile (new) | 16 ++++++++++++++++ net/py-casttube/distinfo (new) | 3 +++ net/py-casttube/pkg-descr (new) | 10 ++++++++++ 4 files changed, 30 insertions(+)
Committed - Thanks!