sborod / ruby-instagram-scraper

А simple module for requests to Instagram without an API key.
MIT License
39 stars 29 forks source link

get_tag_media_nodes expanded #8

Open nicocastillo2 opened 7 years ago

nicocastillo2 commented 7 years ago

Hello, I'm trying to pull some hashtag media with the get_tag_media_nodes method, but I only get about 12 to 13 results and I wish to expand those. I'm not sure how to call the method to do it.

RubyInstagramScraper.get_tag_media_nodes( "mexico" )

thanks!!