fzakaria / HypeScript

Python HypeMachine script downloader
www.fzakaria.com
55 stars 21 forks source link

Fixed multi-page scraping and artist/song regex #5

Closed jasperfung closed 12 years ago

jasperfung commented 12 years ago

-removed a repeated '/' that was causing issues with scraping past the first page

-Hypem may have updated the formatting of their trackList items. Updated the songMatches & artistMatches regex to fix song and artist name fetching

-added artist name to output file names and the "Attempting to download" print statement

fzakaria commented 12 years ago

Taking a look now

fzakaria commented 12 years ago

This was not was broken. I just uploaded the fix. It had to do with whitepace when parsing the regular expression. Please see my latest submission.