Files
edx-platform/common/lib
louyihua d76c3dfc36 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.
2014-03-21 22:47:00 +08:00
..
2014-02-20 21:06:54 -05:00
2014-02-14 17:27:32 -05:00
2013-10-04 15:47:58 -04:00