Update Troubleshooting
parent
50b529b3ad
commit
cc36e3e16d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ The RSS feed URLs in `rss_feeds.txt` contain invisible control characters, often
|
||||||
docker compose down
|
docker compose down
|
||||||
|
|
||||||
# Remove all control characters from rss_feeds.txt
|
# Remove all control characters from rss_feeds.txt
|
||||||
sed -i 's/[[:cntrl:]]//g' rss_feeds.txt
|
sed -i 's/\r//g; s/[[:cntrl:]]//g' rss_feeds.txt
|
||||||
|
|
||||||
# Alternative approach using tr
|
# Alternative approach using tr
|
||||||
cat rss_feeds.txt | tr -d '\000-\031' > rss_feeds_clean.txt
|
cat rss_feeds.txt | tr -d '\000-\031' > rss_feeds_clean.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue