diff --git a/scrape.py b/scrape.py index 8c3e39b..f9b5878 100755 --- a/scrape.py +++ b/scrape.py @@ -60,7 +60,7 @@ for user_str in users_to_process: user.url_username = user_str # Get the user's profile page and soup it - driver.get('https://soundcloud.com/' + user_str) + driver.get('https://soundcloud.com/' + user.url_username) soup = BeautifulSoup(driver.page_source, 'lxml') # Grab their username