Necarri / The-Cooler-UnevenBotcat654

Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

URLs with Parameters are Borken #7

Closed imartin22k closed 3 months ago

imartin22k commented 3 months ago

Jeremiah said so, here is the fix if the url is a string: "&".join(split(url, "&")[0:1])

tootizard commented 3 months ago

Simpler: CleanerUrl=url.split('&')[0]

Necarri commented 3 months ago

Implemented in latest release

imartin22k commented 3 months ago

Ahh I did have my syntax wrong, I realize now that the watch parameter had a "?" not a "&" so you would only need the first value of that list. Whoops lol