diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html index ae5a41412..3c9d33e9b 100644 --- a/javadoc/allclasses-frame.html +++ b/javadoc/allclasses-frame.html @@ -32,6 +32,7 @@
KIOSK_FEATURED
"Featured"
public static final String
MORE_FEATURED_API_URL
"https://bandcamp.com/api/mobile/24/feed_older_logged_out"
DateWrapper.offsetDateTime()
instead.StreamExtractor.getRelatedItems()
. May be removed in a future version.StreamExtractor.getRelatedItems()
. May be removed in a future version.StreamInfo.getDashMpdUrl()
) and parse the dash manifest,
then it will search for any stream that the ItagItem has (by the id).Page(String url)
Page(String url,
+ byte[] body)
Page(String url,
Map<String,String> cookies)
Page(String url,
String id)
Page(String url,
+
+Page(String url,
String id,
List<String> ids,
- Map<String,String> cookies)
+ Map<String,String> cookies,
+ byte[] body)
@@ -175,22 +180,26 @@ implements Method and Description
byte[]
getBody()
Map<String,String>
getCookies()
String
getId()
List<String>
getIds()
String
getUrl()
static boolean
isValid(Page page)
public Page(String url, + byte[] body)+
public static boolean isValid(Page page)
@Nullable +public byte[] getBody()+
@Deprecated -public DateWrapper(@NonNull +public DateWrapper(@Nonnull Calendar calendar)
DateWrapper(OffsetDateTime)
instead.@Deprecated -public DateWrapper(@NonNull +public DateWrapper(@Nonnull Calendar calendar, boolean isApproximation)
DateWrapper(OffsetDateTime, boolean)
instead.public DateWrapper(@NonNull +public DateWrapper(@Nonnull OffsetDateTime offsetDateTime)
public DateWrapper(@NonNull +public DateWrapper(@Nonnull OffsetDateTime offsetDateTime, boolean isApproximation)
@Deprecated - @NonNull + @Nonnull public Calendar date()
offsetDateTime()
instead.@NonNull +@Nonnull public OffsetDateTime offsetDateTime()
getLanguageCode()
static Locale
getLocaleFromThreeLetterCode(String code)
+String
getLocalizationCode()
language-Country
, or
just language
if country is null
.int
hashCode()
static List<Localization>
listFrom(String... localizationCodeList)
String
toString()
public int hashCode()@@ -402,6 +409,27 @@ public + + +
public static Locale getLocaleFromThreeLetterCode(@Nonnull + String code) + throws ParsingException+
code
- a three letter language codeParsingException
String
getFeedUrl()
-public String getFeedUrl()-
getFeedUrl
in class ChannelExtractor
static String
getImageUrl(long id,
- boolean album)
static String
+ The appendix "_10" was chosen because it provides images sized 1200x1200. Other integer + values are possible as well (e.g. 0 is a very large resolution, possibly the original).
id
- The image IDalbum
- Whether this is the cover of an albumalbum
- True if this is the cover of an album or trackstatic String
KIOSK_FEATURED
static String
MORE_FEATURED_API_URL
public static final String FEATURED_API_URL@@ -301,6 +305,19 @@ extends + + +
public static final String MORE_FEATURED_API_URL+
public ListExtractor.InfoItemsPage<PlaylistInfoItem> getPage(Page page)+
public ListExtractor.InfoItemsPage<PlaylistInfoItem> getPage(Page page) + throws IOException, + ExtractionException
ListExtractor
ListExtractor.InfoItemsPage
corresponding to the requested pageIOException
ExtractionException
ListExtractor.InfoItemsPage.getNextPage()