Method | Description | |
---|---|---|
GetLargeImageUrl ( this json ) : string | ||
GetMovieCoverRequest ( this json ) : IEnumerable |
||
ParseName ( Jasily.SDK.Douban.Entities.Artist json ) : IEnumerable |
||
ParseName ( this json ) : IEnumerable |
||
TryGetArtistInfoAsync ( string doubanId ) : Task |
||
TryGetImdbIdAsync ( string doubanId ) : Task |
||
TryGetMovieHtmlAsync ( string doubanId ) : Task |
||
TryGetMovieInfoAsync ( string doubanId ) : Task |
||
TryParseImdbId ( string html ) : string | ||
TryParseReleaseDate ( string html ) : DateTime? |
Method | Description | |
---|---|---|
GetRawImageUrl ( Jasily.SDK.Douban.Entities.Movie json ) : string | ||
PrintInDebug ( WebResult |
||
TryParseReleaseDateString ( string html ) : string |
public static GetLargeImageUrl ( this json ) : string | ||
json | this | |
return | string |
public static GetMovieCoverRequest ( this json ) : IEnumerable |
||
json | this | |
return | IEnumerable |
public static ParseName ( Jasily.SDK.Douban.Entities.Artist json ) : IEnumerable |
||
json | Jasily.SDK.Douban.Entities.Artist | |
return | IEnumerable |
public static ParseName ( this json ) : IEnumerable |
||
json | this | |
return | IEnumerable |
public static TryGetArtistInfoAsync ( string doubanId ) : Task |
||
doubanId | string | |
return | Task |
public static TryGetImdbIdAsync ( string doubanId ) : Task |
||
doubanId | string | |
return | Task |
public static TryGetMovieHtmlAsync ( string doubanId ) : Task |
||
doubanId | string | |
return | Task |
public static TryGetMovieInfoAsync ( string doubanId ) : Task |
||
doubanId | string | |
return | Task |
public static TryParseImdbId ( string html ) : string | ||
html | string | |
return | string |
public static TryParseReleaseDate ( string html ) : DateTime? | ||
html | string | |
return | DateTime? |