eckendoerffer commited on
Commit
90144e9
·
1 Parent(s): 617dcbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -71,7 +71,7 @@ in RSS feed URLs.
71
 
72
  ### Usage
73
 
74
- #### 1. 1_extract_rss.php:
75
 
76
  This script fetches RSS feeds from various media outlets and adds URLs for further extraction.
77
 
@@ -79,7 +79,7 @@ This script fetches RSS feeds from various media outlets and adds URLs for furth
79
  php 1_extract_rss.php
80
  ```
81
 
82
- #### 2. 2_extract_news.php / .py:
83
 
84
  This script retrieves the sources of articles for subsequent local processing.
85
 
@@ -91,7 +91,7 @@ Equivalent to 2_extract_news.php, but performs significantly faster using an asy
91
  python 2_extract_news.py
92
  ```
93
 
94
- #### 3. 3_extract_news_txt.php:
95
 
96
  This script extracts the text content of press articles and saves it (title + description + text) to a `.txt` file.
97
 
@@ -99,7 +99,7 @@ This script extracts the text content of press articles and saves it (title + de
99
  php 3_extract_news_txt.php
100
  ```
101
 
102
- #### 4. 4_extract_news_url.php / .py:
103
 
104
  This script allows for the extraction of links to other articles from local article sources. This ensures swift retrieval of numerous past articles, as opposed to fetching only the most recent ones.
105
 
 
71
 
72
  ### Usage
73
 
74
+ #### 1_extract_rss.php:
75
 
76
  This script fetches RSS feeds from various media outlets and adds URLs for further extraction.
77
 
 
79
  php 1_extract_rss.php
80
  ```
81
 
82
+ #### 2_extract_news.php / .py:
83
 
84
  This script retrieves the sources of articles for subsequent local processing.
85
 
 
91
  python 2_extract_news.py
92
  ```
93
 
94
+ #### 3_extract_news_txt.php:
95
 
96
  This script extracts the text content of press articles and saves it (title + description + text) to a `.txt` file.
97
 
 
99
  php 3_extract_news_txt.php
100
  ```
101
 
102
+ #### 4_extract_news_url.php / .py:
103
 
104
  This script allows for the extraction of links to other articles from local article sources. This ensures swift retrieval of numerous past articles, as opposed to fetching only the most recent ones.
105