mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Fix docs
This commit is contained in:
parent
b8fe25c580
commit
afbd03f777
@ -23,7 +23,7 @@ ambiguous situations.
|
||||
## Unreleased
|
||||
|
||||
### Changed
|
||||
- Add `.cpp` to IPD link regex
|
||||
- Add `cpp` extension to default `link_regex` of IPD crawler
|
||||
|
||||
## 3.4.0 - 2022-05-01
|
||||
|
||||
|
@ -146,7 +146,7 @@ requests is likely a good idea.
|
||||
- `target`: URL to a KIT-IPD page
|
||||
- `link_regex`: A regex that is matched against the `href` part of links. If it
|
||||
matches, the given link is downloaded as a file. This is used to extract
|
||||
files from KIT-IPD pages. (Default: `^.*/[^/]*\.(?:pdf|zip|c|java)$`)
|
||||
files from KIT-IPD pages. (Default: `^.*/[^/]*\.(?:pdf|zip|c|cpp|java)$`)
|
||||
|
||||
### The `kit-ilias-web` crawler
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user