Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ nest_asyncio.apply()
|
|
14 |
REPORT_TYPE = "research_report" # Fixed report type
|
15 |
PREDEFINED_SOURCES = [
|
16 |
"https://hexdocs.pm/google_api_content_warehouse/",
|
17 |
-
"https://ipullrank.com/google-algo-leak"
|
18 |
-
]
|
19 |
|
20 |
async def fetch_report(query, report_type, sources):
|
21 |
"""
|
|
|
14 |
REPORT_TYPE = "research_report" # Fixed report type
|
15 |
PREDEFINED_SOURCES = [
|
16 |
"https://hexdocs.pm/google_api_content_warehouse/",
|
17 |
+
"https://ipullrank.com/google-algo-leak",
|
18 |
+
"https://sparktoro.com/blog/an-anonymous-source-shared-thousands-of-leaked-google-search-api-documents-with-me-everyone-in-seo-should-see-them/"]
|
19 |
|
20 |
async def fetch_report(query, report_type, sources):
|
21 |
"""
|