Spaces:
Runtime error
Runtime error
Commit ·
8d6c15d
1
Parent(s): 8e2a94b
Update SephoraDirect.py
Browse files- SephoraDirect.py +4 -0
SephoraDirect.py
CHANGED
|
@@ -119,3 +119,7 @@ class SephoraScraper:
|
|
| 119 |
self.get_urls_of_category_from_all_results(category, total_results)
|
| 120 |
print(f'Finished {category}')
|
| 121 |
return True
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
self.get_urls_of_category_from_all_results(category, total_results)
|
| 120 |
print(f'Finished {category}')
|
| 121 |
return True
|
| 122 |
+
|
| 123 |
+
|
| 124 |
+
if __name__ == '__main__':
|
| 125 |
+
SephoraScraper().run()
|