forked from rDrama/rDrama
1
0
Fork 0
Aevann1 2022-11-15 17:29:42 +02:00
parent 3df53c63c9
commit f1288ba991
1 changed files with 0 additions and 2 deletions

View File

@ -352,8 +352,6 @@ def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_marseys
sanitized = sanitized.replace('&','&')
if "https://youtube.com/watch?v=" in sanitized: sanitized = sanitized.replace("?t=", "&t=")
captured = []
for i in youtube_regex.finditer(sanitized):
if i.group(0) in captured: continue