Differentiate playlist/segment http downloading #602
Labels
flag: good first issue
This might be a relatively easy issue; good for new contributors
status: archived
Archived and locked; will not be updated
type: enhancement
New feature or request
Milestone
When overriding the
httpPlugin
, there is no easy way from within the plugin itself to know if the request is a playlist or a segment request.It may be required to have different logic based on that info.
The two options are either to pass that info as a parameter to the plugin itself, or have two separate plugins (Which by default will use the same module), and then we will be able to override one or the other.
The text was updated successfully, but these errors were encountered: