{ "info": { "author": "Thiago Kenji Okada", "author_email": "thiago.mast3r@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Multimedia :: Sound/Audio", "Topic :: Multimedia :: Video", "Topic :: Utilities" ], "description": "Livedumper\n==========\n\nSave your favorite video/streams for later\n------------------------------------------\n\n\nIntroduction\n~~~~~~~~~~~~\n\nThis program allows you to dump (a.k.a. 'download' or 'save for later') various streams/video sites like Dailymotion, YouTube, Twitch, Crunchyroll, and `many more`_. It uses the `livestreamer`_ API so I don't need to implement every new site by hand, and since the livestreamer API is very nice this makes the code lightweight and simple.\n\nTo run this program, you just need to call it like this:\n\n::\n\n $ livedumper http://www.crunchyroll.com/fatekaleid-liner-prisma-illya/episode-1-illya-grow-up-657285 best\n\nThis will download a video called ``Crunchyroll___Watch_Fate_kaleid_liner_Prism_Illya_2wei__Epis\u00f3dio_1___Illya_Grow_.ts`` with the highest quality found by livestreamer in your current folder (you can change this passing the ``-d /path/to/folder`` option). You can download multiple files (unless you want different quality settings for each video) just calling the program with multiple URLs.\n\nYou can change livestreamer related options, see ``misc/settings.ini`` file for details. To login to some service, you can just use ``livestreamer`` command like:\n\n::\n\n $ livestreamer --crunchyroll-username=xxxx --crunchyroll-password=xxx http://www.crunchyroll.com/fatekaleid-liner-prisma-illya/episode-1-illya-grow-up-657285 best\n\n\nYep, you will need to pass a valid video file (this is a limitation of livestreamer: it doesn't authenticate without a valid video URL), but should work.\n\n\nHow to install\n~~~~~~~~~~~~~~\n\nYou need to have both ``livestreamer`` and ``rtmpdump`` installed and added somewhere on your PATH. Probably the best way is to use your distribution packages to install this program. Since ``rtmpdump`` is a dependency of ``livestreamer`` your package manager should install both. Some distribution commands to install both:\n\n::\n\n $ sudo apt-get install livestreamer Debian/Ubuntu and derivates\n $ sudo pacman -S livestreamer Arch Linux\n\n\nAfter that you need to install ``livedumper`` per se. The easiest way to do it is using ``pip``. This downloads and installs this project from *PyPi*, completely automagically (excluding for system dependencies). If you didn't install ``livestreamer`` on the last step it will install for you (but probably without ``rtmpdump``). Just run the following command:\n\n::\n\n $ sudo pip install livedumper\n\nIf you do want to install manually, you will first need to install the Python requirements. They're listed on ``requirements.txt`` file, that is compatible with Python's ``pip`` package manager. Just run the following commands:\n\n::\n\n $ sudo pip install -r requirements.txt\n $ git clone https://github.com/m45t3r/livedumper.git\n\n\n**Optional but recommended**: instead of running the ``pip`` commands as root (using ``sudo``) it's better to create a isolated virtual environment so you don't mess with your system Python. To do so, do the following:\n\n::\n \n $ sudo pip install virtualenv\n $ virtualenv livedumper\n $ cd livedumper\n $ source bin/activate You should run this command after every new terminal you open\n $ pip install livedumper\n\n\nAbout Python versions\n~~~~~~~~~~~~~~~~~~~~~\n\nThis program should be compatible both with ``Python 2.7.x`` and ``Python 3.3+``, but is only tested in ``Python 3.4.x``. Should something not work, if it's in ``Python 2.7.x`` I may drop support depending if it's too hard to fix (but please report, I will at least take a look on the issue). If it's ``Python 3.3+`` I will treat it as a bug so you can report and I will try to fix it.\n\n\nCredits\n~~~~~~~\n\nThis project is based on `livestreamer`_. Thanks for all developers from livestreamer for the amazing API, it was a joy to work!\n\n.. _`livestreamer`: http://livestreamer.readthedocs.org/\n.. _`many more`: http://livestreamer.readthedocs.org/en/latest/plugin_matrix.html\n.. _`livestreamer config file`: http://livestreamer.readthedocs.org/en/latest/cli.htmlconfiguration-file", "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/m45t3r/livedumper", "keywords": "video streaming downloader dumper", "license": "Simplified BSD", "maintainer": null, "maintainer_email": null, "name": "livedumper", "package_url": "https://pypi.org/project/livedumper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/livedumper/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/m45t3r/livedumper" }, "release_url": "https://pypi.org/project/livedumper/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Livestreamer stream dumper", "version": "0.3.1" }, "last_serial": 1280317, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e1e64486128aeb0cc3dab06ca7f5858a", "sha256": "75c4bcbd455ce09f4002f520e066304a10f9f244eb2331a5c89cfe50384e1792" }, "downloads": -1, "filename": "livedumper-0.1.tar.gz", "has_sig": false, "md5_digest": "e1e64486128aeb0cc3dab06ca7f5858a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4805, "upload_time": "2014-08-13T02:12:00", "url": "https://files.pythonhosted.org/packages/14/e1/b3950a9c53e7cc04d4008759a04094a54656ab7128194d8b98a986164da8/livedumper-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b356ca7f0a3600da3586d76a64702c3a", "sha256": "57d45df9bd60991d35b6bb3c7cbfa84b253d182914f67bf3382c7fa82851512d" }, "downloads": -1, "filename": "livedumper-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b356ca7f0a3600da3586d76a64702c3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5172, "upload_time": "2014-08-13T03:51:03", "url": "https://files.pythonhosted.org/packages/de/a5/3c658768cb7465475739702db339f16c854073438fab5135f002e571bb2c/livedumper-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8d72418e5215f64b8d6208cdd1cbf65c", "sha256": "a28d0ff44ba1bf1fcd4eb96b3dc775aed9e442e98b60ab61c1f49517f4664191" }, "downloads": -1, "filename": "livedumper-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8d72418e5215f64b8d6208cdd1cbf65c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5121, "upload_time": "2014-08-13T12:59:06", "url": "https://files.pythonhosted.org/packages/a8/1c/4e535f75d0c9f0e9475d85c3f814ed8b5b80efe6a4bdbae99a907d72ff5c/livedumper-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "3a743f6b1a136815a4d2f3e53b7a9a4e", "sha256": "4be4fddedc63a11e357cde8d25cbef133caa035b2776bf962d7df101714caa6c" }, "downloads": -1, "filename": "livedumper-0.1.3.tar.gz", "has_sig": false, "md5_digest": "3a743f6b1a136815a4d2f3e53b7a9a4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5209, "upload_time": "2014-08-13T15:01:13", "url": "https://files.pythonhosted.org/packages/1f/0e/20311e62fd4a0a3b2abab7aa0e8aa34b58668f53302ac0c9d80775faa9d7/livedumper-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "55967995774c5bd06cd7cf88d6ddda74", "sha256": "324822760ed56200ba051a84a1fe45d85293c514cf567ba1f4460cfcdccf90a4" }, "downloads": -1, "filename": "livedumper-0.1.4.tar.gz", "has_sig": false, "md5_digest": "55967995774c5bd06cd7cf88d6ddda74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5239, "upload_time": "2014-08-13T17:01:30", "url": "https://files.pythonhosted.org/packages/e7/5f/7fa3c7ac8fdc12419b651b5671ef84893a50e52078237c7ca337b552885e/livedumper-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "d7d6e07d8ad8e902c9d5601cce56223e", "sha256": "36d4e2bc5f9e1add7a3b3126b33f4d6363acfe9466ca8d82456634d4a3abbbc1" }, "downloads": -1, "filename": "livedumper-0.1.5.tar.gz", "has_sig": false, "md5_digest": "d7d6e07d8ad8e902c9d5601cce56223e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5457, "upload_time": "2014-08-13T23:16:54", "url": "https://files.pythonhosted.org/packages/d7/02/7f494c60b8bbea317f17a42964fb515657e63c8448e2157acf45f2a2f197/livedumper-0.1.5.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "9d5035e1878fd85bdcf40e582fa18aa9", "sha256": "48d820090f6d6ad960fea7b4e484e8adcb8312f42b1f5ab74a98d593b357fd2d" }, "downloads": -1, "filename": "livedumper-0.2.0.tar.gz", "has_sig": false, "md5_digest": "9d5035e1878fd85bdcf40e582fa18aa9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5904, "upload_time": "2014-08-15T01:17:44", "url": "https://files.pythonhosted.org/packages/8a/d8/c10f2f9004fd56c7077b3d6ec75a608b50789883ea2141259fa05866f9f7/livedumper-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f5da89e706e6b98e692929739beeef09", "sha256": "3cbfeeec758a178a5fbafe93376c48e443d387b03316e21e5396071591dc375a" }, "downloads": -1, "filename": "livedumper-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f5da89e706e6b98e692929739beeef09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6274, "upload_time": "2014-08-20T00:07:48", "url": "https://files.pythonhosted.org/packages/b6/54/ecf161bdf7f49c154097545d667c64fc3bcf878e5d3af899fcfb9e2c6bfd/livedumper-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "7d6cf0a1b48ea2e568b9bbcc41715899", "sha256": "21593bb0ab0b6c4d61743bd3728c0ebb70e07bfa0efe67774109fcd75bf875c9" }, "downloads": -1, "filename": "livedumper-0.2.2.tar.gz", "has_sig": false, "md5_digest": "7d6cf0a1b48ea2e568b9bbcc41715899", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6737, "upload_time": "2014-08-20T01:16:52", "url": "https://files.pythonhosted.org/packages/ef/7e/08861c255d32b5c795e62ce748c960e360e0dc3ffedbffc34c8b06db39ce/livedumper-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "003050c621f71c6531afbd233a9c3df9", "sha256": "736e03709c3dbba8e86ed08eb68c54a01ce98294e274750ce417db50ad8ed5b2" }, "downloads": -1, "filename": "livedumper-0.3.0.tar.gz", "has_sig": false, "md5_digest": "003050c621f71c6531afbd233a9c3df9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6987, "upload_time": "2014-08-20T17:03:01", "url": "https://files.pythonhosted.org/packages/df/53/d29b795096c0c94f308bcca835b155b1fdef2fb36690fc39802e281de3a7/livedumper-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "bf4e45317e538b9cd7fa4021fb1ac8a2", "sha256": "b37535a632e835a9061ace6a07d57872c15e5d050d9adaf9671fb257e601698e" }, "downloads": -1, "filename": "livedumper-0.3.1.tar.gz", "has_sig": false, "md5_digest": "bf4e45317e538b9cd7fa4021fb1ac8a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6988, "upload_time": "2014-10-23T17:46:37", "url": "https://files.pythonhosted.org/packages/c1/c0/6bc4ade9cbfdab85df30e38560db7ad34284d3165468cb20996ac2262faf/livedumper-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bf4e45317e538b9cd7fa4021fb1ac8a2", "sha256": "b37535a632e835a9061ace6a07d57872c15e5d050d9adaf9671fb257e601698e" }, "downloads": -1, "filename": "livedumper-0.3.1.tar.gz", "has_sig": false, "md5_digest": "bf4e45317e538b9cd7fa4021fb1ac8a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6988, "upload_time": "2014-10-23T17:46:37", "url": "https://files.pythonhosted.org/packages/c1/c0/6bc4ade9cbfdab85df30e38560db7ad34284d3165468cb20996ac2262faf/livedumper-0.3.1.tar.gz" } ] }