Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i in range (WALL_LEN):
- if "marked_as_ads" in (wall[i]):
- del (wall[i])["marked_as_ads"]
- if "post_type" in (wall[i]):
- del (wall[i])["post_type"]
- if "date" in (wall[i]):
- del (wall[i])["date"]
- if "copy_history" in (wall[i]):
- del (wall[i])["copy_history"]
- if "post_source" in (wall[i]):
- del (wall[i])["post_source"]
- if "comments" in (wall[i]):
- del (wall[i])["comments"]
- if "likes" in (wall[i]):
- del (wall[i])["likes"]
- if "reposts" in (wall[i]):
- del (wall[i])["reposts"]
- if "views" in (wall[i]):
- del (wall[i])["views"]
- if "is_favorite" in (wall[i]):
- del (wall[i])["is_favorite"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement