eckendoerffer
commited on
Commit
•
3d88fc2
1
Parent(s):
b50d362
Update README.md
Browse files
README.md
CHANGED
@@ -55,12 +55,14 @@ To set up the module, follow the steps below:
|
|
55 |
```
|
56 |
composer require electrolinux/phpquery
|
57 |
```
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
|
|
|
|
64 |
### Usage
|
65 |
|
66 |
#### 1. 1_extract_rss.php:
|
|
|
55 |
```
|
56 |
composer require electrolinux/phpquery
|
57 |
```
|
58 |
+
---
|
59 |
+
**Note:**
|
60 |
+
RSS feed links for media sources, as well as the HTML structure of media pages, tend to change
|
61 |
+
and evolve regularly. It's crucial to regularly check the output per media source and adjust
|
62 |
+
the parsing process to ensure high-quality text extraction and to address potential changes
|
63 |
+
in RSS feed URLs.
|
64 |
+
---
|
65 |
+
|
66 |
### Usage
|
67 |
|
68 |
#### 1. 1_extract_rss.php:
|