{ "info": { "author": "Josef Galea", "author_email": "josefeg@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Education" ], "description": "CloudAcademy Downloader\n=======================\n\nThis script can be used to download\n`CloudAcademy `__ lecture videoes so that\nthey can be viewed offline. This inspiration for this script came from\nthe `Coursera\nDownloader `__.\n\nDisclaimer\n----------\n\nThis tool is only meant to be used only if you CloudAcademy account\nsupports lecture downloads.\n\nInstallation instructions\n-------------------------\n\nThis script requires Python 3 and a CloudAcademy account. The preferred\nway to install this script is to use ``pip`` as this will download the\nlatest version from `PyPI `__ and all the\nnecessary dependencies.\n\n::\n\n pip install cloudacademy-dl\n\nAlternatively, one can clone this repository and install the\ndependencies manually or using ``pip`` via\n\n::\n\n pip install -r requirements.txt\n\nUsage Instructions\n------------------\n\nTo download a course, all you need to do is run the script specifying\nyour CloudAcademy.com username, and the URL of the course that you would\nlike to download:\n\n::\n\n cloudacademy-dl --email= \n\nThe script will then ask you for you CloudAcademy account password\nbefore it can start the download.\n\nThe optional command line arguments for the script are:\n\n::\n\n --help Prints out the list of command line arguments.\n --password= The password for your CloudAcademy account. If this is not\n passed in as a command line argument it will be asked for\n before the download can start.\n --res= The required video resolution. Allowed values are 360,\n 720, and 1080. The default value for this argument is\n 1080.\n --out= The directory where the videos are saved. If this command\n line argument is not specified, then they will be saved in\n current directory under courses/.\n\nContact information\n-------------------\n\nPlease report any bugs and issues on\n`github `__. Additionaly I\ncan also be reached on twitter under the handle\n[@josefgalea](http://twitter.com/josefgalea).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/josefeg/cloudacademy-dl", "keywords": "cloudacademy-dl,cloudacademy,download,education,MOOCs,video", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "cloudacademy-dl", "package_url": "https://pypi.org/project/cloudacademy-dl/", "platform": "any", "project_url": "https://pypi.org/project/cloudacademy-dl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/josefeg/cloudacademy-dl" }, "release_url": "https://pypi.org/project/cloudacademy-dl/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A utility for downloading CloudAcademy.com lecture videos.", "version": "0.1.1" }, "last_serial": 2713768, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "89ad3d9b3c21724439f3eb1636cdc565", "sha256": "59584d9501d6a1abeef97306befe11aed3c878c6653827200344a6df2b60981f" }, "downloads": -1, "filename": "cloudacademy-dl-0.1.1.tar.gz", "has_sig": false, "md5_digest": "89ad3d9b3c21724439f3eb1636cdc565", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3828, "upload_time": "2017-03-17T21:02:33", "url": "https://files.pythonhosted.org/packages/5d/22/1768cc25c6c71a9af6701d7645238b868209bdd812c730fde88c60a50f3f/cloudacademy-dl-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89ad3d9b3c21724439f3eb1636cdc565", "sha256": "59584d9501d6a1abeef97306befe11aed3c878c6653827200344a6df2b60981f" }, "downloads": -1, "filename": "cloudacademy-dl-0.1.1.tar.gz", "has_sig": false, "md5_digest": "89ad3d9b3c21724439f3eb1636cdc565", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3828, "upload_time": "2017-03-17T21:02:33", "url": "https://files.pythonhosted.org/packages/5d/22/1768cc25c6c71a9af6701d7645238b868209bdd812c730fde88c60a50f3f/cloudacademy-dl-0.1.1.tar.gz" } ] }