public class AniDBCachedUrl extends Object
All users of this API should employ heavy local caching. Requesting the same dataset multiple times on a single day can get you banned. The same goes for request flooding. You should not request more than one page every two seconds.
| Constructor and Description |
|---|
AniDBCachedUrl(File cacheDir) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteArrayContents(String url) |
String |
getStringContents(String url) |
String |
getStringContents(String url,
Charset charset) |
org.jsoup.nodes.Document |
getXmlContents(String url) |
public AniDBCachedUrl(File cacheDir)
Copyright © 2012–2019 tinyMediaManager. All rights reserved.