Miron Zadora
Results
3
issues of
Miron Zadora
the line for getting "song_viewcount" can fail if yt_data['views'] contains the string "No views", a simple fix for this is ``` sd_data = yt_data['duration'].split(':') try: song_duration = int(sd_data[0]) * 60...
I wanted to look at the layers individually, so I changed 'data' in the javascript in the generated html file to not be a const and repeatedly executed data=data.slice(0,-1) in...