Skip to content
Snippets Groups Projects
Commit d76c3dfc authored by louyihua's avatar louyihua
Browse files

Fix the url processing error when there is a query string inside the video source's url

1. In video_module.py, rewrite the get_ext() function to use the built-in urlparse module to parse the input filename first and then get the file's extension name from the parsed path.
2. In test_video.py, add two test cases (one with query string while the other without) in order to test the rewritten get_ext() function.
parent a458b90d
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment