Rafostar / gtuber

C library to fetch media info from websites
https://rafostar.github.io/gtuber/
GNU Lesser General Public License v2.1
9 stars 3 forks source link

Add reconfigure flow feature #41

Closed Rafostar closed 1 year ago

Rafostar commented 1 year ago

Useful when website might have embedded video from a different service. In this case some other plugin might be able to handle it, thus this convenient method of switching between plugins in the middle of parsing is added.

Closes #40