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

Handle VideoSecondaryInfo's attributedDescription prop #319

Closed
4 tasks done
LuanRT opened this issue Feb 24, 2023 · 0 comments · Fixed by #325
Closed
4 tasks done

Handle VideoSecondaryInfo's attributedDescription prop #319

LuanRT opened this issue Feb 24, 2023 · 0 comments · Fixed by #325
Assignees
Labels
enhancement New feature or request

Comments

@LuanRT
Copy link
Owner

LuanRT commented Feb 24, 2023

Describe your suggestion

YouTube has been A/B testing this for a while but now it seems more frequent. When a particular session is affected, a property called attributedDescription takes description's place (which is why description returns “N/A”). To fix that, we should add some logic to convert the attributed description's commandRuns to regular text runs. This way, it will be easier to parse and add support for things such as attachmentRuns. With that, we'll also get to keep the property named “description” as the data structure will remain the same.

Other details

No response

Checklist

  • I am running the latest version.
  • I checked the documentation and found no answer.
  • I have searched the existing issues and made sure this is not a duplicate.
  • I have provided sufficient information.
@LuanRT LuanRT added the enhancement New feature or request label Feb 24, 2023
@LuanRT LuanRT self-assigned this Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant