Skip to content

Commit

Permalink
Update play button query
Browse files Browse the repository at this point in the history
  • Loading branch information
everdrone committed Jan 9, 2025
1 parent 13564a2 commit e8cc4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nts/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def download(url, quiet, save_dir, save=True):
parsed['url'] = nts_url
# safe_title, date, title, artists, parsed_artists, genres, image_url = parse_nts_data(bs)

button = bs.select('.episode__btn.mixcloud-btn')[0]
button = bs.select('.mixcloud-btn')[0]
link = button.get('data-src')
host = None

Expand Down

0 comments on commit e8cc4e1

Please sign in to comment.