Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RipMeApp/ripme
/ url
Method
url
src/main/java/com/rarchives/ripme/utils/Http.java:53–55 ·
view source on GitHub ↗
(String url)
Source
from the content-addressed store, hash-verified
51
}
52
53
public
static
Http url(String url) {
54
return
new
Http(url);
55
}
56
57
public
static
Http url(URL url) {
58
return
new
Http(url);
Callers
15
testSocksProxy
Method · 0.95
testHTTPProxy
Method · 0.95
testGetNextPage_NoNextPage
Method · 0.95
testGetNextPage_HasNextPage
Method · 0.95
testGetNextPage
Method · 0.95
getRandomThreadDesuarchive
Method · 0.95
testGetGalleryIDAndUsername
Method · 0.95
getFirstPage
Method · 0.95
getAlbumTitle
Method · 0.95
getSingleImageData
Method · 0.95
getUserData
Method · 0.95
ripUserImages
Method · 0.95
Calls
no outgoing calls
Tested by
7
testSocksProxy
Method · 0.76
testHTTPProxy
Method · 0.76
testGetNextPage_NoNextPage
Method · 0.76
testGetNextPage_HasNextPage
Method · 0.76
testGetNextPage
Method · 0.76
getRandomThreadDesuarchive
Method · 0.76
testGetGalleryIDAndUsername
Method · 0.76