{ "info": { "author": "elmoiv", "author_email": "elmoiv@yahoo.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# redvid\n[![Build Status](https://api.travis-ci.org/elmoiv/redvid.svg?branch=master)](https://travis-ci.org/elmoiv/redvid)\n[![Python version](https://img.shields.io/badge/python-3.x-brightgreen.svg)](https://pypi.org/project/redvid/)\n\n### Smart downloader for Reddit hosted videos\n\n## Features\n* #### Download local hosted videos with audio.\n* #### Bypass bot detection.\n* #### Ability to decide quality.\n* #### Requires only `requests` library.\n\n## Installation\n`redvid` requires Python 3.\n\nUse `pip` to install the package from PyPI:\n\n```bash\npip install redvid\n```\n\nOr, install the latest version of the package from GitHub:\n\n```bash\npip install git+https://github.com/elmoiv/redvid.git\n```\n\n## Usage\nUsing *redvid* to download a video:\n\n```python\nfrom redvid import Downloader\n\nreddit = Downloader()\n\nvideo_url = input('Enter video url: ')\n\nreddit.download(video_url)\n```\n\n## Tests\nHere are a few sample tests:\n\n* [Video only](https://github.com/elmoiv/redvid/tree/master/tests/test1.py)\n* [Video with audio](https://github.com/elmoiv/redvid/tree/master/tests/test2.py)\n\n## Installing FFmpeg\n### Windows: \n\nhttps://m.wikihow.com/Install-FFmpeg-on-Windows\n\n(*restart your pc after applying these steps*)\n\n### Linux: \n\n`sudo apt install ffmpeg`\n\n### Mac OS:\n\n* install [Homebrew](https://brew.sh/):\n\n `/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"`\n\n* Then:\n\n `$ brew install ffmpeg`\n\n## TODO\n* Rename downloaded videos to OP name.\n* Download gifs and pictures.\n* ...\n\n## Contributing\nPlease contribute! If you want to fix a bug, suggest improvements, or add new features to the project, just [open an issue](https://github.com/elmoiv/redvid/issues) or send me a pull request.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/elmoiv/redvid", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "redvid", "package_url": "https://pypi.org/project/redvid/", "platform": "", "project_url": "https://pypi.org/project/redvid/", "project_urls": { "Homepage": "https://github.com/elmoiv/redvid" }, "release_url": "https://pypi.org/project/redvid/1.0.1/", "requires_dist": [ "requests" ], "requires_python": ">=3.4", "summary": "Smart downloader for Reddit hosted videos", "version": "1.0.1" }, "last_serial": 5837866, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "257f7adb2e5ba5df80af259b4d78c004", "sha256": "a3d7efefff05c44145aae372a89a97fadf5e5efe118acf91007adf692f6b9a5c" }, "downloads": -1, "filename": "redvid-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "257f7adb2e5ba5df80af259b4d78c004", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 12650, "upload_time": "2019-09-16T18:34:55", "url": "https://files.pythonhosted.org/packages/77/1e/f1a4f3c8fd9dd744e9a2f2aaf8921a6177396183300700acbca5b9519a04/redvid-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e3124849a32a3f73d74d6ed044990a0", "sha256": "86f6e8c60a8dddd2c1fcd8e393cb5ba844be706257ef18876e7496ecdc179ed6" }, "downloads": -1, "filename": "redvid-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5e3124849a32a3f73d74d6ed044990a0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 12192, "upload_time": "2019-09-16T18:34:58", "url": "https://files.pythonhosted.org/packages/63/c5/f91653f49deb3d16e63ec4cd096e40f9be85f339e4505fd68a8ac03f7068/redvid-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c49e1fd981faf07cade15ce09be42737", "sha256": "bb4872a7d9fce9ba7573dbb33efb909c954658fa056feeb20226e966a93bb1e4" }, "downloads": -1, "filename": "redvid-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c49e1fd981faf07cade15ce09be42737", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 12659, "upload_time": "2019-09-16T19:26:52", "url": "https://files.pythonhosted.org/packages/6a/b0/940192436354f34d0c6b30e5a7e97a618ff955e9324a4aafd9e591df6632/redvid-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e3fd95b0529b6fed67914637c5f6b456", "sha256": "eb093548b4887e1df37be9893cc97f406d08af126ff1bc7b3464f42a4c2a4688" }, "downloads": -1, "filename": "redvid-1.0.1.tar.gz", "has_sig": false, "md5_digest": "e3fd95b0529b6fed67914637c5f6b456", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 12200, "upload_time": "2019-09-16T19:26:56", "url": "https://files.pythonhosted.org/packages/5e/e6/905c6afbb7f2ad48570c8438d76020cf0c139983230214a1242fa3d52437/redvid-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c49e1fd981faf07cade15ce09be42737", "sha256": "bb4872a7d9fce9ba7573dbb33efb909c954658fa056feeb20226e966a93bb1e4" }, "downloads": -1, "filename": "redvid-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c49e1fd981faf07cade15ce09be42737", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 12659, "upload_time": "2019-09-16T19:26:52", "url": "https://files.pythonhosted.org/packages/6a/b0/940192436354f34d0c6b30e5a7e97a618ff955e9324a4aafd9e591df6632/redvid-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e3fd95b0529b6fed67914637c5f6b456", "sha256": "eb093548b4887e1df37be9893cc97f406d08af126ff1bc7b3464f42a4c2a4688" }, "downloads": -1, "filename": "redvid-1.0.1.tar.gz", "has_sig": false, "md5_digest": "e3fd95b0529b6fed67914637c5f6b456", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 12200, "upload_time": "2019-09-16T19:26:56", "url": "https://files.pythonhosted.org/packages/5e/e6/905c6afbb7f2ad48570c8438d76020cf0c139983230214a1242fa3d52437/redvid-1.0.1.tar.gz" } ] }