im writing a scraping tool using requests-html and the data being shown is from a pc html
how can i specify it to only give me mobile html as it has a higher resolution images than pc
i tied to render becuase i tought javascript was messing with me but still the page being shown is sometimes dosent even contain the img for some user agents i tried to mobile user agents and still the same low quality images when i use googles toggle device tool bar the html has a higher quality image not the one im getting in requests also i try not use selenium as i want to scale my code to some levels
NOOBIE BOYZ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.