Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Scrape Username #241

Open
robert-hayden opened this issue May 1, 2022 · 0 comments
Open

Cannot Scrape Username #241

robert-hayden opened this issue May 1, 2022 · 0 comments

Comments

@robert-hayden
Copy link

Already install and follow guide.

for item in user_feed_items:
  # 馃帶 get music title, cover, link, author name..
  print("Music title: ", item.music.title)
  # #锔忊儯 print all tag's title of video
  print([tag.title for tag in item.challenges])
  # 馃搱 check all video stats
  print("Comments: ", item.stats.comments)
  print("Plays: ", item.stats.plays)
  print("Shares: ", item.stats.shares)
  print("Likes: ", item.stats.likes)

but gettin' error:
image

can u give advice sir? thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant