We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef8fd9 commit bdebfe0Copy full SHA for bdebfe0
1 file changed
scripts/real_madrid/configs/matches_time_config.py
@@ -0,0 +1,7 @@
1
+BASE_URL = "https://www.realmadrid.com"
2
+NEWS_URL = f"{BASE_URL}/ar-AE/news/football/first-team?page=1"
3
+
4
+HEADERS = {"User-Agent": "Mozilla/5.0"}
5
6
+COLLECTION_NAME = "real_madrid_articles"
7
+SOURCE_NAME = "real_madrid_official"
0 commit comments