Is your feature request related to a problem? Please describe.
Allow to pass other headers as well for feed url.
Describe the solution you'd like
|
$headers = [ |
|
'Accept' => SimplePie::DEFAULT_HTTP_ACCEPT_HEADER, |
|
]; |
should be configurable.
Describe alternatives you've considered
N/A
Additional context
I can submit a PR.