diff --git a/slack-pixiv/commands/illust.rb b/slack-pixiv/commands/illust.rb index a6e2c03..fb4bc44 100644 --- a/slack-pixiv/commands/illust.rb +++ b/slack-pixiv/commands/illust.rb @@ -24,7 +24,7 @@ module SlackMathbot puts ios_url # Scrape profile link - profile = agent.get(pixiv_url).at("div.userdata > h2.name > a").attributes['href'].to_s + profile = agent.get(pixiv_url).at("div.userdata-row > h2.name > a").attributes['href'].to_s puts profile # Create iOS Members URL