Skip to content

Commit bdebfe0

Browse files
committed
Add configuration file for Real Madrid match time settings
1 parent cef8fd9 commit bdebfe0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)