Esempio n. 1
0
 public static string UrlFilmQuocGia(string id, DataFilm_HDPHim.Enum.Country country)
 {
     dicCountry = AddDicCountry();
     return(string.Format("http://www.phimmoi.net/{1}page-{0}.html", id, dicCountry.FirstOrDefault(t => t.Key == country).Value));
 }
Esempio n. 2
0
        public async static Task <string> FilmToCountry(string idPage, DataFilm_HDPHim.Enum.Country country)
        {
            var html = await(Utils.HttpClientRequert(Common.UrlFilmQuocGia(idPage, country)));

            return(GetData_HDPhim.Get_ListFilmToPage(html));
        }