aesuli / steam-crawler

A set of scripts that crawls STEAM website to download game reviews.
GNU General Public License v3.0
44 stars 17 forks source link

URL Encode cursor to handle errors #4

Closed allenzhao closed 4 years ago

allenzhao commented 4 years ago

I've encountered an issue when the cursor contains characters like +. Without url encoding it won't work and return error with no cursor, causing an error. I've added the parsing cursor option to parse the cursor.

aesuli commented 4 years ago

thank you!