1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-07 11:42:38 +02:00

Fixed downloading hashtags (#1749)

This commit is contained in:
ILikeToCode 2022-09-26 20:37:02 +01:00 committed by GitHub
parent 84bb60c155
commit ffb0aea5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):