Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for xuetangx.com #412

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2019

  1. Add support for xuetangx.com

    Xuetangx, based on OpenEdX, is the most popular MOOC platform in China. It would be fine to support it :-)
    yiwenlu66 committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    a6f4b4f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    add support for xuetangx.com.
    yiwenlu66 committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    c559d04 View commit details
    Browse the repository at this point in the history
  3. fix bug: remove surplus blanks in url

    Xuetangx has some malformed HTMLs, like this:
    
    <a href=&coursera-dl#34; /c4x/TsinghuaX/70250023X/asset/LST0-1-0___________.zip&coursera-dl#34;>一个有趣应用-动画文件</a></pre><p></p></o1>
    
    in http://www.xuetangx.com/courses/course-v1:TsinghuaX+70250023X_2015_2+sp/courseware/bfbdec0177a7466d9b6bc48c011ee401/63a0945fa22d486fa4e6976802f1f037/
    
    from which the extracted url is 'http://www.xuetangx.com /c4x/TsinghuaX/70250023X/asset/LST0-1-0___________.zip',
    and it's necessary to remove the space.
    yiwenlu66 committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    eebc4ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    569225c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6794501 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b7031b View commit details
    Browse the repository at this point in the history