mirror of
https://github.com/bvanroll/odiseectf.git
synced 2025-08-29 11:52:43 +00:00
fucking damnit
This commit is contained in:
75616
yt/commets.txt
75616
yt/commets.txt
File diff suppressed because one or more lines are too long
@@ -9,6 +9,8 @@ with open('commets.txt', 'w') as outfile:
|
|||||||
try:
|
try:
|
||||||
if (item["commentText"]):
|
if (item["commentText"]):
|
||||||
temp = item["commentText"]
|
temp = item["commentText"]
|
||||||
outfile.write(temp.replace("\n", " ").replace("\r", " ")+"\n")
|
woordjes = temp.replace("\n", " ").replace("\r", " ").split(" ")
|
||||||
|
for w in woordjes:
|
||||||
|
outfile.write(w+"\n")
|
||||||
except KeyError:
|
except KeyError:
|
||||||
print("wss een comment reply")
|
print("wss een comment reply")
|
||||||
|
Reference in New Issue
Block a user