Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Parse channel's tags #4294

Merged
merged 1 commit into from Apr 26, 2024

Conversation

ChunkyProgrammer
Copy link
Contributor

@ChunkyProgrammer ChunkyProgrammer commented Nov 26, 2023

NOTE: Took the non-broken parts from this PR: #4026 for channel tags

In FreeTube, we display the channel's tags in an about tab and I'd like to add support for displaying tags when using the Invidious API (FreeTubeApp/FreeTube#1359)

freetube about tab
Tags:
auto generated channel (Minecraft - Topic):
/api/v1/channels/UCQvWX73GQygcwXOTSf_VDVg

{
...
"tags":["Video game","Indie game","Xbox One","New Nintendo 3DS","PS3","Nintendo Switch","Wii U","Fire OS","Mac operating systems","Apple TV","Xbox 360","PlayStation Vita","PS4","Windows","Linux","Nintendo 3DS","iOS","Windows Phone","iPadOS","Java","Android","tvOS","ChromeOS"]
...
}

other channel (Mr Beast):
/api/v1/channels/UCX6OQ3DkcsbYNE6H8uQQuVA

{
...
"tags":["mrbeast6000","beast","mrbeast","Mr.Beast","mr"]
...
}

@ChunkyProgrammer ChunkyProgrammer requested a review from a team as a code owner November 26, 2023 22:48
@ChunkyProgrammer ChunkyProgrammer requested review from unixfox and removed request for a team November 26, 2023 22:48
@SamantazFox SamantazFox added the need-testing This feature needs to be deployed and tested to see if it's working, and doesn't break something label Nov 28, 2023
@SamantazFox SamantazFox added ready and removed need-testing This feature needs to be deployed and tested to see if it's working, and doesn't break something labels Apr 20, 2024
@SamantazFox SamantazFox merged commit b163afe into iv-org:master Apr 26, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants