You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to add a request header for a download request?
I tried adding addRequestProperty("name", "www.com") to HttpURLConnection conn to M3U8Downloader.java but that didn't work
conn.addRequestProperty("name", "www.com");
Any help is really appreciated
The text was updated successfully, but these errors were encountered:
How to add a request header for a download request?
I tried adding
addRequestProperty("name", "www.com")
toHttpURLConnection conn
to M3U8Downloader.java but that didn't workconn.addRequestProperty("name", "www.com");
Any help is really appreciated
The text was updated successfully, but these errors were encountered: