Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RipMeApp/ripme
/ ignoreContentType
Method
ignoreContentType
src/main/java/com/rarchives/ripme/utils/Http.java:122–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
public
Http ignoreContentType() {
123
connection.ignoreContentType(true);
124
return
this;
125
}
126
127
public
Http referrer(String ref) {
128
connection.referrer(ref);
Callers
15
getJSON
Method · 0.95
getJSONArray
Method · 0.95
downloadItemDetailsJson
Method · 0.95
testSocksProxy
Method · 0.80
testHTTPProxy
Method · 0.80
getAlbumData
Method · 0.80
getURLsFromPage
Method · 0.80
getJson
Method · 0.80
handleJSON
Method · 0.80
getJsonPostsForOffset
Method · 0.80
getFirstPage
Method · 0.80
getFullSizeURL
Method · 0.80
Calls
no outgoing calls
Tested by
2
testSocksProxy
Method · 0.64
testHTTPProxy
Method · 0.64