From 53962167f7509daaa0e544a0f6634e0b5b467e9c Mon Sep 17 00:00:00 2001 From: Lasse Date: Thu, 18 Mar 2021 20:32:35 +0100 Subject: [PATCH] Testar TODO/ISSUE --- facebook/scrapers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/facebook/scrapers.py b/facebook/scrapers.py index 4f26b02..d95abb4 100644 --- a/facebook/scrapers.py +++ b/facebook/scrapers.py @@ -166,7 +166,7 @@ def profile_picture_reactions(profile, user, all_pictures, first_user=False, mod picture.date = profile.viewing().find("abbr").text except Exception as e: # Fel8 write_error(8, e=e, soup=profile.viewing(), url=pic, url_name='picture url', user=user.name, traceback=traceback.format_exc()) - # ATT GÖRA Mer info att lägga in? + # TODO lägg till fler bilder som kan gås igenom. # Hämta länkar för bilden att userända sen #print(profile.viewing().prettify()) @@ -192,7 +192,7 @@ def profile_picture_reactions(profile, user, all_pictures, first_user=False, mod for div in profile.viewing().find_all("div", href=True): if 'like this' in div.text: url_reactions = url_bas + str(div["href"]) - + # ISSUE Det är fortfarande inte alla bilder som får en url_reaction # Hämta reaktioner för bilden sleep_(3)