ajax - XHR link not found -


i trying data xhr link, if chrome inspector able show contents not able import in python since error "page not found" reported. . have idea fix ?

base link:http://www.betexplorer.com/soccer/england/premier-league/manchester-united-leicester/xlyfx14s/

xhr link:http://www.betexplorer.com/gres/ajax/matchodds.php?p=0&e=xlyfx14s&b=1x2

libraries use "matchodds.php" no longer work. betexplorer.com have changed app structure, send xhr requests urls such http://d.livescore.in/x/feed/f_1_0_2_en_4 , http://d.livescore.in/x/feed/r_1_4 , content of requests not html , not "scrapeable" using beautifulsoup.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -