From 89beaf5686ba5766fcfb074152bcbb313123b970 Mon Sep 17 00:00:00 2001 From: sfolje0 Date: Tue, 16 Feb 2016 00:19:05 +0100 Subject: [PATCH] just tiny polishing --- Python/27_workingsolution_python.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Python/27_workingsolution_python.py b/Python/27_workingsolution_python.py index 0cb0ca9..80dd4a1 100644 --- a/Python/27_workingsolution_python.py +++ b/Python/27_workingsolution_python.py @@ -8,7 +8,9 @@ #This file is alternative solution for web crowler. # Mayor reason for this is that website BuckysRoom.com is down, so original code doesnot work anymore. # Solution description (what this program does): -#this program goes on website https://www.thenewboston.com/search.php?type=0&sort=reputation ,and goes on every user's profile, and on that profile, it prints the first few (approx. 20) links of latest photos. To view photos, click on url or copy in web broser. +#This program goes on website https://www.thenewboston.com/search.php?type=0&sort=reputation , +#and goes on every user's profile, and on that profile, +#it prints the first few (approx. 20) links of latest photos. To view photos, click on url or copy in web broser. # But history is changing and sooner or later this file or program will not work!.