Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
tools
instaloader
Commits
280ee975
Commit
280ee975
authored
Oct 10, 2022
by
Nong Hoang Tu
Browse files
New upstream version 4.9.5
parent
d37db9bf
Pipeline
#6919
failed with stages
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
instaloader/__init__.py
View file @
280ee975
"""Download pictures (or videos) along with their captions and other metadata from Instagram."""
__version__
=
'4.9.
4
'
__version__
=
'4.9.
5
'
try
:
...
...
instaloader/structures.py
View file @
280ee975
...
...
@@ -1550,7 +1550,7 @@ class Hashtag:
def
_obtain_metadata
(
self
):
if
not
self
.
_has_full_metadata
:
self
.
_node
=
self
.
_query
({
"__a"
:
1
})
self
.
_node
=
self
.
_query
({
"__a"
:
1
,
"__d"
:
"dis"
})
self
.
_has_full_metadata
=
True
def
_asdict
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment