sjDan2003 / Cookbook

0 stars 0 forks source link

Properly decode byte string urls #2

Open sjDan2003 opened 5 years ago

sjDan2003 commented 5 years ago

For some reason, urllib.request.urlopen will return a byte string rather than a string that beautiful soup can parse. Investigate, document and make changes to the code to correctly parse these recipes.