1. 21 Mar, 2014 1 commit
  2. 19 Mar, 2014 1 commit
    • Fix incorrect parse of url in video_module.py · a458b90d
      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.
      louyihua committed
  3. 17 Mar, 2014 15 commits
  4. 15 Mar, 2014 2 commits
  5. 14 Mar, 2014 7 commits
  6. 13 Mar, 2014 14 commits