public class TvdbParser extends Object
Modifier | Constructor and Description |
---|---|
protected |
TvdbParser() |
Modifier and Type | Method and Description |
---|---|
static List<Actor> |
getActors(String urlString)
Get a list of the actors from the URL
|
static List<Episode> |
getAllEpisodes(String urlString,
int season)
Get all the episodes from the URL
|
static Banners |
getBanners(String urlString)
Get a list of banners from the URL
|
static Episode |
getEpisode(String urlString)
Get the episode information from the URL
|
static List<Language> |
getLanguages(String urlString)
Gets the languages.
|
static List<Series> |
getSeriesList(String urlString)
Get a list of series from the URL
|
static TVDBUpdates |
getUpdates(String urlString,
int seriesId)
Get a list of updates from the URL
|
static String |
parseErrorMessage(String errorMessage)
Parse the error message to return a more user friendly message
|
public static List<Actor> getActors(String urlString) throws TvDbException
urlString
- TvDbException
public static List<Episode> getAllEpisodes(String urlString, int season) throws TvDbException
urlString
- season
- TvDbException
public static Banners getBanners(String urlString) throws TvDbException
urlString
- TvDbException
public static Episode getEpisode(String urlString) throws TvDbException
urlString
- TvDbException
public static List<Series> getSeriesList(String urlString) throws TvDbException
urlString
- TvDbException
public static TVDBUpdates getUpdates(String urlString, int seriesId) throws TvDbException
urlString
- seriesId
- TvDbException
public static List<Language> getLanguages(String urlString) throws TvDbException
urlString
- the url stringTvDbException
- the tv db exceptionCopyright © 2012-2015. All Rights Reserved.