You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thanks for this very helpful project.
I need to fetch a list of posts according to a certain hashtag, which works fine with the byHashtag method.
However, when I'm trying to watch the video on my own browser it wont start.
I've seen the example of downloadTikTok.py with the custom_did but I can't seem to make it work with byHashtag.
This is what I've tried:
did = str(random.randint(10000, 999999999))
tiktoks = api.byHashtag("funny", count=count, custom_did=did)
Is it possible to get a video url reference which you can download with the byHashtag method?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
First thanks for this very helpful project.
I need to fetch a list of posts according to a certain hashtag, which works fine with the byHashtag method.
However, when I'm trying to watch the video on my own browser it wont start.
I've seen the example of downloadTikTok.py with the custom_did but I can't seem to make it work with byHashtag.
This is what I've tried:
did = str(random.randint(10000, 999999999))
tiktoks = api.byHashtag("funny", count=count, custom_did=did)
Is it possible to get a video url reference which you can download with the byHashtag method?
Beta Was this translation helpful? Give feedback.
All reactions