| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| calc | ||
| capa | ||
| chem | ||
| sandbox-packages | ||
| symmath | ||
| xmodule | ||
| django_startup.py | ||
| extract_tar.py | ||
| html_to_text.py | ||
| logsettings.py | ||
| rooted_paths.py | ||
| sample-post.py | ||
| supertrace.py | ||
| tempdir.py |
Sometimes the video url may look like 'http://abc.com/path/video.mp4?xxxx'. (For example, the Windows Azure's media service will offer such type of url.) The original code in video_module.py will produce 'mp4?xxxx' instead of 'mp4' as the extension of a filename for such type of url, and therefore the video will be non-playable. The fix here uses the built-in urlparse module to retrive only the path component from a url and therefore the extension 'mp4' will be correctly fetched.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| calc | Loading commit data... | |
| capa | Loading commit data... | |
| chem | Loading commit data... | |
| sandbox-packages | Loading commit data... | |
| symmath | Loading commit data... | |
| xmodule | Loading commit data... | |
| django_startup.py | Loading commit data... | |
| extract_tar.py | Loading commit data... | |
| html_to_text.py | Loading commit data... | |
| logsettings.py | Loading commit data... | |
| rooted_paths.py | Loading commit data... | |
| sample-post.py | Loading commit data... | |
| supertrace.py | Loading commit data... | |
| tempdir.py | Loading commit data... |