Skip to content

Commit

Permalink
fix for #381
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalleck committed Sep 10, 2020
1 parent 32a7255 commit a3e6934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nichtparasoup/imagecrawler/instagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
class InstagramQueryHashFinder(object):
__CONTAINER_PATH_RE = {
'tag': r'/static/bundles/metro/TagPageContainer\.js/.+?\.js',
'profile': r'/static/bundles/metro/ProfilePageContainer\.js/.+?\.js',
'profile': r'/static/bundles/metro/Consumer\.js/.+?\.js',
}

__QUERY_HASH_RE = r'queryId:"(.+?)"'
Expand Down

0 comments on commit a3e6934

Please sign in to comment.