j-andrews7 / kenpompy

A simple yet comprehensive web scraper for kenpom.com.
https://kenpompy.readthedocs.io/en/latest/?badge=latest
GNU General Public License v3.0
73 stars 21 forks source link

Fixes j-andrews7/kenpompy#12 #13

Closed esqew closed 2 years ago

esqew commented 2 years ago

This branch provides a fix for the typo in the URL building logic described in j-andrews7/kenpompy#12 by changing the ampersand & delimiter to a question mark ? delimiter (to properly denotate the beginning of the URL parameters within the aforementioned generated URL).

j-andrews7 commented 2 years ago

Thanks, new release is out with this fix.