{ "info": { "author": "Sebastian Vetter", "author_email": "sebastian@roadside-developer.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "=================================\ndownyt - Downloading from YouTube\n=================================\n\n**This project is deprecated!** This little tool was written to fill a void\nthat turned out it wasn't there. After I found *youtube-dl* I can only\nrecommend it for completeness and robustness:\nhttp://rg3.github.io/youtube-dl\n\nIntroduction\n------------\n\n*downyt* is a simple commandline tool to make youtube videos available for\noffline watching. It takes a youtube video URL or even just the video ID and\ndownload it to your local storage. That's it! Nothing more, nothing less. It\nmight not change your life but it'll probably take the spinner out of your\nunderground commute...\n\nInstallation\n------------\n\n*downyt* is primarily implemented in Python 3.3. I'm planning on making it work\nwith Python 2.7 as well but it is currently untested and might now work. All\ninstructions assume that you have Python 3.3 setup.\n\nIt's simple, just get it from PyPI::\n\n pip install downyt\n\nor install the latest version from github::\n\n pip install git+https://github.com/tangentlabs/django-fancypages.git\n\nUsage\n-----\n\nYou can download a video from YouTube by providing it's URL or video ID. An\nexample would be::\n\n downyt http://www.youtube.com/watch?v=1coLC-MUCJc\n\nor::\n\n downyt '1coLC-MUCJc'\n\nBoth command will download the video into the current directory in the ``MP4``\nformat. Alternatively, you can specify the output format and directory like\nthis::\n\n downyt '1coLC-MUCJc' -t webm -o ~/Downloads\n\nIn addition, you can define the default download directory in a config file in\nyour home directory. Put the following in ``$HOME/.downyt/config.yml`` and it\nwill be used if no output directory is specified::\n\n output_dir: /home/username/Downloads\n\nThat's all there is to know.\n\nLicense\n-------\n\nThis project is released under the MIT License.\n\n\n.. image:: https://d2weczhvl823v0.cloudfront.net/elbaschid/downyt/trend.png\n :alt: Bitdeli badge\n :target: https://bitdeli.com/free\n\n\n\n=========\nChangelog\n=========\n\n0.1.1\n-----\n\n* Added changelog file to package manifest.\n\n0.1.0\n-----\n\n* Initial release of the project.", "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/elbaschid/downyt", "keywords": "video,download,youtube", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "downyt", "package_url": "https://pypi.org/project/downyt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/downyt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/elbaschid/downyt" }, "release_url": "https://pypi.org/project/downyt/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Download youtube videos of different filetypes.", "version": "0.1.1" }, "last_serial": 970910, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3d1e224548745c65c575019c838c2853", "sha256": "d562868561a4021268b3ec86b7f13bb1983c039cc9d94e78699342bbbc072afc" }, "downloads": -1, "filename": "downyt-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3d1e224548745c65c575019c838c2853", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4214, "upload_time": "2013-11-09T00:59:36", "url": "https://files.pythonhosted.org/packages/25/4f/ec897d6cb861b6d20aa700ab03947f79d38d2386647b8adecc9a9a467205/downyt-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b824f986b5c5ebfdb0ad073d0a4f9cbc", "sha256": "bbef80a73ea1f97f98d13b504dccc4579c848672cbd1ad6fb5d4da1a1ce61765" }, "downloads": -1, "filename": "downyt-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b824f986b5c5ebfdb0ad073d0a4f9cbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4673, "upload_time": "2014-01-16T13:30:43", "url": "https://files.pythonhosted.org/packages/95/94/8e2c986a12b7015c9b920760e7f1c744f1b84eebd5de560c0fe23e85f04a/downyt-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b824f986b5c5ebfdb0ad073d0a4f9cbc", "sha256": "bbef80a73ea1f97f98d13b504dccc4579c848672cbd1ad6fb5d4da1a1ce61765" }, "downloads": -1, "filename": "downyt-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b824f986b5c5ebfdb0ad073d0a4f9cbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4673, "upload_time": "2014-01-16T13:30:43", "url": "https://files.pythonhosted.org/packages/95/94/8e2c986a12b7015c9b920760e7f1c744f1b84eebd5de560c0fe23e85f04a/downyt-0.1.1.tar.gz" } ] }