Skip to content

Comments

Add 15-min interval URLs and legacy fallback#3

Closed
Relenes510 wants to merge 1 commit intomxufc29:mainfrom
Relenes510:add-15-min-interval-fix
Closed

Add 15-min interval URLs and legacy fallback#3
Relenes510 wants to merge 1 commit intomxufc29:mainfrom
Relenes510:add-15-min-interval-fix

Conversation

@Relenes510
Copy link

No description provided.

@Relenes510
Copy link
Author

I was running the package today and I identified that the NBA has started using a new format as of 12/22/2025

"https://ak-static.cms.nba.com/referee/injury/Injury-Report_2025-12-22_02_00PM.pdf"

where as before it wouldnt have added the "_00" part of the file name. This change is just a suggestion to where it allows users to be able to query older injury reports while being able to obtain information from the newer ones!

@mxufc29
Copy link
Owner

mxufc29 commented Dec 30, 2025

Thanks for flagging this. Yes per some recent instituted policy changes at the league office in wake of the betting scandals, appears that injury reports will now be updated more frequently at 15 minute intervals. Will do a bit of refactoring to account for both this format and the previous legacy format under the hood, similar to your approach.

@mxufc29
Copy link
Owner

mxufc29 commented Dec 30, 2025

@Relenes510 To validate my own observation, what specific report (date/time) did you note the legacy->new format conversion?

@mxufc29 mxufc29 added the enhancement New feature or request label Dec 30, 2025
@Relenes510
Copy link
Author

That makes sense to why they increased the intervals of injury reports. I noticed on that day 12/22/2025 my own github actions pipeline failed:

"URLRetrievalError: Failed to access the source file at https://ak-static.cms.nba.com/referee/injury/Injury-Report_2025-12-22_11AM.pdf: 403 Client Error: Forbidden for url: https://ak-static.cms.nba.com/referee/injury/Injury-Report_2025-12-22_11AM.pdf"

After some digging with the official injury reports website, I noticed the file name had a difference in where it began to include 15 min intervals including "_00PM" to where the older reports did not have.

Feel free to ask more questions as I am more than happy to share anymore information you need.

@mxufc29 mxufc29 linked an issue Jan 8, 2026 that may be closed by this pull request
@mxufc29 mxufc29 added the duplicate This issue or pull request already exists label Jan 17, 2026
@mxufc29
Copy link
Owner

mxufc29 commented Jan 17, 2026

Closing, issue resolved and superseded by #5.

@mxufc29 mxufc29 closed this Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

duplicate This issue or pull request already exists enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

error for 2026 query

2 participants