docs: move leboncoin to appropriate doc + add radar rule (#3459)
This commit is contained in:
parent
414a66a257
commit
fbfe1635f6
|
|
@ -789,4 +789,16 @@
|
|||
},
|
||||
],
|
||||
},
|
||||
|
||||
'leboncoin.fr': {
|
||||
_name: 'leboncoin',
|
||||
www: [
|
||||
{
|
||||
title: 'ads',
|
||||
docs: 'https://docs.rsshub.app/en/shopping.html#leboncoin',
|
||||
source: '/recherche',
|
||||
target: (params, url) => '/leboncoin/ad/' + url.split('?')[1],
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -33,18 +33,6 @@ pageClass: routes
|
|||
|
||||
</RouteEn>
|
||||
|
||||
## E-commerce
|
||||
|
||||
### leboncoin
|
||||
|
||||
Transform any search into a feed.
|
||||
|
||||
<RouteEn author="Platane" example="/leboncoin/ad/category=10&locations=Paris_75015" path="/leboncoin/ad/:query" :paramsDesc="['search page querystring']">
|
||||
|
||||
For instance, in https://www.leboncoin.fr/recherche/?**category=10&locations=Paris_75015**, the query is **category=10&locations=Paris_75015**
|
||||
|
||||
</RouteEn>
|
||||
|
||||
## Emi Nitta official website
|
||||
|
||||
### Recent update
|
||||
|
|
|
|||
|
|
@ -9,3 +9,15 @@ pageClass: routes
|
|||
### News
|
||||
|
||||
<Route author="luyuhuang" example="/alter-cn/news" path="/alter-cn/news"/>
|
||||
|
||||
## LeBonCoin
|
||||
|
||||
### Ads
|
||||
|
||||
Transform any search into a feed.
|
||||
|
||||
<RouteEn author="Platane" example="/leboncoin/ad/category=10&locations=Paris_75015" path="/leboncoin/ad/:query" :paramsDesc="['search page querystring']">
|
||||
|
||||
For instance, in https://www.leboncoin.fr/recherche/?**category=10&locations=Paris_75015**, the query is **category=10&locations=Paris_75015**
|
||||
|
||||
</RouteEn>
|
||||
|
|
|
|||
Loading…
Reference in New Issue