Skip to content

Commit

Permalink
fix mp4ra api url
Browse files Browse the repository at this point in the history
  • Loading branch information
DenizUgur committed Jan 23, 2024
1 parent a89274c commit 42f23d9
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 42f23d9

Please sign in to comment.