Skip to content

Commit

Permalink
Merge pull request #129 from MPEGGroup/mp4ra-api-fix
Browse files Browse the repository at this point in the history
Fix the MP4RA API url
  • Loading branch information
DenizUgur authored Jan 23, 2024
2 parents a89274c + 42f23d9 commit db7fdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from .unique_logger import logger

MP4RA_BOXES_URL = "https://mp4ra.org/boxes.json"
MP4RA_BOXES_URL = "https://mp4ra.org/api/boxes"
DOCUMENT_STATUS_URL = (
"https://github.com/MPEGGroup/FileFormat/blob/master/DocumentStatus.md"
)
Expand Down

0 comments on commit db7fdbe

Please sign in to comment.