Allow specifying per-item request headers (for playback and downloads)
Open
enhancement
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
I have different cookies for each video.
so each time new video is loaded, I set DownloadManager with new cookie.
```defaultHttpDataSourceFactory.getDefaultRequestProperties().set("Cookie", cookieValue);```
however, I can only download video for the first time.
I think DownloadService seems to call DownloadManager only when DownloadService is started for the first time.
How do I download video with each different cookie?
Contributor guide
Assessment
This issue has not been assessed yet.