isaackd / AnnotationsRestored

Brings annotation support back to YouTube
GNU General Public License v3.0
160 stars 8 forks source link

Implement style attribute #5

Open tech234a opened 5 years ago

tech234a commented 5 years ago

YouTube annotations offered a style attribute for annotations. Possible values included speech and popup. This would also need to be added to the converter so the data isn't lost in conversion.

isaackd commented 5 years ago

Converter stores style data in d39b3b3947c653d32c8a18aa01712d6f63fe8dc5

tech234a commented 5 years ago

For reference: Types of annotations: https://sproutsocial.com/insights/how-to-use-youtube-annotations/ Video demo: https://www.youtube.com/watch?v=ECRXl41t5vU

tech234a commented 5 years ago

Some styles are listed here: https://github.com/afrmtbl/AnnotationsRestored/wiki/YouTube-annotation-attributes.

isaackd commented 5 years ago

Speech annotation support added by 78cd0595614781ca87b7134df2084c7c21b913f2

isaackd commented 5 years ago

Tracking of annotation progress: https://github.com/afrmtbl/annotationlib/issues/2