Skip to content

Commit

Permalink
Merge pull request #1 from byousri/byousri-patch-1
Browse files Browse the repository at this point in the history
Update instaRaider.py
  • Loading branch information
byousri committed Feb 17, 2017
2 parents 6f34cac + 9d8e757 commit 0474687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instaRaider.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def load_instagram(self):

if (num_to_download > 12):
scroll_to_bottom = self.get_scroll_count(num_to_download)
element = driver.find_element_by_css_selector('a._oidfu')
element = driver.find_element_by_css_selector('a._8imhp')
time.sleep(0.5)
element.click()

Expand Down

0 comments on commit 0474687

Please sign in to comment.