jkeesh / scpd-scraper

download and convert SCPD lectures easily
17 stars 17 forks source link

Fixed some bugs tied to HTML5 formatting on SCPD site #9

Closed djoeman84 closed 11 years ago

djoeman84 commented 11 years ago

Scraper was crashing when lectures had notes, this can be solved by installing the html5 compatible beautifulsoup. I put in an error handler so it won't crash if the client hasn't switched. Also added some functionality and cleaned up a bit

jkeesh commented 11 years ago

Wow, you have made a lot of improvements to this! Can your remove the textput.log or modify the gitignore file.

Also, feel free to keep adding, I think just make sure the basic default command does what it should do. I'm curious how many people have used this project at this point.

djoeman84 commented 11 years ago

I've built everything around the original implementation, so all of the same calls from before should work exactly the same. I've just been updating it in ways I find useful, not sure how many people use it but I find it very useful:) I'll add that to gitignore right away.