Add basic Wikipedia support to /fetch (#12777)

This PR extends the `/fetch` slash command with the initial support for
Wikipedia's HTML structure.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-06-07 12:03:43 -04:00 committed by GitHub
parent a910f192db
commit 9174858225
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 171 additions and 41 deletions

View file

@ -1 +1,2 @@
pub mod rustdoc;
pub mod wikipedia;