* feat(route): add immiau
Add news entry of Immigration and Citizenship, Department of Home Affairs, Australia.
* feat(route): add cn document for immiau
* refactor(router): move immiau to gov folder
* docs: support parameter suffix `*`
`*` denotes a zero or more parameter matches, so the parameter including `*` is optional. (https://github.com/pillarjs/path-to-regexp#zero-or-more)
* docs: mention the parameter suffix `*`
* docs: support parameter suffix `+`
* docs: add document of parameter suffixs
* docs: fix having / at the end of parameter
* docs: add missing changes in en docs
* docs: typo
Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
* modify uraaka-joshi to puppeteer
* style: auto format
* fix(route): uraaka-joshi and user
* docs: fix author
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
* Add custom fields to atom feed
Atom allows to extend the xml with custom namespaces. This commit is
a first commit that tries to add some custom RSSHub fields to atom feed.
In this commit, I added three very common fields: upvotes, downvotes
and comments. Lots of websites has these common fields, like Youtube,
Twitter, Reddit, HackerNews and so on. Within these fields, RSS readers
can have more information to sort the contents, and can display these
information to user in a better format.
The document has been updated to reflect these new fields. I also changed
Bilibili video route as an example to show how to add number of comments
to the generated feed.
* docs: interactions
* feat(route): add Eagle's blog and refactor to V2
* fix: remove deprecated eagle radar rules
* fix: changelog date and guid
* fix(route): add language option
* Translate documentation of shopping craigslist from Chinese to English.
From docs/shopping.md to docs/en/shopping.md
* Update docs/en/shopping.md, route descrption of Craigslist
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Add New York Museums with working code
* Add Guggenheim and fix Jewish Museum
* Add pubDate for Gugg and Met Exhibitions
* Update docs
* Add New Museum and MCA Chicago, update document
* Fix en route
* Add and update radar.js
* Add Brooklyn Museum
* Reformat code
* Update route and travel information
* Fix `http` -> `https` for `radar.js`
* Change some link quotations mark
* Using `parseDate` provided by the project
* Removing "insecureHTTPParser"
* Fix JewishMuseum issue
* Use regex instead of node's vm
* Update lib/v2/jewishmuseum/exhibitions.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update lib/v2/guggenheim/exhibitions.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update docs/en/travel.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update docs/travel.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Format doc
* Update api.md
* Add <code> tag for <route> and fix English documentation
* Update docs/parameter.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update docs/parameter.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* fix(core): redis cache ignore `maxAge` when refreshing
memory cache do not have such a problem
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
* feat(core): make `cache.tryGet()` refreshing selectable
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
* docs: `ctx.cache.tryGet()` update
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>