Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asecco authored Dec 20, 2024
1 parent e06ea69 commit 842ac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ You can install the script as a **[Userscript](https://en.wikipedia.org/wiki/Use
## Limitations
Recruiting information is retrieved by scraping 247Sports annual composite recruit rankings, however, this comes with some known limitations.
- For efficiency in searching for a recruit's name in the rankings, I'm only looking through the first 5 pages(top 250 recruits). If you want to change this, replace the `maxPage` constant with a value of your choosing.
- **There's a max of ~10 pages with 50 recruits per page**
```js
const maxPage = 5;
```
- There's a max of ~10 pages with 50 recruits per page
- Inconsistencies in the player's name on ESPN and 247Sports may lead to the script not finding the player's ranking.
Expand Down

0 comments on commit 842ac67

Please sign in to comment.