C# 클래스 JryVideo.Core.Douban.DoubanHelper

파일 보기 프로젝트 열기: Cologler/JRYVideo

공개 메소드들

메소드 설명
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?

비공개 메소드들

메소드 설명
GetRawImageUrl ( Jasily.SDK.Douban.Entities.Movie json ) : string
PrintInDebug ( WebResult result ) : void
TryParseReleaseDateString ( string html ) : string

메소드 상세

GetLargeImageUrl() 공개 정적인 메소드

public static GetLargeImageUrl ( this json ) : string
json this
리턴 string

GetMovieCoverRequest() 공개 정적인 메소드

public static GetMovieCoverRequest ( this json ) : IEnumerable
json this
리턴 IEnumerable

ParseName() 공개 정적인 메소드

public static ParseName ( Jasily.SDK.Douban.Entities.Artist json ) : IEnumerable
json Jasily.SDK.Douban.Entities.Artist
리턴 IEnumerable

ParseName() 공개 정적인 메소드

public static ParseName ( this json ) : IEnumerable
json this
리턴 IEnumerable

TryGetArtistInfoAsync() 공개 정적인 메소드

public static TryGetArtistInfoAsync ( string doubanId ) : Task
doubanId string
리턴 Task

TryGetImdbIdAsync() 공개 정적인 메소드

public static TryGetImdbIdAsync ( string doubanId ) : Task
doubanId string
리턴 Task

TryGetMovieHtmlAsync() 공개 정적인 메소드

public static TryGetMovieHtmlAsync ( string doubanId ) : Task
doubanId string
리턴 Task

TryGetMovieInfoAsync() 공개 정적인 메소드

public static TryGetMovieInfoAsync ( string doubanId ) : Task
doubanId string
리턴 Task

TryParseImdbId() 공개 정적인 메소드

public static TryParseImdbId ( string html ) : string
html string
리턴 string

TryParseReleaseDate() 공개 정적인 메소드

public static TryParseReleaseDate ( string html ) : DateTime?
html string
리턴 DateTime?