RAIU custom feeds #41

Closed
opened 2021-01-09 14:35:40 +00:00 by lucidiot · 0 comments
Owner

The website has feeds, but those are for blog posts and not investigations.

French (OEAIF): https://www.rail-investigation.be/les-enquetes/
English (RAIU): https://www.rail-investigation.be/en/investigations/
Dutch (OOIS): https://www.rail-investigation.be/nl/de-onderzoeken/
German (USEE): https://www.rail-investigation.be/de/untersuchungen/

All of those pages make AJAX queries in this format:

# fr, en, de, nl
language=fr

curl https://www.rail-investigation.be/wp-admin/admin-ajax.php \
	-d action=filtreEnquete \
	-d 'data[0][name]=enquete_etat' \
	-d 'data[0][value]=125' \
	-C "Cookie: wp-wpml_current_language=$language"
The website has feeds, but those are for blog posts and not investigations. French (OEAIF): https://www.rail-investigation.be/les-enquetes/ English (RAIU): https://www.rail-investigation.be/en/investigations/ Dutch (OOIS): https://www.rail-investigation.be/nl/de-onderzoeken/ German (USEE): https://www.rail-investigation.be/de/untersuchungen/ All of those pages make AJAX queries in this format: ```bash # fr, en, de, nl language=fr curl https://www.rail-investigation.be/wp-admin/admin-ajax.php \ -d action=filtreEnquete \ -d 'data[0][name]=enquete_etat' \ -d 'data[0][value]=125' \ -C "Cookie: wp-wpml_current_language=$language" ```
lucidiot added the
feed
label 2021-01-09 14:35:53 +00:00
lucidiot referenced this issue from a commit 2021-03-19 19:54:15 +00:00
Sign in to join this conversation.
No description provided.