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

Drop website "parse_data" vfunc #30

Closed Rafostar closed 1 year ago

Rafostar commented 1 year ago

Having websites calling one function or another for reading data depending on additional boolean property value makes things unnecessary complicated.

Remove this in favor of using input streams all around and use a convenience method that converts input stream into data for plugins that need to have it as complete prior.