forked from MarseyWorld/MarseyWorld
stop using 200w since it makes reading text in gifs impossible unless u expand
parent
eb2d5964bc
commit
7e260a8740
|
@ -435,7 +435,7 @@ def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_emojis=
|
|||
tag = tag.replace_with(a)
|
||||
a.append(tag)
|
||||
|
||||
tag["data-src"] = tag["data-src"].replace('/giphy.webp', '/200w.webp')
|
||||
tag["data-src"] = tag["data-src"]
|
||||
|
||||
sanitized = str(soup).replace('<html><body>','').replace('</body></html>','').replace('/>','>')
|
||||
|
||||
|
|
Loading…
Reference in New Issue