File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def getUrlData(url):
120120 for url in urls :
121121 print (url )
122122 if url_exists (collection = realMadridArticlesCollection , url = url ):
123- print ("☑️ Url in database - Skipping" )
123+ print ("☑️ Url in database - Skipping" )
124124 continue
125125 print ("\n ⌛ Url not in database - Working" )
126126 data = getUrlData (url )
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def getUrlData(url):
134134
135135 for url in urls :
136136 if url_exists (collection = realMadridArticlesCollection , url = url ):
137- print ("☑️ Url in database - Continue" )
137+ print ("☑️ Url in database - Continue" )
138138 continue
139139 print ("\n ⌛ Url not in database - Working" )
140140 data = getUrlData (url )
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ def getArticleData(url):
119119 for url in urls :
120120 if url_exists (collection = realMadridArticlesCollection , url = url ):
121121 print (f"\n 🔗 Url: { url } " )
122- print ("☑️ Url in database - Skipping" )
122+ print ("☑️ Url in database - Skipping" )
123123 continue
124124
125125 print ("\n ⌛ Url not in database - Working" )
You can’t perform that action at this time.
0 commit comments