From 5ba7d9c94685a4baedb9eeb5d331eea4a13e33aa Mon Sep 17 00:00:00 2001 From: Scure1992 <56203079+banillasolt@users.noreply.github.com> Date: Sun, 6 Oct 2019 13:23:04 -0400 Subject: [PATCH] Update justforfans.py --- modules/justforfans.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/justforfans.py b/modules/justforfans.py index e5a5fff59..d239e82e5 100644 --- a/modules/justforfans.py +++ b/modules/justforfans.py @@ -90,7 +90,7 @@ def scrape_choice(username, post_count): print( 'Optional Arguments: -l = Only scrape links -()- Example: "a -l"') input_choice = input().strip() - image_api = "https://justfor.fans/" + username + "?tab=photos&PhotoTabPage=0" + image_api = "https://justfor.fans/" + username + "?tab=photos&PhotoTabPage=0&VideoTabPage=9999" video_api = "https://justfor.fans/" + username + "?tab=videos&PhotoTabPage=9999&VideoTabPage=0" # ARGUMENTS only_links = False @@ -126,7 +126,6 @@ def scrape_choice(username, post_count): def scrape_array(link, session): media_set = [] utc_offset_timedelta = datetime.utcnow() - datetime.now() - print(utc_offset_timedelta) r = session.get(link) i_items = BeautifulSoup(r.text, 'html.parser').find("ul", {