You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Python/27_workingsolution_python.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@
8
8
#This file is alternative solution for web crowler.
9
9
# Mayor reason for this is that website BuckysRoom.com is down, so original code doesnot work anymore.
10
10
# Solution description (what this program does):
11
-
#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.
11
+
#This program goes on website https://www.thenewboston.com/search.php?type=0&sort=reputation ,
12
+
#and goes on every user's profile, and on that profile,
13
+
#it prints the first few (approx. 20) links of latest photos. To view photos, click on url or copy in web broser.
12
14
13
15
14
16
# But history is changing and sooner or later this file or program will not work!.
0 commit comments